metagraphed
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@metagraphedshow me the health and economics of subnet 1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Every subnet, metagraphed.
Bittensor didn't ship with a map, so we drew one. For every subnet: what does it expose (public APIs, docs, schemas), is it healthy, and how do I call it — machine-readable and agent-native from the ground up.
Website · API · OpenAPI · GraphQL · MCP · Agent docs · Agent workflows · Feeds · npm · PyPI
Gittensor contributor impact — refreshed weekly by .github/workflows/gittensor-impact.yml
What it is
The native Bittensor metagraph tells you what's happening at the protocol layer. Metagraphed adds the builder-facing layer it lacks: a chain-direct block explorer (its own Rust indexer, no third-party RPC dependency), a registry of every subnet's public interfaces, endpoint health, and machine-readable schemas, and an agent toolkit — 200+ MCP tools, paste-ready OpenAI/Anthropic specs, a drop-in skill — built for integration developers, often reached through their AI agents. A live read-only RPC/WSS proxy and non-custodial, wallet-signed staking/delegation round it out.
Not an official OpenTensor/Bittensor project · not a replacement for the native metagraph · not an alpha/price dashboard · not custodial — staking and delegation are wallet-signed client-side; keys and credentials never touch our backend.
The web UI lives at metagraph.sh. The API is served from https://api.metagraph.sh (REST under /api/v1, artifacts under /metagraph).
Related MCP server: agentforge
Quickstart
Three ways to use Metagraphed. Pick one.
🤖 AI agent (MCP)
Agent-native, public, read-only, Streamable-HTTP. 200+ tools to explore the chain, discover a subnet, check if it's up, read its economics and metagraph, trace what a wallet does across the network, and learn how to call it.
claude mcp add --transport http metagraphed https://api.metagraph.sh/mcpCursor / other clients: add an MCP server with url
https://api.metagraph.sh/mcp, transportstreamable-http.Tools:
search_subnets·list_subnets·find_subnets_by_capability·get_subnet·get_subnet_health·get_subnet_economics·get_subnet_trajectory·get_subnet_metagraph·list_subnet_validators·get_neuron·get_account·get_account_events·get_account_subnets·list_subnet_apis·get_api_schema·get_fixture·get_agent_catalog·get_best_rpc_endpoint·registry_summary·list_enrichment_targets·find_subnet_opportunities·semantic_search·ask·find_subnet_for_task·how_do_i_call·verify_integration
📦 Typed client
Generated from the OpenAPI contract, published with provenance.
npm i @jsonbored/metagraphed # JS/TS
pip install metagraphed # Python🌐 REST
Stable JSON envelope { ok, data, meta, error }. OpenAPI at /metagraph/openapi.json.
curl https://api.metagraph.sh/api/v1/subnets🔮 GraphQL
Shape one request across the registry — a subnet with its health, surfaces, endpoints, and economics, a provider with its subnets, or the economic opportunity boards. POST to /api/v1/graphql; GET returns the SDL and introspection is enabled.
curl -X POST https://api.metagraph.sh/api/v1/graphql \
-H 'content-type: application/json' \
-d '{"query":"{ subnet(netuid: 7) { name health { status } surfaces { kind url } economics { emission_share } } }"}'For agents
Resource | URL |
Copyable agent prompt | |
Agent workflows | |
Machine index | |
GraphQL |
|
Drop-in skill |
|
Resources index | |
Content feeds |
|
Embeddable badge |
|
This repo
Cloudflare Worker API + Node build scripts. Schema-first: JSON Schema is the canonical contract → OpenAPI → types/clients. Artifacts are deterministic JSON; data refreshes on a schedule to R2/KV.
docs/ product + operating notes (start here)
registry/ subnet overlays, candidates, community submissions
schemas/ canonical JSON Schema components
scripts/ validation, generation, probe, safety
workers/ Cloudflare Worker API routes
public/metagraph/ compact generated artifacts + contracts
generated/ generated TypeScript types + clientDeeper docs: docs/api-stability.md (the /api/v1 contract), docs/curation-playbook.md.
Contributing
Open the repo in a devcontainer-aware tool (VS Code, GitHub Codespaces, the devcontainer CLI) for a zero-setup environment — Node 22 + Playwright's Chromium preinstalled. Issues are labeled good first issue and help wanted — start there.
Schema-first edits require
npm run build(regeneratesopenapi.json+ types).Community submissions are PR-first: add a surface to exactly one
registry/subnets/<slug>.jsonfile (vianpm run surface:add; usenpm run subnet:newfirst when that subnet has no file yet), no generated artifacts.
See CONTRIBUTING.md and docs/curation-playbook.md. Gittensor contributor impact is pinned at the top of this README.
Subnet catalog
128 curated subnets — 117 with a site, 46 with docs, 117 with a public repo. Live health, search, and the full list (every active subnet, not just the curated ones) at metagraph.sh; per-subnet JSON at https://api.metagraph.sh/api/v1/subnets/{netuid}. Root (SN0) is base-layer chain infrastructure, listed separately below, not counted as a subnet.
Focus areas: compute 9 · data 7 · defi 7 · inference 5 · language-models 4 · prediction-markets 4 · computer-vision 3 · finance 3 · dashboard 2 · data-artifact 2 · decentralized-training 2 · depin 2
Templar
SN3—decentralized-trainingtournament· site · docs · repoNuminous
SN6—forecastingopenapisubnet-api· site · docs · repoTrajectoryRL
SN11· site · docs · repoCompute Horde
SN12—computedashboard· site · repoData Universe
SN13—datamcp· site · docs · repoblockmachine
SN19· site · docs · repoGroundLayer
SN20—capital-markets· siteQuasar
SN24—language-modelsmodel-artifacts· site · docs · repoPerturb
SN26—adversarial-robustnesscomputer-vision· site · docs · repoNI Compute
SN27—computedashboardColdint
SN29—datadistributed-training· site · docs · repoEndure Network
SN30—defirisk-intelligence· site · docsRecall
SN31—ragretrievalRalph
SN40—distributed-traininglanguage-models· site · docs · repoAlphaRidge.ai
SN45—market-intelligencesentiment-analysis· site · repoQuantum Compute
SN48—computequantum· site · repoNepher Robotics
SN49—roboticstournament· site · docs · repoEfficientFrontier
SN53—defifinancial-tradingtrading-strategies· site · repoYanez MIID
SN54—compliancesynthetic-data· site · repoGradients
SN56—ai-trainingoperational-interface· site · docs · repoHandshake58
SN58—ai-marketplacepayments· site · docs · repoTAO Private Network
SN65—networking· site · reponinja
SN66—software-engineeringworkflow· site · docs · repoStreetVision by NATIX
SN72—computer-visiondatadepin· site · docs · repoMetaHash
SN73—defiotctreasuryGittensor
SN74—developer-toolsrepositories· site · docs · repoSubnet 86
SN86Luminar Network
SN87—video-intelligencevision· site · docs · repoInfiniteHash
SN89· site · docs · repoDegenBrain
SN90—prediction-marketsverification· siteBitstarter #1
SN91· site · repoTensorclaw
SN92—inferencestale-source-restored· site · repoVerathos
SN96—inferencelanguage-models· site · docs · repoForeverMoney
SN98—finance· site · repofor sale (burn to uid1)
SN104—no-public-project-surfaceGreen Compute
SN110—model-directory· site · docs · repoHashiChain
SN115· repoSatori
SN119—virtual-worldsundae_bar
SN121· site · repo
Auto-generated from the curated overlays in registry/subnets/ by scripts/generate-registry-readme-section.ts — enrich a subnet (one PR) and it appears here. Not the live list; browse + monitor everything at metagraph.sh.
Related
Frontend —
apps/ui/in this repo (folded in from the standalonemetagraphed-uirepo via monorepo consolidation): the web app at metagraph.sh — block explorer, subnet directory, and a non-custodial staking/delegation flow (/delegate). Vite + React 19 + TanStack Start, deployed as its own independent Cloudflare Worker. Holds no subnet data — it renders what this backend serves.
License
The backend (Cloudflare Worker + build pipeline) is AGPL-3.0. The
published client SDKs are permissively licensed so you can embed them freely —
packages/client (npm) and python/ (PyPI) are
Apache-2.0.
© 2026 JSONbored
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.Last updated75010MIT
- FlicenseAqualityFmaintenanceMCP server that exposes 300+ AI agents as tools via a single API key. Supports listing agents, invoking any agent with chat-completion style messages, checking agent health, and retrieving platform statistics.Last updated53
- Alicense-qualityDmaintenanceMCP Server for agent and service discovery — register, search, rate, and manage AI agents and services in a local directory.Last updated3MIT
- Alicense-qualityFmaintenanceMCP server that gives AI agents Lightning payments, L402 API access, trust verification, and service discovery.Last updated12MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JSONbored/metagraphed'
If you have feedback or need assistance with the MCP directory API, please join our Discord server