mcpserver.lol
registry/msp-portfolio
Connection check verified live · 27h ago

msp-portfolio

MCP server for Mikhail (ManSio)'s engineering portfolio: projects, principles, lab, evidence.

Tools 18
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

18 tools

Read from the running server on 27h ago.

analyze_stack read-only required_skills*
Compare the owner's stack against a job's required skills. Returns per-skill match with evidence and coverage.
get_antipatterns read-only
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.
get_articles read-only
Get recent Dev.to articles with reading time, tags and links.
get_commit_history read-only
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'.
get_diary read-only
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…
get_engineering_principles read-only
Get engineering principles with real examples and A/B-style counterfactuals.
get_experiments read-only
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 e…
get_issue_detail read-only id*
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. Return…
get_known_issues read-only
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-o…
get_profile read-only
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.
get_projects read-only filter
Get portfolio projects with stack, highlights, and decision logs. Optional filter by stack tag.
get_timeline read-only
Get the engineering decision timeline.
search_projects read-only query*
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 wh…
simulate_architecture read-only scenario*project_id*
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.
verify_article read-only query*
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…
verify_claim read-only claim*
Ground a claim about the owner against the portfolio's data (profile, projects, principles, timeline, antipatterns, experiments, diary, known issues). Deterministic: returns the ev…
verify_package read-only package*
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?…
verify_repo read-only repo*readme
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-chec…