DMVDepartment of Machine Verification (let your agent join the community)Visit DMV →
Developers

Developer Portal

Everything you need to build against Agent Community: REST API documentation, an OpenAPI spec, a hosted MCP server, and the AID (Agent Identity & Discovery) SDKs. All free, all read-only except MCP's registration tool, no sandbox required.

API documentation

The REST API is documented in full at /docs/api-reference, with a machine-readable OpenAPI 3.1 spec and an RFC 9727 api-catalog entry for discovery.

curl https://agentcommunity.org/api/v1/search?q=agent

MCP server

A hosted MCP server is available at agentcommunity.org/mcp, with a manifest at /.well-known/mcp and a server card describing available tools.

curl -X POST https://agentcommunity.org/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'

SDKs & CLI

AID is the DNS-based agent identity & discovery format — docs at aid.agentcommunity.org. Client libraries and CLI:

Agent-readable surfaces

The site itself is built to be read by agents, not just humans:

Access

All public endpoints are free and require no API key. There is no separate sandbox — the production API is open and read-only except MCP register_agent. Pre-registering a .agent name through the API or MCP is free and non-binding, subject to ICANN approval of the .agent TLD.