← WebMCP Directory

Tool tree

agentcommunity.org

liveAI Agents & Fintech
https://agentcommunity.org/
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.
Explore capabilities
search_membersanswer

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.

View tool JSON
{
  "name": "search_members",
  "kind": "answer",
  "impl": "imperative",
  "description": "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.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "minLength": 2,
        "description": "Search query"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
get_member_profile_urlanswer

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.

View tool JSON
{
  "name": "get_member_profile_url",
  "kind": "answer",
  "impl": "imperative",
  "description": "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.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string",
        "pattern": "^[a-z0-9-]+$",
        "description": "Profile slug"
      }
    },
    "required": [
      "slug"
    ]
  },
  "page": "/"
}
check-agent-nameanswer

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.

View tool JSON
{
  "name": "check-agent-name",
  "kind": "answer",
  "impl": "declarative",
  "description": "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.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "agent_name": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
preregister-agent-nameact

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.

View tool JSON
{
  "name": "preregister-agent-name",
  "kind": "act",
  "impl": "declarative",
  "description": "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.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "agent_name": {
        "type": "string"
      }
    }
  },
  "page": "/"
}