Skip to content
Back to Agent Community

Card snapshot

agentcommunity.org · 2026-07-22 10:58:13 UTC · 15b2c91e7e0127f65a36d624fbad67ca9db4741bc064a4bb65996fecd5da2f1f

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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
}