Skip to main content
The ACP Agent Registry is a curated collection of agents implementing the Agent Client Protocol.

Available Agents

Work in Progress: This registry is under active development. Format and contents may change.
This registry only includes agents that support authentication. Agents must implement auth flows to be listed here. Not all ACP-compatible agents are listed yet—as soon as they’re ready, we’ll be happy to add them.
The registry is hosted at github.com/agentclientprotocol/registry. Visit the repository to contribute your own agent.

Using the Registry

Clients can fetch the registry programmatically:
curl https://cdn.agentclientprotocol.com/registry/v1/latest/registry.json
The registry JSON contains all agent metadata including distribution information for automatic installation.

Contributing

To add your agent to the registry:
  1. Fork the registry repository
  2. Create a folder with your agent’s ID (lowercase, hyphens allowed)
  3. Add an agent.json file following the schema
  4. Optionally add an icon.svg (16x16 recommended)
  5. Submit a pull request
See the contributing guide for details.