The public-interface registry for **Bittensor** subnets, exposed as MCP tools — query 100+ subnets' live APIs, JSON schemas, RPC endpoints, on-chain economics, and probe-derived health, plus semantic search and natural-language Q&A. Public, no API key. **23 tools**, e.g.: - **Discover** — `search_subnets`, `find_subnets_by_capability`, `semantic_search`, `find_subnet_for_task`, `ask` - **Inspect** — `get_subnet`, `get_subnet_health`, `get_subnet_economics`, `get_subnet_metagraph`, `list_subnet_validators` - **Integrate** — `list_subnet_apis`, `get_api_schema`, `get_best_rpc_endpoint`, `how_do_i_call`, `verify_integration` Endpoint: `https://api.metagraph.sh/mcp` · [Website](https://metagraph.sh) · [Source](https://github.com/JSONbored/metagraphed)
How to connect
https://server.smithery.ai/metagraphed/metagraphed/mcp
curl -X POST https://server.smithery.ai/metagraphed/metagraphed/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'