{"name":"io.github.ManSio/msp-portfolio","slug":"mansio-msp-portfolio","title":"MSPortfolio — MCP-Native Engineering Portfolio","description":"MCP server for Mikhail (ManSio)'s engineering portfolio: projects, principles, lab, evidence.","url":"https://mcp.market/server/mansio-msp-portfolio","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T07:40:58.711Z","last_ok_at":"2026-09-24T07:40:58.711Z","latency_ms":336},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.4","remotes":[{"type":"streamable-http","url":"https://msp-portfolio.mansio-dev.workers.dev/mcp"}],"packages":[],"tools":[{"name":"analyze_stack","description":"Compare the owner's stack against a job's required skills. Returns per-skill match with evidence and coverage.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"required_skills":{"type":"array","items":{"type":"string"},"description":"Skills the job requires."}},"required":["required_skills"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_antipatterns","description":"Get the owner's antipattern museum — real engineering mistakes with why they were bad, how they were fixed, and the lesson. Read-only, closed world.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_articles","description":"Get recent Dev.to articles with reading time, tags and links.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_commit_history","description":"Get recent commit history across the owner's public repos (hourly snapshot). Use it to answer 'what has he been building lately' or 'show the hardest bugs he has fixed'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_diary","description":"Get the owner's engineering diary — incidents, root causes, fixes and guards, each tagged with a pattern (NEW vs recurring). Use it to answer 'what broke and how did you fix it' or 'show your hardest debugging session'. Read-only, closed world.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_engineering_principles","description":"Get engineering principles with real examples and A/B-style counterfactuals.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_experiments","description":"Get the owner's engineering experiments — hypothesis, command, raw result and verdict (confirmed/refuted/partial) for each. Use it to answer 'what did you measure' or 'show me an experiment you ran'. Includes negative results (approaches that failed). Read-only, closed world.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_issue_detail","description":"Get the full detail of a single known issue by its ID (e.g. 'KI-109'). Drills into one open problem: status, temperature, owner, linked source and the raw problem statement. Returns a clear not-found with the available IDs if the ID does not match. Read-only, closed world.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The issue ID, e.g. 'KI-109' (case-insensitive)."}},"required":["id"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_known_issues","description":"Get the owner's known-issues board — open debt with status, temperature (stable/watching) and deadlines. Use it to answer 'what's still broken' or 'what are you working on'. Read-only, closed world.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_profile","description":"Get the owner's professional profile summary, plus nextSteps — concrete ways to continue (contact channels, GitHub, MCP connect). Use it as the first tool in an interview.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_projects","description":"Get portfolio projects with stack, highlights, and decision logs. Optional filter by stack tag.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"filter":{"type":"string","enum":["all","python","typescript","mcp","aws","ai"],"description":"Filter projects by stack tag."}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"get_timeline","description":"Get the engineering decision timeline.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"search_projects","description":"Free-text search across portfolio projects — name, tagline, description, stack and decision-log rationale. Returns matched projects with a score and the fields that matched. Use when a fixed stack-tag filter is too narrow (e.g. 'RAG', 'latency', 'Zed'). Read-only, closed world.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search terms, e.g. 'RAG' or 'latency Zed'."}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"simulate_architecture","description":"Simulate how a project's architecture behaves under a scenario (load spike, node loss, cache cold, LLM saturation). Returns latency percentiles per load and bottleneck analysis.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","enum":["mscodebase-intelligence","gemma_agent","msp-portfolio"],"description":"Project to simulate."},"scenario":{"type":"string","enum":["load_spike","node_loss","cache_cold","llm_saturation"],"description":"Scenario to apply."}},"required":["project_id","scenario"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"verify_article","description":"Verify an article against the primary source (Dev.to): does the owner have a published article matching the query? Fetches the live Dev.to API for the owner's articles and returns the real title/date/reactions/url when found — or an honest 'not found'. Use it to ground claims like 'he wrote about agent memory' in the platform's data instead of the portfolio's own words. Read-only, open world (network fetch).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Article title fragment or keyword, e.g. \"agent memory\" or an exact title."}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"verify_claim","description":"Ground a claim about the owner against the portfolio's data (profile, projects, principles, timeline, antipatterns, experiments, diary, known issues). Deterministic: returns the evidence records that support the claim (with source paths) and a supported verdict. Use it before asserting a fact about the owner, or to check what an answer was based on.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"claim":{"type":"string","description":"The claim to verify, e.g. \"built an MCP server with LanceDB hybrid search\"."}},"required":["claim"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"verify_package","description":"Verify an npm package against the primary source (registry.npmjs.org): does it exist, latest version, publish date, description, license, maintainers — and is the owner among them? Use it to ground claims like 'he published an npm package' in the registry's data instead of the portfolio's. Honest 'not found' when the package does not exist. Read-only, open world (network fetch).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"package":{"type":"string","description":"npm package name, e.g. \"msp-portfolio\" (lowercase)."}},"required":["package"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}},{"name":"verify_repo","description":"Verify a GitHub repository against the primary source: fetches the actual repo metadata (exists, language, description, topics, stars, last push) from the GitHub API and cross-checks it with the portfolio's project record when the repo is one of the owner's projects (language/stack agreement). With readme:true it also returns the actual README text, so claims about what the project does can be checked against the repository's own words. Use it to ground claims like 'the repo is Python' or 'he maintains mscodebase-intelligence' with live data instead of trusting the claim. Read-only, open world (network fetch).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"repo":{"type":"string","description":"Repository name, e.g. \"mscodebase-intelligence\" (owner defaults to ManSio) or full \"owner/name\" or a github.com URL."},"readme":{"type":"boolean","description":"Also fetch the repository README (first ~1200 chars) for claim checks against the project's own description."}},"required":["repo"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{}}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-23T11:53:18.122Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T11:53:18.090Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1468ms"]},"poisoning":{"score":15,"max":15,"notes":["18 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://msp-portfolio.mansio-dev.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":1468,"serverInfo":{"name":"msp-portfolio","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}