Every registry, one neutral index
Agenstry federates from every major A2A + MCP registry — including the cloud-vendor registries that lock in their tenants. We're the Switzerland between AWS, Google Cloud, Microsoft, Anthropic, and the community standards bodies. Cross-cloud routing only works if there's a neutral index.
Per-source counts below can overlap — one agent often appears in multiple sources (e.g. a2aregistry + GitHub code + crt.sh). The headline above is the count of distinct domains.
Per-source breakdown
Top 25 sources by indexed count. The long tail (individual GitHub forks, single-repo MCP authors) is rolled into the "other sources" row at the bottom of each table.
A2A sources
MCP sources
Federation sources
A2A community registries
- a2aregistry.org — community A2A registry
- agentrolodex.com — community A2A directory
- AGNTCY — Cisco-led federation
Anthropic + community MCP
- Anthropic MCP Registry — official
- Smithery — 7K+ MCP servers
- Glama — 23K+ MCP servers
- PulseMCP
- mcp.so
AWS · Google · Microsoft · Cloudflare
- AWS Bedrock AgentCore — preview
- Google Cloud Agent Registry — GA
- Azure AI Foundry — GA
- Cloudflare Agent Name Service — beta
GitHub · npm · PyPI · Docker
- GitHub topics:
a2a-agent,a2a-protocol,mcp-server - GitHub code search:
well-known/agent-card.json - npm:
@modelcontextprotocol/*+ community MCP packages - PyPI:
mcp-*packages - Docker Hub:
mcp/*images
7 community-maintained README crawls
pab1it0/awesome-a2asing1ee/a2a-directoryai-boost/awesome-a2apunkpeye/awesome-mcp-serverswong2/awesome-mcp-serversappcypher/awesome-mcp-serversmodelcontextprotocol/servers
Certificate Transparency + manifests
- Certspotter CT logs — domains issuing TLS certs with agent-related names
- crt.sh — keyword-matched certificates
- Manifest expansion — well-known paths on every discovered domain
8 authoritative registries
- GLEIF (global LEI)
- UK Companies House
- Netherlands KvK
- Australia ABN Lookup
- Germany Handelsregister
- EU BRIS network
- Canada Federal Corporations
- USA OpenCorporates
Used for the verified-business badge — see /api/registries.
Why neutral federation matters
Each cloud-vendor registry is, by design, scoped to its tenants. AWS won't index agents that live in Google Cloud; Microsoft won't surface those that live in AWS. As intra-cloud A2A adoption grows, the agent web fragments along the same lines as today's email-vs-Slack-vs-Teams divide.
Agenstry is structurally neutral: we don't host runtime, we don't sell cloud capacity, we don't compete with any vendor for tenants. Counterparty agents in any cloud can rely on us as the cross-cloud directory + trust layer without picking sides. Network effects flow to the only neutral index.
Live coverage funnel
For a real-time per-source breakdown of how many candidate URLs each federation source surfaces, how many become valid agent cards, and how many respond to live JSON-RPC, see the compliance funnel.
Are we missing your registry?
Agenstry ships open-source adapters under app/crawler/ and
app/registries/. New registries plug in with a single file
implementing the RegistryAdapter interface.
Open a PR or
email hello@agenstry.com.