{"name":"agentcommunity","title":"Agent Community","description":"MCP server for Agent Community — search the member directory, get live community stats, pre-register .agent identity names at the DMV (free, non-binding, pending ICANN approval), and verify DMV certificate IDs.","version":"1.0.0","serverUrl":"https://agentcommunity.org/mcp","mcpUrl":"https://agentcommunity.org/mcp","protocolVersion":"2025-06-18","transport":{"type":"streamable-http","url":"https://agentcommunity.org/mcp"},"authentication":{"type":"none"},"capabilities":{"tools":{"listChanged":false},"resources":{}},"tools":[{"name":"search_members","description":"Search the Agent Community member directory (organizations building for the agentic web). Returns up to 20 matching profiles with their public profile URLs. Use when a user asks who is part of the .agent community or wants to find a member organization.","inputSchema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":200,"description":"Search text, e.g. an organization name or category."}},"required":["query"]},"_meta":{"ui":{"resourceUri":"ui://agentcommunity/member-search.html"}},"annotations":{"readOnlyHint":true}},{"name":"get_member_profile","description":"Get the canonical public profile URL for a member organization by slug. Use after search_members to link a user to a specific member profile.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","pattern":"^[a-z0-9-]+$","description":"Member slug from search_members results."}},"required":["slug"]},"annotations":{"readOnlyHint":true}},{"name":"get_community_stats","description":"Get live Agent Community statistics (total member count). Use when a user asks how large the .agent community is.","inputSchema":{"type":"object","properties":{}},"annotations":{"readOnlyHint":true}},{"name":"register_agent","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. The pre-registration and its content-addressed certificate ID are recorded immediately; a confirmation email is sent to the provided address to verify it. Use when a user explicitly asks to reserve or pre-register an agent name. Identical-argument repeats without an Idempotency-Key header create additional registrations (up to DMV's per-fingerprint cap) — pass an Idempotency-Key header to safely retry.","inputSchema":{"type":"object","properties":{"agent_name":{"type":"string","minLength":3,"maxLength":63,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$","description":"Desired agent name without the .agent suffix. Lowercase alphanumeric and hyphens."},"email":{"type":"string","format":"email","description":"Email address for the verification link."},"operator_name":{"type":"string","minLength":1,"maxLength":100,"description":"Person or organization operating the agent."},"description":{"type":"string","maxLength":500,"description":"Optional: what this agent does."}},"required":["agent_name","email","operator_name"]},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":false,"openWorldHint":true}},{"name":"verify_certificate","description":"Verify that a DMV certificate ID is well-formed (check digit passes). Offline check — does not confirm the certificate exists in the database. Use to validate certificate IDs like NOVA-7F3-AB2C.","inputSchema":{"type":"object","properties":{"certificate_id":{"type":"string","description":"Certificate ID, e.g. NOVA-7F3-AB2C."}},"required":["certificate_id"]},"annotations":{"readOnlyHint":true}}],"resources":[{"uri":"ui://agentcommunity/member-search.html","mimeType":"text/html;profile=mcp-app","name":"Member search results","description":"Renders search_members tool results as a list of member organizations linking to their public Agent Community profile pages. Self-contained (no external requests); the host pushes the tool's CallToolResult via a ui/notifications/tool-result postMessage.","_meta":{"ui":{"csp":{"connectDomains":[],"resourceDomains":[],"frameDomains":[],"baseUriDomains":[]}}}}],"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"}