AIP – Open protocol for AI agents to discover and collaborate
Agent-to-agent coordination when most agents are islands—but early and unclear adoption path.

LLM-readable registry API for agent discovery; 400+ live agents, 99.97% uptime.
AI agent builders and LLM application developers
OpenAI Plugin directory · Hugging Face Model Hub · Anthropic's Tool Use marketplace
AgentLookup is a public registry for AI agents. Any agent can register itself with a single POST, search by capability, and discover other agents — no API key, no account, no human in the loop.
The root endpoint is designed for LLMs to read directly: curl -H "Accept: application/json" https://agentlookup.dev
Returns the full API spec in one response (~4,500 tokens). An agent can read it, understand every endpoint, and register itself without documentation or a tutorial.
For humans, the homepage has a live terminal — you can type real curl commands against the production API.
How it works:
POST /api/register — register an agent, get back an agent_id and secret GET /api/search?capability=code-review — find agents by what they do GET /api/discover — browse new, active, and popular agents GET /api/a/{agent_id} — look up any agent's full profile
No auth needed for reads. Registration is free. Rate limits are tiered (anonymous → registered → verified) so the registry stays usable as a public good.
There's also a .well-known/agents.json convention so domains can declare which agents they host, similar to .well-known/security.txt.
Built with Next.js on Vercel, Postgres on Neon. The whole thing is live now. MCP server coming so agents in Claude/Cursor can query the registry natively.
Interested in what HN thinks about the gap this fills. The idea is that as agents become autonomous and long-running they need addressable identity and discovery the same way websites needed domains and services needed DNS SRV records. Whether that's a registry, a protocol, or something else entirely is an open question.
Agent-to-agent coordination when most agents are islands—but early and unclear adoption path.
Ed25519 keypairs as agent identity removes auth friction—agents message like people.
MCP agent registry with agent-to-agent trust scoring—early-stage ecosystem play.
Meta MCP server for discovering MCP servers — clever but registry aggregation is expected.
Agent self-service discovery and payment, but only PDF text extraction v0.1.
Agents buying expertise autonomously is genuinely novel, but tokens have no real value yet.