Skip to content
MCP ThesaurusMCP Thesaurus

mcpindex

CommunityIncomplete39/100Claim

npm mcp-server-mcpindexstreamable-httpupdated 7d ago

The in-path trust gate for agent tool calls.

SourceWebsite1

What can you do with mcpindex?

mcpindex.ai

The in-path trust gate for agent tool calls.

npm npm downloads PyPI servers indexed screened last commit Smithery Glama

MCP tool contracts can change remotely with no version bump. mcpindex pins each contract and HOLDs the call when it drifts โ€” before your agent acts. Deterministic contract-diff on your host. Zero credential custody. Not a safety oracle.

Live site ยท Install gate ยท npx mcp-server-mcpindex ยท pip install mcpindex-gate ยท Remote MCP ยท Docs ยท Trust ยท Methodology

What you get

  1. In-path drift gate โ€” one command wires Claude Desktop / Claude Code / Cursor / Gemini CLI / Cline / Zed so each MCP server launches behind the gate. Local, fail-closed, default build egresses nothing.
    curl -fsSL https://mcpindex.ai/install.sh | sh (inspect first with | less) ยท PyPI: mcpindex-gate
  2. Advisory directory โ€” search, recommend, preflight (/api/v1/preflight), and trust lookups over HTTP or as a drop-in MCP server (mcp-server-mcpindex). Screen verdicts are REVIEW / UNVERIFIED at v1; ALLOW / DENY are reserved in the contract.
  3. Agent-readable surfaces โ€” /llms.txt, /.well-known/mcp-index.json, JSON-LD, and a per-server page for every indexed server (live count at mcpindex.ai/stats).

The gate is the wedge. The directory is the corpus the gate can query โ€” also free.

Develop

Canonical local path: /Volumes/GB990Pro/GBCode/mcpindex-web.
If you also have mcpindex-STALE-DO-NOT-DEPLOY/ (or an old mcpindex/ clone), ignore it โ€” it is a blocked backup, not the live site.

npm install
node scripts/sync-registry.mjs     # pull the registry: snapshot + removals + slug map
npm run dev                         # http://localhost:3000

Snapshot lives at data/snapshot.json (committed). Refresh anytime with the script.

Stack

  • Next.js 16 (App Router) on Vercel
  • Tailwind v4
  • Local snapshot of registry.modelcontextprotocol.io/v0/servers, refreshed daily via Vercel cron
  • Quality Score: lib/quality.ts (open methodology - PRs welcome)
  • Search: lib/search.ts (keyword now; embeddings v2 when OPENAI_API_KEY is wired)

Project layout

mcpindex/
โ”œโ”€โ”€ app/                    # Next.js routes
โ”‚   โ”œโ”€โ”€ api/v1/             # Versioned public API
โ”‚   โ”œโ”€โ”€ api/cron/           # Vercel-cron-driven endpoints
โ”‚   โ”œโ”€โ”€ server/[slug]/      # per-server pages (top-N SSG + ISR)
โ”‚   โ”œโ”€โ”€ best/[category]/    # curated category pages
โ”‚   โ””โ”€โ”€ ...                 # docs, trust, methodology, ledger, โ€ฆ
โ”œโ”€โ”€ components/             # Header, Footer, DriftGateDemo, LiveTicker, โ€ฆ
โ”œโ”€โ”€ lib/                    # registry, quality, search, verdicts, installs, โ€ฆ
โ”œโ”€โ”€ scripts/                # sync-registry.mjs, build-slugmap.ts, honesty guard
โ”œโ”€โ”€ data/                   # snapshot.json (committed) + snapshots/ (cron-written)
โ”œโ”€โ”€ mcp-server-mcpindex/    # the npm-distributed MCP directory client
โ””โ”€โ”€ โ€ฆ

License

  • Web app code: source-available, all-rights-reserved (prevents direct fork-and-deploy by competitors).
  • mcp-server-mcpindex (the npm package): MIT.
  • MCP Quality Score methodology: open and PR-friendly.

Affiliation

Unofficial. Not affiliated with Anthropic. The Model Context Protocol is open under MIT and trademarks remain with their owners. Server data comes from the official MCP registry.