mcpbeat

saagarpatel.dev Portfolio MCP Server

io.github.saagpatel/portfolio-mcp
answering

saagarpatel.dev Portfolio is answering right now. Last checked 2 min ago. 34 installs a week from npm. It exposes 8 tools. Last commit 18 Jul 2026.

Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

Installs per day peak 26 · avg 6 · -19% w/w
a month agotoday
Uptime history 44 hours of history
44 hours agonow
100.0%
Uptime 24h
92 of 92 checks
8
Tools
read from the server
229 ms
Response time
average over 24h
34
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add portfolio-mcp --transport http https://mcp.saagarpatel.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "portfolio-mcp": {
      "url": "https://mcp.saagarpatel.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.portfolio-mcp]
url = "https://mcp.saagarpatel.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "portfolio-mcp": {
      "url": "https://mcp.saagarpatel.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "portfolio-mcp": {
      "url": "https://mcp.saagarpatel.dev/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

repo
get_repo_profile
Return one public-safe repo answering profile by repo_id, including purpose, safe commands, agent surfaces, proof refs, freshness, exclusions, limitations, and integrity metadata.
list_repo_profiles
List public-safe repo answering profiles with repo id, attention state, freshness, and proof counts. Profiles are static artifacts baked from saagarpatel.dev, not live repo health.
corpus
list_corpus
List every document with its id, title, type, date, and word count, plus per-type counts. The table of contents for the whole site. Optionally filter by type.
document
get_document
Return the full Markdown of one document by id, e.g. "writing/the-handoff" or "book/preface". Get ids from search or list_corpus.
operant
get_operant_results
Return the public, sanitized OPERANT results: per-model operator-calibration-score (OCS) profiles, the headline figures, and the calibration-profiles (not a flat leaderboard) framing. Sourced from the published OPERANT mirror. Returns availability=false if no dataset was baked.
profile
get_profile
Return Saagar Patel's profile: name, one-line summary, site, and the about / now / uses pages. Start here to understand who this is and what they work on.
projects
list_projects
List the curated, public projects with stack, status, last-active date, and test/CI signals, plus anonymized portfolio-wide aggregates. Optionally filter by status.
search
search
Full-text (BM25) search across all essays, book chapters, and field notes. Returns ranked matches with a snippet, id, and canonical URL. Pass an id to get_document to read the full text.

Endpoints

URLTransportStateLatencyChecked
https://mcp.saagarpatel.dev/mcp streamable-http answering 310 ms 2 min ago

saagarpatel.dev Portfolio — questions

Answers built from our own checks of this server.

What can saagarpatel.dev Portfolio do?
It exposes 8 tools, read directly from the server on our last check. Among them: get_document, get_operant_results, get_profile, get_repo_profile, list_corpus, list_projects and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is saagarpatel.dev Portfolio working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 229 ms. The bar chart above shows every period we have measured.
How do I connect saagarpatel.dev Portfolio?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does saagarpatel.dev Portfolio need an API key?
No. saagarpatel.dev Portfolio completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is saagarpatel.dev Portfolio?
It answers our handshake in 229 ms on average, which is faster than 57% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use saagarpatel.dev Portfolio?
The npm package saagar-portfolio-mcp was installed 34 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is saagarpatel.dev Portfolio open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.