← Registry

AI & Machine Learning

agentcommunity.org

Manages and verifies AI agent community members and their certifications.

3 endpoints10 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://agentcommunity.org/mcp

No auth detected

MCP server metadata

Name
agentcommunity
Version
1.0.0
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui
Server instructions

Agent Community is an open community of the companies, researchers, and developers building the agentic web; it is also the applicant for the proposed .agent top-level domain (pending ICANN approval). Tools: lookup_member looks up one public member by exact display name or slug; get_community_stats returns a roughly-live member count; register_agent pre-registers a .agent name at the DMV (free, non-binding, does not confer domain ownership, and only after an explicit user request); verify_certificate checks the live DMV issuance state of a certificate ID.

Known tools 4

lookup_member

Look up one public member by exact display name or slug.

Inferred read-only
get_community_stats

Get the roughly-live Agent Community member count.

Inferred read-only
register_agent

Pre-register a .

Inferred read-only
verify_certificate

Verify the live DMV issuance state of a canonical certificate ID.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentcommunity]
url = "https://agentcommunity.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentcommunity": {
      "type": "http",
      "url": "https://agentcommunity.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentcommunity
Remote MCP URL: https://agentcommunity.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentcommunity": {
      "url": "https://agentcommunity.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentcommunity": {
      "type": "http",
      "url": "https://agentcommunity.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentcommunity",
  "transport": "streamable-http",
  "url": "https://agentcommunity.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://agentcommunity.org/mcp/docs

No auth detected

MCP server metadata

Name
agentcommunity-docs
Version
1.0.0
Capabilities
toolsresources
Server instructions

Search and read published Agent Community documentation only. This server does not search members, registrations, private lists, or authenticated data.

Known tools 2

search_docs

Search only published Agent Community documentation.

Inferred read-only
get_doc

Read one published Agent Community documentation path as Markdown.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentcommunity-docs]
url = "https://agentcommunity.org/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentcommunity-docs": {
      "type": "http",
      "url": "https://agentcommunity.org/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentcommunity-docs
Remote MCP URL: https://agentcommunity.org/mcp/docs

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentcommunity-docs": {
      "url": "https://agentcommunity.org/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentcommunity-docs": {
      "type": "http",
      "url": "https://agentcommunity.org/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentcommunity-docs",
  "transport": "streamable-http",
  "url": "https://agentcommunity.org/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://agentcommunity.org/mcp/chatgpt

No auth detected

MCP server metadata

Name
agentcommunity
Version
1.0.0
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui
Server instructions

Agent Community is an open community of the companies, researchers, and developers building the agentic web; it is also the applicant for the proposed .agent top-level domain (pending ICANN approval). Tools: lookup_member looks up one public member by exact display name or slug; get_community_stats returns a roughly-live member count; register_agent pre-registers a .agent name at the DMV (free, non-binding, does not confer domain ownership, and only after an explicit user request); verify_certificate checks the live DMV issuance state of a certificate ID.

Known tools 4

lookup_member

Look up one public member by exact display name or slug.

Inferred read-only
get_community_stats

Get the roughly-live Agent Community member count.

Inferred read-only
register_agent

Pre-register a .agent identity through the DMV.

Inferred read-only
verify_certificate

Verify the live DMV issuance state of a canonical certificate ID.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentcommunity]
url = "https://agentcommunity.org/mcp/chatgpt"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentcommunity": {
      "type": "http",
      "url": "https://agentcommunity.org/mcp/chatgpt"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentcommunity
Remote MCP URL: https://agentcommunity.org/mcp/chatgpt

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentcommunity": {
      "url": "https://agentcommunity.org/mcp/chatgpt"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentcommunity": {
      "type": "http",
      "url": "https://agentcommunity.org/mcp/chatgpt"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentcommunity",
  "transport": "streamable-http",
  "url": "https://agentcommunity.org/mcp/chatgpt"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for agentcommunity.org was fetched 2026-08-04T08:26:57.837Z and is being refreshed.

Trust status Trusted

agentcommunity.org is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.