# Giving agents a way to find other agents and tools

> Source: <https://dev.to/miguelaeh/giving-agents-a-way-to-find-other-agents-and-tools-4gfd>
> Published: 2026-06-18 17:14:15+00:00

I've recently been thinking about how the agentic economy will evolve, and realized that we are still missing a very important step. How do some agents find others? How do those agents find the tools they need to complete their work?

So I built an experiment. I indexed all agents and tools that are public, tested them to check they are available, and ranked them based on how easy they are to use by other agents.

All of it is exposed via an MCP server and an A2A agent. You can choose any of the methods, connect it to your agent, and let it find others and complete more work than it can do alone.

If this is of interest, check it out and let me know what you think.
