Skip to main content
For AI agents

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/mcp
search_subnetslist_subnetsfind_subnets_by_capabilityget_subnetget_network_healthget_health_historyget_subnet_healthget_subnet_health_trendsget_health_trendsget_subnet_health_percentilesget_subnet_health_incidentsget_subnet_economicsget_economicsget_subnet_trajectoryget_economics_trendsget_subnet_concentrationget_subnet_performanceget_chain_concentrationget_chain_performanceget_chain_identity_historyget_chain_yieldget_chain_turnoverget_chain_stake_flowget_chain_weights

Ask 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 · metagraphed
npm i @jsonbored/metagraphedTypeScript · @jsonbored/metagraphed

Or 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 — 454 callable services across 129 subnets, all indexed at /api/v1/agent-resources.

Copyable AI agent
Agent workflows
llms.txt
llms-full.txt
OpenAPI 3.1 contract
Agent capability catalog
Coverage depth scorecard
Ask (grounded Q&A)
GraphQL (shaped registry queries)
Live request/response fixtures
Cross-network lineage
Bulk CSV datasets

Try it

No key, no account — hit any surface with curl.

List every callable service
curl -s https://api.metagraph.sh/api/v1/agent-catalog
Semantic search the registry
curl -s 'https://api.metagraph.sh/api/v1/search/semantic?q=video+generation'