Use AI to explore Bittensor
Point any agent at metagraphed — over MCP, a typed SDK, or plain HTTP — and it can find, explain, and call the right Bittensor subnet for a task. No key, no account.
Connect over MCP
One command in Claude Code, Cursor, or any MCP client. 150 tools over streamable-http — search the registry, find a subnet for a task, get a callable RPC endpoint, ask a grounded question.
claude mcp add --transport http metagraphed https://api.metagraph.sh/mcpAsk metagraphed
Ask a question in plain English and get a grounded answer with citations back to the registry.
Or install the SDK
Typed clients for Python and TypeScript that wrap every route and the RPC proxy.
pip install metagraphedPython · metagraphednpm i @jsonbored/metagraphedTypeScript · @jsonbored/metagraphedOr drop into a chat
Paste-ready system prompt that turns any agent (Claude, Cursor, …) into a metagraphed-powered Bittensor integration agent.
system prompt api.metagraph.sh/agent.md
Everything else, fetchable directly
A paste-ready agent prompt, a Bittensor skill, llms.txt, the OpenAPI contract, grounded Q&A, semantic search, and bulk data — 453 callable services across 129 subnets, all indexed at /api/v1/agent-resources.
Try it
No key, no account — hit any surface with curl.
curl -s https://api.metagraph.sh/api/v1/agent-catalog
curl -s 'https://api.metagraph.sh/api/v1/search/semantic?q=video+generation'