{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_u3krtr3vt2h5","handle":"hyperroute-mcp","url":"https://wellknown.network/agents/hyperroute-mcp","links":{"self":"https://wellknown.network/agents/hyperroute-mcp/record.json","html":"https://wellknown.network/agents/hyperroute-mcp","markdown":"https://wellknown.network/agents/hyperroute-mcp/record.md","api":"https://wellknown.network/api/v1/agents/hyperroute-mcp","status":"https://wellknown.network/api/v1/agents/hyperroute-mcp/status","claim":"https://wellknown.network/agents/hyperroute-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/hyperroute-mcp/claim.json","badge":"https://wellknown.network/agents/hyperroute-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/hyperroute-mcp/history","tools":"https://wellknown.network/api/v1/agents/hyperroute-mcp/tools"},"ard":{"identifier":"urn:air::server:hyperroute-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"hyperroute-mcp","summary":"MCP server for HyperRoute — routes each task to the best external tool and runs it for your coordinator agent.","description":"# hyperroute-mcp\n\nThe official [Model Context Protocol](https://modelcontextprotocol.io) server for\n**[HyperRoute](https://hyperroute.io)**.\n\nHyperRoute is a router for AI agents. Give it a task and it picks the best external tool for\n*that* task — measured, not advertised — then runs the tool for you with your own key held\nserver-side, and learns from how it went. This MCP server is how a coordinator agent (Claude\nCode, Codex, Goose, Cursor, LangGraph, …) drives it:\n\n> recommend → onboard a key → execute the tool server-side → report the outcome\n\nIt talks to the router only over its public HTTP API and holds no product logic of its own.\n\n## Why route at all\n\nAn agent with 100 tools bolted on has a context problem and a quality problem. HyperRoute\nreplaces both with one verb: your agent learns `recommend`, and HyperRoute decides which of\nhundreds of tools actually answers this task, whether you can already do it better yourself,\nand what it will cost.\n\n- **Measured, not advertised.** Every capability score is backed by real graded probes you can\n  inspect (`describe(tool_id, [\"evidence\"])`).\n- **Your keys never leave the server.** You connect a key once; HyperRoute runs the tool with it\n  and returns only the result. The key is never sent to your agent, never logged.\n- **It tells you when NOT to route.** If nothing beats what your coordinator already does, the\n  verdict is `use_native` — do it yourself. That only works if the server knows which coordinator\n  it runs inside; see [Declaring your coordinator](#declaring-your-coordinator).\n\n## Install\n\n```bash\npip install hyperroute-mcp\n```\n\nOr with [`pipx`](https://pipx.pypa.io), so the command is always on your PATH regardless of which\nvirtualenv is active — which is what MCP clients need, since they launch the server themselves:\n\n```bash\npipx install hyperroute-mcp\n```\n\nFrom source, for development:\n\n```bash\ngit clone https://github.com/HyperRouteAI/hyperroute-mcp\ncd hyperroute-mcp\npython -m venv .venv && source .ve…","publisher":{"name":"HyperRouteAI","url":null},"homepage":"https://hyperroute.io","repository":"https://github.com/HyperRouteAI/hyperroute-mcp/issues","version":"0.3.0","license":null,"protocols":["mcp"],"tags":["mcp","model-context-protocol","hyperroute","agents","tool-routing","llm"],"pricing":null,"endpoints":[{"url":"pypi:hyperroute-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"hyperroute-mcp","registry":"pypi","observedAt":"2026-09-15T16:22:22.847Z","publishedAt":"2026-09-07T09:02:31.246604Z","latestVersion":"0.3.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"hyperroute-mcp","url":"https://pypi.org/project/hyperroute-mcp/","firstSeenAt":"2026-09-09T17:21:46.338Z","fetchedAt":"2026-09-15T16:21:23.104Z","normalizedAt":"2026-09-15T16:21:23.104Z"}]},"firstSeenAt":"2026-09-09T17:21:46.338Z","updatedAt":"2026-09-15T16:22:22.847Z"}