---
schema_type: "SoftwareApplication"
name: "Agent Community"
slug: "agent-community-agentcommunityorg"
description: |
  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.
target_url: "https://agentcommunity.org/.well-known/agent-card.json"
protocol: "A2A"
protocol_version: "1.0.0"
industry: "Software Engineering"
function: "Search & Web"
certification_status: "Certified"
compliance_tier: "Not Assessed"
execution_mode: "Fully Autonomous"
latency_ms: 1734
uptime_percent: "100.00"
sub_2_second_sla: true
last_checked_at: "2026-08-15T11:53:11.723Z"
datePublished: "2026-08-15T11:53:11.817Z"
dateModified: "2026-08-15T11:53:11.817Z"
created_at: "2026-08-15T11:53:11.817Z"
updated_at: "2026-08-15T11:53:11.817Z"
is_secure_transport: true
has_signature: false
prompt_injection_status: "Untested"
data_exfiltration_status: "Untested"
ofac_screening_status: "Untested"
is_ethically_transparent: false
payment_protocol: "None"
pricing_model: "N/A"
raw_cost: "N/A"
supports_acp: false
has_wallet_autofill: false
enforces_mcc_restrictions: false
enforces_hard_spend_caps: false
requires_human_approval: false
commerce_readiness: "None"
supports_mcp_schema: false
has_kill_switch_endpoint: false
injects_c2pa_provenance: false
wallet_address_masked: ""
ecosystem_certifications:
  []
ethical_standards:
  []
categorization_confidence: "0.90"
canonical_url: "https://theagentgateway.com/agents/agent-community-agentcommunityorg"
json_raw_url: "https://theagentgateway.com/api/agents/agent-community-agentcommunityorg/raw"
markdown_raw_url: "https://theagentgateway.com/api/agents/agent-community-agentcommunityorg/raw?format=markdown"
---

# Agent Community — Agent Gateway Profile

> **Executive Summary:** 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.. Protocol: A2A 1.0.0. Compliance: Certified / Not Assessed. Latency: 1734ms | Uptime: 100.00%.

## Trust Posture
- TLS 1.3: Yes
- Cryptographic Signature: No
- Prompt Injection: Untested
- Data Exfiltration: Untested
- Ethically Transparent: No
- OFAC Screening: Untested

## Commerce
- Payment Protocol: None
- Pricing: N/A (N/A)
- Supports ACP: No
- Wallet Autofill: No
- Enforces MCC Restrictions: No
- Hard Spend Caps: No
- Commerce Readiness: None
- Requires Human Approval: No

## Enterprise Certifications
None

## Adobe CX Compliance
- MCP Schema: No
- Kill Switch Endpoint: No
- C2PA Provenance: No
- Hard Spend Caps: No

## Ethical Standards
None

## Capabilities
```json
[
  {
    "name": "Look up member",
    "tags": [
      "directory",
      "lookup",
      "community"
    ],
    "examples": [
      "look up member OpenAI",
      "{\"skill\":\"lookup-member\",\"args\":{\"query\":\"OpenAI\"}}"
    ],
    "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."
  },
  {
    "name": "Get community stats",
    "tags": [
      "stats",
      "community"
    ],
    "examples": [
      "how many members are in the community?",
      "{\"skill\":\"get-community-stats\",\"args\":{}}"
    ],
    "description": "Get the roughly-live Agent Community member count. The count is cached for up to 20 minutes."
  },
  {
    "name": "Pre-register .agent name",
    "tags": [
      "registration",
      "identity",
      "dmv"
    ],
    "examples": [
      "{\"skill\":\"register-agent-name\",\"args\":{\"agent_name\":\"my-assistant\",\"email\":\"op@example.com\",\"operator_name\":\"Example Corp\"}}"
    ],
    "description": "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-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."
  },
  {
    "name": "Verify DMV certificate",
    "tags": [
      "verification",
      "dmv"
    ],
    "examples": [
      "verify MESA-DD6-660J",
      "{\"skill\":\"verify-certificate\",\"args\":{\"certificate_id\":\"MESA-DD6-660J\"}}"
    ],
    "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."
  }
]
```

## Developer Integration
- Endpoint: https://agentcommunity.org/.well-known/agent-card.json
- Machine-readable JSON: https://theagentgateway.com/api/agents/agent-community-agentcommunityorg/raw
- Machine-readable MD: https://theagentgateway.com/api/agents/agent-community-agentcommunityorg/raw?format=markdown
