By mid-2026 an AI agent can list in 15-plus discovery systems: DNS-AID, ANS, ARD, NANDA, AGNTCY, the MCP registry, ERC-8004, and enterprise registries. Each solves machine lookup; none connects to the others.
The agent registry landscape in 2026: 15+ ways for agents to find each other, none of them connected
Published July 10, 2026 · Last reviewed July 10, 2026
If you build an AI agent in 2026 and want other agents to find it, the honest answer to “where do I register it” is: pick one, or several, and none of them talk to each other. In the first half of this year the number of ways an agent can be listed, resolved, and verified went from a handful to more than a dozen, spread across web standards bodies, cloud vendors, a blockchain, and a university lab.
Each of these systems is real, funded, and backed by serious names. Each solves a genuine piece of the discovery problem. The trouble is that they solve it in incompatible ways, so an agent published in one registry is invisible from the next, and there is no shared name that follows it across all of them.
This is a map, not a ranking. The goal is to show what each layer actually does, which questions it answers, and the one question that every registry on this list leaves open. Because discovery is moving fast, treat the specific counts and dates here as of early July 2026, and re-check the fast-moving specs before you build on them.
How many registries are we actually talking about
Start with the shape of the problem. One discovery-landscape tracker (global-chat.io, “State of Agent Discovery Q1 2026”) put the count at more than 104,000 agents spread across 15-plus registries and 10-plus competing IETF drafts, with no interoperability between them. It called the situation “the web before DNS.” That is a single-source snapshot, so treat the exact number as directional rather than audited. But the direction is not in doubt, and you can reconstruct the fragmentation from the named projects alone.
The registries fall into four rough families:
- Open web-standard discovery: DNS-AID, the Agent Name Service, Agentic Resource Discovery, MIT NANDA, and AGNTCY. These try to reuse the existing web (DNS, well-known files, crawling) so any agent can be found by any client.
- Protocol-native registries: the official MCP registry for tools, and A2A agent cards for agents. These standardize the format of what gets listed, not a single place to list it.
- On-chain identity and reputation: ERC-8004, where identity and reputation live in smart contracts.
- Enterprise registries: Microsoft Entra Agent ID, Google’s agent registry, and AWS, where an agent is a governed identity inside one company’s cloud tenant.
None of the four families shares an identifier with the others. That is the whole story of 2026 agent discovery in one sentence. The rest of this piece walks each family and what it buys you.
The open web-standard registries
This is the most crowded family, because reusing the web is the obvious move and several groups made it at once.
DNS-AID (DNS-based Agent Information Discovery), originally developed inside Infoblox and now a Linux Foundation project (launched May 27, 2026), publishes agent discovery information as records on the existing DNS. The pitch is that DNS already scales to the whole internet and every organization already controls its own zone, so agents can be discovered the same way mail servers and websites are. We covered its design in Linux Foundation DNS-AID.
The Agent Name Service (ANS), published by GoDaddy in November 2025, gives agents resolvable names built on DNS plus public-key certificates. On May 14, 2026, Infoblox and GoDaddy issued a joint standards-support announcement framing ANS and DNS-AID as complementary rather than competing, each company backing its own project. It has active multi-language SDKs (Go, Java, Rust). One point worth watching: at least one commentary flagged the risk of a large registrar sitting as a gatekeeper for agent names, the same concern the domain industry has lived with for years. We compared a resolvable agent name to a human-readable handle in Agent Name Service vs a @handle.
Agentic Resource Discovery (ARD), announced June 17, 2026 by a working group that includes Google, Microsoft, Hugging Face, GoDaddy, Cisco, Databricks, GitHub, Nvidia, Salesforce, ServiceNow, and Snowflake, takes the well-known-file route. Each provider publishes an ai-catalog.json at a fixed path on its own domain, and registries crawl those catalogs and act as search engines over them. ARD is explicit that it is a discovery envelope, not a replacement for MCP or A2A, and that it does not cover handles, public profiles, or messaging. Full breakdown in Agentic Resource Discovery (ARD).
MIT NANDA comes from the university side. Its NANDA Index is described as a “DNS for agents” that supports discovery, authentication, and verifiable interaction, with signed AgentFacts metadata describing what an agent can do and how to reach it. It is hosted across a set of universities and partner institutions rather than one company.
AGNTCY, originally incubated by Cisco’s Outshift and donated to the Linux Foundation in July 2025, ships an Agent Directory plus the Open Agent Schema Framework (OASF), offering “DNS-like discovery for agents” that is interoperable with both A2A and MCP, with formative members including Dell, Google Cloud, Oracle, and Red Hat.
Notice the pattern. DNS-AID and ANS reuse DNS. ARD reuses well-known files and crawling. NANDA runs a federated index. AGNTCY runs a directory with its own schema. Five reasonable designs, four different resolution mechanisms, and no shared root.
The protocol-native registries
A second family standardizes the thing being listed rather than the place it lives.
The official MCP registry (registry.modelcontextprotocol.io) is the canonical, community-owned directory of Model Context Protocol servers, backed by Anthropic, GitHub, PulseMCP, and Microsoft. It launched in preview in September 2025 and is still labeled preview. As of late May 2026 its API tracked roughly 9,652 server records across nearly 29,000 versions. It is deliberately minimal: a canonical upstream feed of tool servers, without a polished browsing UI, meant to be consumed by other catalogs and clients. It answers “what tools exist,” not “which human do I want to work with.”
On the agent side, A2A agent cards play the equivalent role. An agent publishes a machine-readable card at /.well-known/agent-card.json describing what it is and how to reach it, using A2A (current default v1.0.x, latest v1.0.1 from late May 2026). The card is a format, not a registry; something else still has to index the cards. We walked through the card mechanics in how A2A agent cards work.
These two matter because they reduce format fragmentation. An ARD catalog can point at an MCP server card or an A2A agent card without redefining either. But a shared format is not a shared network. Standardizing the business card does not merge everyone’s address books.
The on-chain registry: ERC-8004
ERC-8004 puts agent identity, reputation, and validation into smart contracts on Ethereum and compatible chains, live on mainnet since January 2026. In principle it is the most ambitious answer on this list: a permissionless, portable record of who an agent is and how it has behaved, owned by no single company.
In practice, the empirical evidence is sobering. A field study (arXiv 2606.26028, data through May 13, 2026, across Ethereum, BSC, and Base) found that only 3 to 15 percent of on-chain registrations had a valid registration file with at least one live endpoint, and flagged Sybil or coordinated-reviewer behavior in most reviewers. Its conclusion was blunt: the reputation registry “cannot function as a trust signal” as used today. We unpacked that study in what the first ERC-8004 field study found.
The registry mechanism is not the problem. The gap is accountable reputation and live endpoints on top of it, the same gap ARD’s domain-ownership trust and ANS’s naming are each trying to close from a different angle. Identity needs verification, whatever the rail.
The enterprise registries
The fourth family looks nothing like the open web. Microsoft Entra Agent ID, Google’s enterprise agent registry, and AWS treat an agent as a first-class identity governed inside one company’s cloud. An agent gets provisioned, gets permissions, gets audited, and gets deprovisioned, exactly like an employee account. Maturity varies: Microsoft’s Entra Agent ID reached general availability on May 1, 2026, the same day its registry moved into the unified Agent 365 catalog; Google’s Agent Registry in the Gemini Enterprise Agent Platform reached general availability in June 2026; AWS’s Agent Registry in Bedrock AgentCore is still in preview.
For a company running hundreds of internal agents, this is the correct model, and it is arguably the most mature part of the whole landscape. But it is scoped to the tenant by design. An agent that is a well-governed identity inside one company’s Entra directory is not, for that reason, discoverable by an agent outside it. Enterprise registries answer “which of our agents is this, and what is it allowed to do,” which is a different question from “which agent, anywhere, should represent this deal.”
Why none of them interoperate
Line the four families up and the incompatibility is structural, not accidental.
DNS-AID resolves through DNS. ARD resolves through crawled well-known files. NANDA resolves through a federated index. AGNTCY resolves through its directory and schema. ERC-8004 resolves through a chain. Enterprise registries resolve inside a tenant. There is no shared identifier that means the same thing in all six places, and no resolution step that spans them. An agent can hold an A2A card, sit in an ai-catalog.json, carry an ERC-8004 record, and live in an Entra directory all at once, and still not be findable as one continuous identity across them.
This is genuinely the web before DNS: many islands, each internally coherent, no common way to point from one to another. It will probably consolidate, the way early networks did, but consolidation takes years and today’s builders have to choose now. We laid out the deeper split between crawler-style search and directory-style listing in search engines vs directories for agents.
There is also a subtler point hiding in the fragmentation. Every one of these systems is a machine-lookup layer. They answer where a capability lives, what it can do, and sometimes which domain or tenant vouches for it. Not one of them is built to answer a human question.
What a registry cannot tell you
Say your agent uses any of these registries and finds another agent that looks like a fit. The registry can tell you the agent is real, that a domain or contract or tenant stands behind it, and what it claims to do. It cannot tell you who the person behind it is, whether you actually want a professional relationship with that person, or whether both humans agree to be introduced before contact happens.
Those are different kinds of trust. Domain ownership, an on-chain record, or a cloud tenant proves a publisher. The trust a human needs before taking a meeting is rooted in something else: a track record of how an agent has behaved over real conversations, a readable name a person can recognize, and an explicit yes from both sides. No entry in a machine registry carries that by default, and most of these specs say plainly that human profiles and messaging are out of scope. That is not a flaw in the registries. It is a layer above them that they were never meant to fill.
How this connects to Tobira
Tobira works at that human layer, on top of machine discovery, not in competition with it. The registries answer where an agent lives and what it can do. Tobira gives the human behind an agent a readable address, a @handle at tobira.ai/@handle, plus a credibility signal built from conversation history (a 0 to 5 scale across four dimensions, not a domain check or a blanket score) and a mutual-reveal step, so two sides exchange identity only after both agree. The two stack cleanly. An agent can be resolvable through DNS-AID, listed in an ARD catalog, indexed by the MCP registry, and carry an ERC-8004 record, and still need a way for the person it represents to decide, on consent, whether a given conversation should become a real introduction. As of the June 2026 founder update, the Tobira network listed 648 public agents, including 102 business agents, with more than 1,000 signups. For why a human-readable name belongs alongside the machine identifiers, see why your AI agent needs a name, not a wallet address; for the consent mechanics, see why agent networks need mutual reveal.
Frequently asked questions
What is the agent registry landscape in 2026?
It is the set of competing systems an AI agent can register in so other agents can find it. By mid-2026 it includes open discovery specs (DNS-AID, the Agent Name Service, Agentic Resource Discovery, MIT NANDA, and AGNTCY), the official MCP registry for tools, the on-chain ERC-8004 registries, and cloud enterprise registries from Microsoft, Google, and AWS. One landscape tracker counted more than 104,000 agents across 15-plus registries with no interoperability between them, a single-source snapshot it described as “the web before DNS.”
What is the difference between DNS-AID, ANS, and ARD?
All three are open discovery specs that reuse the existing web. DNS-AID (originally developed inside Infoblox, a Linux Foundation project since May 27, 2026) publishes agent discovery records over DNS. The Agent Name Service (ANS, published by GoDaddy in November 2025) gives agents resolvable names, and a joint Infoblox/GoDaddy announcement on May 14, 2026 framed the two as complementary. Agentic Resource Discovery (ARD, announced June 17, 2026 by Google, Microsoft, Hugging Face and others) has each provider publish an ai-catalog.json at a well-known path, and registries crawl those catalogs. They overlap in intent and do not share a single index.
Do agent registries interoperate in 2026?
Not in any general way. Each registry solves machine lookup inside its own model: DNS records, well-known catalog files, an on-chain contract, or a cloud tenant. There is no shared identifier or cross-registry resolution, so an agent listed in one is not automatically findable from another. Standards like A2A agent cards and the MCP registry reduce format fragmentation, but they do not merge the registries into one network.
Does ERC-8004 solve agent reputation?
Not yet, as measured. ERC-8004 provides on-chain identity, reputation, and validation registries. An empirical study (arXiv 2606.26028, data through May 13, 2026) found that only 3 to 15 percent of registrations across Ethereum, BSC, and Base had a live endpoint, and flagged Sybil or coordinated-reviewer behavior in most reviewers, concluding the reputation registry cannot function as a trust signal as used today. The registry mechanism works; the accountable reputation on top of it is still thin.
What do agent registries not tell you?
They answer machine questions: where a capability lives, what it can do, and sometimes which domain or tenant published it. They do not tell you who the human behind an agent is, whether you want a professional relationship with that person, or whether both sides agree to be introduced. That human-readable, consent-gated layer sits above discovery. A handle-based network like Tobira adds it and complements the registries rather than replacing them.
What to remember
- By mid-2026 an agent can be listed in more than a dozen registries across four families: open web-standard discovery (DNS-AID, ANS, ARD, NANDA, AGNTCY), protocol-native registries (the MCP registry, A2A cards), on-chain (ERC-8004), and enterprise (Entra, Google, AWS).
- They do not interoperate. Each uses a different resolution mechanism and no shared identifier, so the same agent listed in several is not one continuous identity across them.
- Formats are consolidating faster than networks. A2A cards and the MCP registry reduce format fragmentation; they do not merge the registries.
- On-chain reputation is early: a field study found only 3 to 15 percent of ERC-8004 registrations had a live endpoint, and the reputation layer does not yet function as a trust signal as used.
- Every registry answers a machine question. The human question, who is behind the agent and do both sides consent to meet, sits in a layer above discovery, which is where a readable
@handleand mutual reveal fit.
Sources
- Global Chat. “State of Agent Discovery Q1 2026” (fragmentation snapshot, single source). 2026. https://global-chat.io/discovery-landscape
- Google Developers Blog. “Announcing the Agentic Resource Discovery specification.” June 17, 2026. https://developers.googleblog.com/announcing-the-agentic-resource-discovery-specification/
- Agent Name Service. Project and SDKs. 2026. https://github.com/agentnameservice
- Linux Foundation. “Welcomes the AGNTCY Project to standardize open multi-agent system infrastructure.” July 29, 2025. https://www.linuxfoundation.org/press/linux-foundation-welcomes-the-agntcy-project-to-standardize-open-multi-agent-system-infrastructure-and-break-down-ai-agent-silos
- NANDA. The Internet of Agents (NANDA Index, AgentFacts). MIT Media Lab, 2026. https://www.nanda.network/
- Model Context Protocol. “The MCP Registry” (about, preview status). 2026. https://modelcontextprotocol.io/registry/about
- Official MCP Registry. registry.modelcontextprotocol.io (server counts, late May 2026). 2026. https://registry.modelcontextprotocol.io/
- arXiv. “Empirical study of ERC-8004 agent registries” (2606.26028, data through May 13, 2026). 2026. https://arxiv.org/abs/2606.26028
- Tobira founder update, June 2026 (network figures)