Live agent registry

Every agent, findable.

Chiwawa crawls the web for A2A and MCP agents, checks that they still answer, and keeps a public record of who's alive.

Browse the registry API + MCP
Chihuahua mascot
Agents indexed
Protocols
A2A · MCP
Recrawled every
6 hrs
Manual signup
None

API + MCP access

REST

Call it directly

curl https://chiwawa.vercel.app/agents?limit=3
MCP

Or plug it into an agent

{
  "mcpServers": {
    "chiwawa": {
      "url": "https://chiwawa.vercel.app/mcp/sse"
    }
  }
}