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/mcpsearch_subnets · list_subnets · find_subnets_by_capability · get_subnet · get_network_health · get_health_history · get_subnet_health · get_subnet_health_trends · get_health_trends · get_subnet_health_percentiles · get_subnet_health_incidents · get_subnet_economics · get_economics · get_subnet_trajectory · get_economics_trends · get_subnet_concentration · get_subnet_performance · get_chain_concentration · get_chain_performance · get_chain_identity_history · get_chain_yield · get_chain_turnover · get_chain_stake_flow · get_chain_weights · get_chain_weight_setters · get_chain_stake_moves · get_chain_stake_transfers · get_chain_axon_removals · get_chain_serving · get_chain_prometheus · get_blocks_summary · get_subnet_concentration_history · get_subnet_turnover · get_subnet_yield · get_subnet_yield_history · get_subnet_stake_flow · get_subnet_event_summary · get_subnet_weights · get_subnet_weight_setters · get_subnet_registrations · get_subnet_stake_moves · get_subnet_stake_transfers · get_subnet_axon_removals · get_subnet_serving · get_subnet_prometheus · get_subnet_deregistrations · get_subnet_performance_history · get_subnet_movers · get_subnet_uptime · get_registry_leaderboards · list_profiles · get_subnet_profile · compare_subnets · get_global_incidents · get_subnet_metagraph · list_subnet_validators · list_global_validators · get_neuron · get_subnet_history · get_subnet_identity_history · get_neuron_history · get_subnet_events · get_account · get_account_balance · get_account_events · get_account_subnets · get_account_portfolio · get_account_stake_flow · get_account_stake_moves · get_account_axon_removals · get_account_prometheus · get_account_registrations · get_account_weight_setters · get_account_serving · get_account_deregistrations · get_account_history · get_account_extrinsics · get_account_transfers · get_account_counterparties · list_blocks · get_block · list_block_extrinsics · get_block_events · list_extrinsics · get_extrinsic · get_block_chain_events · get_extrinsic_chain_events · get_chain_activity · list_chain_events · get_chain_calls · get_chain_signers · get_chain_fees · get_chain_registrations · get_chain_deregistrations · get_chain_transfers · get_chain_transfer_pairs · get_network_activity · list_subnet_apis · get_api_schema · get_fixture · get_provider_detail · list_providers · list_surfaces · list_candidates · list_endpoints · list_evidence · list_rpc_endpoints · list_source_snapshots · list_profile_completeness · list_rpc_pools · get_subnet_endpoints · list_subnet_endpoints · get_subnet_candidates · get_subnet_evidence · list_subnet_evidence · get_subnet_surfaces · list_fixtures · list_schemas · list_search_index · list_curation · list_gaps · list_enrichment_queue · list_adapter_candidates · list_enrichment_evidence · list_review_gaps · list_review_enrichment_targets · list_endpoint_pools · list_endpoint_incidents · list_provider_endpoints · get_lineage · get_freshness · get_contracts · get_source_health · get_changelog · get_build · get_adapter · get_agent_catalog · get_agent_resources · get_rpc_usage · get_best_rpc_endpoint · registry_summary · get_coverage · list_enrichment_targets · get_subnet_gaps · find_subnet_opportunities · semantic_search · ask · find_subnet_for_task · how_do_i_call · verify_integration
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 — 272 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/ask \
-X POST -H 'content-type: application/json' \
-d '{"question":"which subnet does image generation?"}'curl -s https://api.metagraph.sh/api/v1/agent-catalog
curl -s 'https://api.metagraph.sh/api/v1/search/semantic?q=video+generation'