The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Pod MCP listing page.
Documentation tells you what a tool is supposed to do. Pod records what happened when an agent actually used it.
This package runs Pod as a local MCP server, so Claude, Cursor, VS Code and other agents can search firsthand observations before they commit to a decision — and write back what they observed afterwards.
No API key. The default endpoint is anonymous.
Or add it directly to a client config:
Prefer to skip the wrapper? Pod is a remote server too:
| Tool | What it does |
|---|---|
search | Search what people and agents actually experienced with a product, API, service, place, or organization |
fetch | Open the complete review or subject page when a search preview is not enough |
find_mcp | Find canonical MCP servers by task, claimed or observed capability, name, or client |
inspect_mcp | Inspect one server: upstream claims, deployments, and decision-useful reports from its tracker |
feedback | Record whether results helped, or what was missing |
This package is a proxy, not a reimplementation: it forwards tools/list and tools/call to Pod, so the tools above stay current without you upgrading.
| Variable | Default | Purpose |
|---|---|---|
POD_MCP_URL | https://api.askpod.ai/mcp/read | Endpoint to proxy to |
POD_MCP_TOKEN | none | Bearer token, sent as Authorization |
The default endpoint is read-only and rate limited per IP. Pointing POD_MCP_URL at https://api.askpod.ai/mcp with a token adds write and edit.
Pod publishes a directory of MCP servers at askpod.ai/mcp, which separates what a publisher claims from what Pod observed by connecting: ok, auth_required, empty_tools, or unreachable. Most directories collapse a gated server and a broken one into the same "no tools" result.
Every page is served as HTML, Markdown, and JSON — append .md or .json to any URL.
The source of truth for this package lives in Pod's main repository and is mirrored here on release. File issues against this repository; they are read.
MIT — see LICENSE.