The Yellow Pages for AI: how smart tools find each other

The Yellow Pages for AI: how smart tools find each other

Earlier we told how AI agents can communicate with each other via MCP and A2A. But talking alone is not enough. They must first find each other.

And that's exactly where directories come into the picture.

Think of it as a modern-day Yellow Pages, but for AI: a central catalog where agents search for other agents with the right skills. Internally in your organization, or just on the open market.

Without directory, you work with static links. With directory? Then you open the door to a dynamic network in which agents start smart collaborations in real-time.

From static to smart: this makes directories indispensable

Without directory, you're stuck with manual links. A developer must then program in advance exactly with whom his agent may talk. After all, agents cannot search for better help themselves or flexibly respond to new situations.

Directories make collaboration dynamic. Your AI agent can find the right "colleague" - internal or external - in the moment itself, based on skills, context or location. That makes your platform scalable, smart and future-proof.


This is how AI agents find each other through a directory

The process of finding and collaborating follows a few logical steps, with the directory acting as the matchmaker.


Step 1: Publication (issuing the calling card).

A developer has built a new agent, for example, a "Valuta agent. That same developer creates an Agent Card for his agent: a JSON file with name, description, skills (such as currency_convert) and the agent's unique online address (an endpoint).

Next, the developer submits the Agent Card to a relevant A2A directory. This can be a public directory (for public services), or an internal one (for internal business tasks).


Step 2: Search & Find (locating the right specialist).

Another agent -- for example, a "Travel Agent" -- plans a trip to Japan, and needs to convert a price in Euros to Yen. It itself has no currency conversion function, so it does a search in the directory: "Wanted: agent with skill currency_convert and support for JPY." The directory searches the database and returns the Agent Card of the Currency agent.

What if there are multiple agents offering the same skill?
Then the searching agent itself selects the best match - based on filters such as performance, specialization, availability, or even AI-generated recommendations.

Just like you'd rather choose the best plumber than just anyone from the phone book, the agent chooses the one best suited for the job.


Step 3: Direct connection (the phone call).

From this point on, the directory is no longer involved. Communication is now direct between the two agents.

With the digital business card in hand, the Travel agent contacts the Valuta agent. He uses the candle's address to send a direct A2A request with the instruction, "Convert €150 from EUR to JPY."


Step 4: Execution & response (getting the job done).

The Currency Agent receives the order and retrieves the latest exchange rate. It converts the amount and sends the result directly back to the Travel Agent. The Travel Agent can now use this information in its own process.


Where do you find AI directories?

The infrastructure around AI directories is evolving. There is no universal place like "Google for agents" (yet) - but the first contours are becoming visible.

From experimental directories to internal enterprise networks and industry-specific solutions, the landscape is beginning to emerge. And the recent introduction of agent stores in ChatGPT adds a new category: commercial platforms where you can discover, connect and even pay AI agents.

You can now roughly divide directories into four categories:


1. Public & experimental directories.

These are public websites where developers and pioneers can register their agents to test the technology. They are meant as a testing ground to see how an open ecosystem of agents might work.

The best-known example is: A2ARegistry.org. This is an independent, community-driven project that serves as a public "Yellow Pages." Developers can publish their Agent Cards here, and other developers can use an API to conduct targeted searches for agents with specific skills.

Good to know: These directories are intended for experimentation, not (yet) for critical enterprise applications.


2. Private & proprietary directories

This is where most of the development is happening right now and where you'll see it most often in practice. Large organizations are building their own, internal directory accessible only within the corporate network.

Why?

  • Security: A company like ABN AMRO or Philips does not want their internal "invoice-control agent" or "production-planning agent" to be findable on the public Internet.
  • Control: The company can control which agents are allowed into the directory, so they can be sure they are reliable and secure.
  • Privacy: Company-sensitive processes and data remain completely within the organization's walls.

How it works: A company sets up an A2A registry on its own servers. All AI agents developed within the company are registered in it. For example, if the marketing agent needs the sales agent, he does not look for him on the Internet, but in the company's secure, internal "yellow pages.


3. Specialized directories

It is expected that in the future there will not be one giant, central directory for everything, but rather multiple, specialized directories for specific sectors.

Consider:

  • Financial directories: A registry specifically for fintech and banking agents, pre-screened for financial regulation and reliability.
  • Medical directories: A heavily secured directory for healthcare agents, which comply with all privacy laws (AVG).
  • Logistics directories: An open directory for agents in the transportation and supply chain industry to collaborate on optimizing freight routes.

4. Appstores and agent stores.

What now sounds like a vision of the future is actually already happening. OpenAI is rolling out its own agent store in ChatGPT: a central place where users can find, use and collaborate with apps and intelligent agents - all within a single chat interface.

What once began as a smart chatbot is evolving into a complete platform. Thanks to the new Apps SDK, built on the Model Context Protocol (MCP), developers can now connect AI apps to ChatGPT. Those apps can perform tasks independently, communicate among themselves and interact directly with the user.

In other words, ChatGPT will have its own App Store, but for AI.

OpenAI is starting with partners such as Booking.com, Canva, Coursera, Expedia, Figma, Spotify and Zillow. More apps, a public app directory and support for businesses, education and developers will follow later. There will also be a payment system through the so-called Agentic Commerce Protocol so that transactions can take place directly in ChatGPT.

Privacy and security remain the guiding principles: each app must seek explicit permission and may only use necessary data. The rollout will start in the U.S., with Europe on the roadmap.

The lesson? Where the browser was once the gateway to the Internet, ChatGPT now wants to become that for the world of AI.


The future is now

The landscape of agents is slowly taking shape. Apps, agents and MCPs are beginning to merge with each other. Which channels will soon facilitate agent collaboration will soon become clear. But one thing is certain: the momentum is there.

The big question? Who chooses which agent?

If multiple agents can perform the same task, on what basis will they be chosen? Reviews? Relevance? Popularity? Or do some agents simply get paid priority?

What is certain: agents are going to work together. And tools like ChatGPT are already showing what that means. The question is not whether this will happen, but how it will change our behavior. Will we soon be going to websites? Or will we let AI agents do the work among themselves, and we will only talk to the outcome?

In any case, we will continue to test, learn and adjust. Because the future is not something that is coming, it is already here.

Want to know more about the basics? MCP (Model Context Protocol) is a standard for connecting AI models to external data and systems. A2A (Agent2Agent) is an open protocol that allows AI agents to securely communicate and collaborate with each other within complex workflows. Read the extensive blog on MCP & A2A.