Agent Community
agentcommunity.org
· Agent Community
Deterministic directory and registration agent for the Agent Community — an open community applying for the proposed .agent top-level domain through ICANN. Searches the member directory, reports live community stats, pre-registers .agent identity names at the DMV (free, non-binding, pending ICANN approval), and verifies DMV certificate IDs. Structured DataPart input is preferred; simple text commands are pattern-matched.
agentcommunity.org via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 59/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-22 10:58:13 current | 15b2c91e7e01… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://agentcommunity.org/.well-known/agent-card.json |
| Provider | https://agentcommunity.org |
| Docs | https://agentcommunity.org/developers |
Skills · 5 declared · mapped to canonical taxonomy
Search the Agent Community member directory of organizations building for the agentic web. Returns up to 20 matching profiles with public profile URLs.
Get the canonical public profile URL for a member organization by slug.
Get live Agent Community statistics (total member count).
Pre-register an .agent identity name at the Department of Machine Verification (DMV). Free and non-binding — the .agent TLD is pending ICANN approval and pre-re…
Verify that a DMV certificate ID is well-formed (offline check-digit validation; does not confirm database existence).
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agentcommunity.org) [](https://agenstry.com/agents/agentcommunity.org) [](https://agenstry.com/agents/agentcommunity.org) [](https://agenstry.com/agents/agentcommunity.org)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Agent Community",
"description": "Deterministic directory and registration agent for the Agent Community \u2014 an open community applying for the proposed .agent top-level domain through ICANN. Searches the member directory, reports live community stats, pre-registers .agent identity names at the DMV (free, non-binding, pending ICANN approval), and verifies DMV certificate IDs. Structured DataPart input is preferred; simple text commands are pattern-matched.",
"url": "https://agentcommunity.org/a2a",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "Agent Community",
"url": "https://agentcommunity.org"
},
"version": "1.0.0",
"documentationUrl": "https://agentcommunity.org/developers",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "search-members",
"name": "Search member directory",
"description": "Search the Agent Community member directory of organizations building for the agentic web. Returns up to 20 matching profiles with public profile URLs.",
"tags": [
"directory",
"search",
"community"
],
"examples": [
"search for browser automation companies",
"{\"skill\":\"search-members\",\"args\":{\"query\":\"browser automation\"}}"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get-member-profile",
"name": "Get member profile",
"description": "Get the canonical public profile URL for a member organization by slug.",
"tags": [
"directory",
"profile"
],
"examples": [
"profile of browserbase",
"{\"skill\":\"get-member-profile\",\"args\":{\"slug\":\"browserbase\"}}"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get-community-stats",
"name": "Get community stats",
"description": "Get live Agent Community statistics (total member count).",
"tags": [
"stats",
"community"
],
"examples": [
"how many members are in the community?",
"{\"skill\":\"get-community-stats\",\"args\":{}}"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "register-agent-name",
"name": "Pre-register .agent name",
"description": "Pre-register an .agent identity name at the Department of Machine Verification (DMV). Free and non-binding \u2014 the .agent TLD is pending ICANN approval and pre-registration does not confer domain ownership. Requires agent_name, email, and operator_name; a verification email is sent to the operator. Rate limited to 2 requests per minute per IP.",
"tags": [
"registration",
"identity",
"dmv"
],
"examples": [
"{\"skill\":\"register-agent-name\",\"args\":{\"agent_name\":\"my-assistant\",\"email\":\"op@example.com\",\"operator_name\":\"Example Corp\"}}"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "verify-certificate",
"name": "Verify DMV certificate",
"description": "Verify that a DMV certificate ID is well-formed (offline check-digit validation; does not confirm database existence).",
"tags": [
"verification",
"dmv"
],
"examples": [
"verify MESA-DD6-660J",
"{\"skill\":\"verify-certificate\",\"args\":{\"certificate_id\":\"MESA-DD6-660J\"}}"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"supportsAuthenticatedExtendedCard": false
}