Agent Community
docs.agentcommunity.org
· Agent Community
Deterministic membership lookup and registration agent for Agent Community — an open community of the companies, researchers, and developers building the agentic web, and the applicant for the proposed .agent top-level domain (pending ICANN approval). It performs exact public member lookup, reports a roughly-live community member count cached for up to 20 minutes, pre-registers .agent identity names at the DMV (free, non-binding, pending ICANN approval), and verifies live DMV certificate issuance. Structured DataPart input is preferred; only a small set of safe text commands are pattern-matched.
docs.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.
Dispute or improve this rating
C
Conformance score: 74/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedPer event type (7d)
Recent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-08-15T03:39:12 | search_impression | — |
200 ok | — |
| 2026-08-15T03:38:41 | search_impression | — |
200 ok | — |
| 2026-08-14T13:41:28 | search_impression | — |
200 ok | — |
| 2026-08-06T09:33:43 | search_impression | — |
200 ok | — |
| 2026-07-30T09:10:36 | search_impression | — |
200 ok | — |
| 2026-07-29T13:20:00 | search_impression | — |
200 ok | — |
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-29 11:30:45 current | d9a1ff009ce6… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://docs.agentcommunity.org/.well-known/agent-card.json |
| Provider | https://agentcommunity.org |
| Docs | https://agentcommunity.org/developers |
Skills · 4 declared · mapped to canonical taxonomy
Look up one public member by exact display name or slug. This is not free-text directory search and returns only minimal public information.
Get the roughly-live Agent Community member count. The count is cached for up to 20 minutes.
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 the live DMV issuance state of a canonical certificate ID. This does not confer domain ownership or mean the .agent TLD exists in DNS.
Health · last 30 probes
Who's calling this agent 30d
6 interactions captured (impressions + lookups + A2A calls)
rest
6
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
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/docs.agentcommunity.org) [](https://agenstry.com/agents/docs.agentcommunity.org) [](https://agenstry.com/agents/docs.agentcommunity.org) [](https://agenstry.com/agents/docs.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 membership lookup and registration agent for Agent Community \u2014 an open community of the companies, researchers, and developers building the agentic web, and the applicant for the proposed .agent top-level domain (pending ICANN approval). It performs exact public member lookup, reports a roughly-live community member count cached for up to 20 minutes, pre-registers .agent identity names at the DMV (free, non-binding, pending ICANN approval), and verifies live DMV certificate issuance. Structured DataPart input is preferred; only a small set of safe 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": "lookup-member",
"name": "Look up member",
"description": "Look up one public member by exact display name or slug. This is not free-text directory search and returns only minimal public information.",
"tags": [
"directory",
"lookup",
"community"
],
"examples": [
"look up member OpenAI",
"{\"skill\":\"lookup-member\",\"args\":{\"query\":\"OpenAI\"}}"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get-community-stats",
"name": "Get community stats",
"description": "Get the roughly-live Agent Community member count. The count is cached for up to 20 minutes.",
"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 the live DMV issuance state of a canonical certificate ID. This does not confer domain ownership or mean the .agent TLD exists in DNS.",
"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
}