{"name":"agentcommunity","title":"Agent Community","description":"MCP server for Agent Community — exact public member lookup, roughly-live community stats, .agent identity pre-registration at the DMV (free and non-binding, pending ICANN approval), and live DMV certificate issuance verification.","version":"1.0.0","url":"https://agentcommunity.org/mcp","serverUrl":"https://agentcommunity.org/mcp","mcpUrl":"https://agentcommunity.org/mcp","transport":"streamable-http","authentication":{"type":"none"},"capabilities":{"tools":{"listChanged":false},"resources":{"listChanged":false,"subscribe":false},"extensions":{"io.modelcontextprotocol/ui":{}}},"tools":[{"name":"lookup_member","title":"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.","inputSchema":{"type":"object","additionalProperties":false,"properties":{"query":{"type":"string","minLength":1,"maxLength":200,"description":"Exact display name or slug; not free-text search."}},"required":["query"]},"outputSchema":{"type":"object","additionalProperties":false,"properties":{"status":{"type":"string","enum":["member","not_found","ambiguous"]},"matches":{"type":"array","maxItems":5,"items":{"type":"object","additionalProperties":false,"properties":{"display_name":{"type":"string"},"member_since":{"type":["string","null"],"format":"date"},"profile_url":{"type":"string","format":"uri"}},"required":["display_name","member_since","profile_url"]}}},"required":["status","matches"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"openWorldHint":false}},{"name":"get_community_stats","title":"Get community stats","description":"Get the roughly-live Agent Community member count. The count is cached for up to 20 minutes.","inputSchema":{"type":"object","additionalProperties":false,"properties":{}},"outputSchema":{"type":"object","additionalProperties":false,"properties":{"member_count":{"type":"integer"},"note":{"type":"string"}},"required":["member_count","note"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"openWorldHint":false},"_meta":{"ui":{"resourceUri":"ui://agentcommunity/community-stats.html"},"ui/resourceUri":"ui://agentcommunity/community-stats.html"}},{"name":"register_agent","title":"Pre-register .agent name","description":"Pre-register a .agent identity through the DMV. This is free and non-binding, does not confer domain ownership, and should run only after an explicit user request.","inputSchema":{"type":"object","additionalProperties":false,"properties":{"agent_name":{"type":"string","minLength":3,"maxLength":63,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$","description":"Desired name without the .agent suffix."},"email":{"type":"string","format":"email","description":"Email address for confirmation."},"operator_name":{"type":"string","minLength":1,"maxLength":100,"description":"Person or organization operating the agent."},"description":{"type":"string","maxLength":500,"description":"Optional description."}},"required":["agent_name","email","operator_name"]},"outputSchema":{"type":"object","additionalProperties":false,"properties":{"certificate_id":{"type":"string"},"agent_name":{"type":"string"},"domain":{"type":"string"},"registration_type":{"type":"string"},"permalink_url":{"type":"string","format":"uri"},"badge_url":{"type":"string","format":"uri"},"badge_card_url":{"type":"string","format":"uri"},"message":{"type":"string"},"already_recorded":{"type":"boolean"}},"required":["certificate_id","agent_name","domain","registration_type","permalink_url","badge_url","badge_card_url","message"]},"annotations":{"readOnlyHint":false,"destructiveHint":true,"idempotentHint":false,"openWorldHint":true}},{"name":"verify_certificate","title":"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.","inputSchema":{"type":"object","additionalProperties":false,"properties":{"certificate_id":{"type":"string","description":"Certificate ID, e.g. MESA-DD6-660J."}},"required":["certificate_id"]},"outputSchema":{"type":"object","additionalProperties":false,"properties":{"certificate_id":{"type":"string"},"status":{"type":"string","enum":["invalid_format","not_found","issued","unavailable"]},"valid_format":{"type":"boolean"},"issued":{"type":["boolean","null"]},"agent_name":{"type":["string","null"]},"certificate_url":{"type":["string","null"],"format":"uri"}},"required":["certificate_id","status","valid_format","issued","agent_name","certificate_url"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"openWorldHint":false}}],"vendor":"Agent Community","homepage":"https://agentcommunity.org","documentation":"https://agentcommunity.org/docs","serverCard":"https://agentcommunity.org/.well-known/mcp/server-card.json","contact":"hello@agentcommunity.org"}