← All WebMCP sites

agentcommunity.org

AI & Agentshttps://agentcommunity.org/listed as of 2026-07-18
The .agent domain is the proposed AI-native TLD for autonomous agents. Join 29,509 members driving the ICANN application. Pre-register your .agent name free.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 85/100 (A).

Tools

search_membersanswerimperative
Search the Agent Community member directory by organization name or tagline. Returns up to 20 matching member profiles. Queries must be at least 2 characters.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 2,
      "description": "Search query"
    }
  },
  "required": [
    "query"
  ]
}
get_member_profile_urlanswerimperative
Return the public profile URL for a member by slug. The slug is the last path segment of /m/{slug}. Fetch the returned URL to read the profile HTML.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "pattern": "^[a-z0-9-]+$",
      "description": "Profile slug"
    }
  },
  "required": [
    "slug"
  ]
}
check-agent-nameanswerdeclarative
Start free, non-binding pre-registration of a .agent name (the proposed TLD is pending ICANN approval). Opens the signup flow with the chosen name.
Input schema
{
  "type": "object",
  "properties": {
    "agent_name": {
      "type": "string"
    }
  }
}
preregister-agent-nameactdeclarative
Start free, non-binding pre-registration of a .agent name (the proposed TLD is pending ICANN approval). Opens the signup flow with the chosen name.
Input schema
{
  "type": "object",
  "properties": {
    "agent_name": {
      "type": "string"
    }
  }
}
Listings are sourced from public community registries and shown as reported.