agent-gatehouse

gatehouse-mcp

Community agent-gatehouse
Updated

A vetted, living registry of agent tooling (MCP servers, Claude Code skills, plugins, subagents, agent frameworks)

gatehouse-mcp

The Gatehouse registry, as an MCP server. Ask an agent, atthe moment it's deciding what to install, "is this tool safe? what's out there? give me theaudit" and get Gatehouse's hands-on verdict, live.

Gatehouse is a vetted, living registry of agent tooling (MCP servers, Claude Code skills,plugins, subagents, agent frameworks). Every listing is proven alive by a nightly livenesscheck, and vetted listings carry a first-hand audit of what the tool actually injects. Thisserver puts that in an agent's tool list so it never has to guess.

Tools

Tool Use it to…
check_tool({ tool }) Get the quick trust verdict for one tool: vetted / flagged / unvetted, the one-paragraph take, liveness, install line. The "is X safe to install?" call.
get_tool({ tool }) Get the full record: metadata, compat matrix, health, and the complete first-hand audit write-up.
search_tools({ query?, category?, kind?, status? }) Find tools in the registry, ranked vetted-first.

tool accepts a slug (postgres-mcp) or a name (Playwright MCP).

Install

Claude Code:

claude mcp add gatehouse -- npx -y gatehouse-mcp

Any MCP client (.mcp.json / claude_desktop_config.json):

{
  "mcpServers": {
    "gatehouse": {
      "command": "npx",
      "args": ["-y", "gatehouse-mcp"]
    }
  }
}

How it gets its data

On demand, it fetches https://agentgatehouse.com/registry.json (cached in-process for an hour),so verdicts and liveness are always current, and the nightly liveness cron flows throughautomatically, with no package update. If the network is unreachable it falls back to a snapshotbundled in the package and says so in its answer. Point GATEHOUSE_REGISTRY_URL at a differentendpoint to override the source.

It passes its own gate

Gatehouse flags other tools for telemetry, broad scopes, and heavy context cost, so this serverholds itself to the same bar:

  • Read-only. No tool writes, deletes, or mutates anything.
  • No telemetry. The only network request is the one disclosed fetch to agentgatehouse.comfor the registry itself. Nothing is sent about you, your agent, or your queries.
  • Minimal surface. Three tools, all read-only, about 525 always-on tokens per turn(measured with Gatehouse's own audit script): the entire tool-definition footprint an agentcarries, versus roughly 16k for a 44-tool server. One runtime dependency(@modelcontextprotocol/sdk, plus zod for schema validation).
  • No metered anything. Free to run; the registry endpoint is a static file.

One open advisory, disclosed

npm audit reports 2 moderate advisories here, so here is the honest read rather than a silentaudit fix. Both trace to one transitive package: @hono/node-server below 2.0.5, pulled in by@modelcontextprotocol/sdk, with a Windows-only path-traversal issue in its serve-statichelper (GHSA-frvp-7c67-39w9).

It is not reachable from this server. serve-static belongs to the SDK's HTTP and SSEtransports. gatehouse-mcp is stdio only (StdioServerTransport, one call site), never starts anHTTP listener, and never serves a file. The package sits in the dependency tree without itsvulnerable path being callable.

It is also not currently fixable upward: @modelcontextprotocol/[email protected] is the latestrelease, and npm's suggested remediation is a downgrade to 1.24.3, which is both a breakingchange and older code. Declining that is the safer call. This note goes away when the SDK bumpsits own dependency.

If you would rather verify than take our word for it, that is the entire point:npm ls @hono/node-server --all shows the path, and grep -rn "hono\|serveStatic" src/ returnsnothing.

License

MIT © Dave Maynard

MCP Server · Populars

MCP Server · New

    DareDev256

    FCPXML MCP

    🎬 The first AI-powered MCP server for Final Cut Pro XML. Control your edits with natural language.

    Community DareDev256
    acunningham-ship-it

    Veil

    Stealth browser for AI agents — real Chrome over raw CDP, no Playwright/Puppeteer. TypeScript + MCP-native. Passes sannysoft 57/57, bypasses Cloudflare.

    Cassette-Editor

    Oh My Cassette: Chat Your Raw Clips Into a Finished Cut

    你的随身 AI 剪辑搭档 | Pocket AI co-editor for video montage — AI video editing plugin & MCP server for Claude Code, Codex, Hermes & OpenCode

    Community Cassette-Editor
    trendsmcp-ai

    Trends MCP

    MCP server for live trend data. Query Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News sentiment, Web Traffic, App Downloads, Steam, npm and more. Works with Claude, Cursor, VS Code, GitHub Copilot, ChatGPT, Windsurf, Cline, Raycast and any MCP-compatible.

    Community trendsmcp-ai
    jacob-bd

    Gemini Notebook (formerly Google NotebookLM) CLI & MCP Server

    Programmatic access to Gemini Notebook - via command-line interface (CLI), Model Context Protocol (MCP) server, and AI agent skills.

    Community jacob-bd