# saagarpatel.dev Portfolio (npm · saagar-portfolio-mcp)

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

- Trust score: 66/100 (medium)
- Change this week: +13
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.saagarpatel.dev`: 66/100, [markdown](https://verifymcp.io/servers/saagpatel-portfolio-mcp/mcp.md), [page](https://verifymcp.io/servers/saagpatel-portfolio-mcp/mcp)
- npm · `saagar-portfolio-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/saagpatel-portfolio-mcp/saagar-portfolio-mcp.md), [page](https://verifymcp.io/servers/saagpatel-portfolio-mcp/saagar-portfolio-mcp)

## Channel facts

- Registry: `npm`
- Package: `saagar-portfolio-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 36 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1907 tokens (~44/item across 43 items; 6 tools + 37 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add saagpatel-portfolio-mcp -- npx -y saagar-portfolio-mcp
```

### Codex

```bash
codex mcp add saagpatel-portfolio-mcp -- npx -y saagar-portfolio-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "saagpatel-portfolio-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "saagar-portfolio-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add saagpatel-portfolio-mcp --command npx --arg -y --arg saagar-portfolio-mcp
```

### Hermes

```yaml
mcp_servers:
  saagpatel-portfolio-mcp:
    command: "npx"
    args: ["-y", "saagar-portfolio-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "saagpatel-portfolio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "saagar-portfolio-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 66, +40)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 26, −5)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 31, +25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 6, −47)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified

### 2026-07-27 (score 53)

First indexed and scored.

## MCP tools (6)

### `search` (~85 tokens)

Search the writing corpus

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.

Input parameters:

- `limit` (integer): Max results (default 10)
- `query` (string, required): Search terms
- `section` (string): Restrict to one content type

### `get_document` (~61 tokens)

Get a 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.

Input parameters:

- `id` (string, required): Document id, e.g. "book/preface"

### `list_corpus` (~57 tokens)

List the 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.

Input parameters:

- `type` (string): Filter by content type

### `get_profile` (~45 tokens)

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.

### `list_projects` (~72 tokens)

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.

Input parameters:

- `limit` (integer): Max projects
- `status` (string): Filter by status, e.g. "active" or "archived"

### `get_operant_results` (~66 tokens)

Get OPERANT benchmark 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.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/saagpatel-portfolio-mcp/saagar-portfolio-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 26
- 2026-07-31: 31
- 2026-07-30: 6
- 2026-07-28: 53
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/saagar-portfolio-mcp
- Socket report: https://socket.dev/npm/package/saagar-portfolio-mcp
- Repository: https://github.com/saagpatel/portfolio-mcp
- Website: https://saagarpatel.dev/
- Changelog RSS feed: https://verifymcp.io/servers/saagpatel-portfolio-mcp/saagar-portfolio-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/saagpatel-portfolio-mcp/saagar-portfolio-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/saagpatel-portfolio-mcp/saagar-portfolio-mcp
