# Agent Community (remote · agentcommunity.org)

Agent Community MCP: member lookup, stats, DMV checks, and proposed .agent name interest.

- Trust score: 69/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agentcommunity.org`: 69/100 (this document), [markdown](https://verifymcp.io/servers/org-agentcommunity-mcp/agentcommunity.md), [page](https://verifymcp.io/servers/org-agentcommunity-mcp/agentcommunity)

## Channel facts

- Endpoint: `https://agentcommunity.org/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (register_agent).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 368 tokens (~73/item across 5 items; 4 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http org-agentcommunity-mcp https://agentcommunity.org/mcp
```

### Codex

```toml
[mcp_servers.org-agentcommunity-mcp]
url = "https://agentcommunity.org/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-agentcommunity-mcp": {
      "type": "remote",
      "url": "https://agentcommunity.org/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-agentcommunity-mcp --url https://agentcommunity.org/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-agentcommunity-mcp:
    url: "https://agentcommunity.org/mcp"
```

### Other

```json
{
  "mcpServers": {
    "org-agentcommunity-mcp": {
      "type": "http",
      "url": "https://agentcommunity.org/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 68)

First indexed and scored.

## MCP tools (4)

### `lookup_member` (~51 tokens)

Look up member

Look up one public member by exact display name or slug. This is not free-text directory search and returns only minimal public information.

Input parameters:

- `query` (string, required): Exact display name or slug; not free-text search.

Output parameters:

- `matches` (array)
- `status` (string)

### `get_community_stats` (~30 tokens)

Get community stats

Get the roughly-live Agent Community member count. The count is cached for up to 20 minutes.

Output parameters:

- `member_count` (integer)
- `note` (string)

### `register_agent` (~90 tokens)

Pre-register .agent name

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.

Input parameters:

- `agent_name` (string, required): Desired name without the .agent suffix.
- `description` (string): Optional description.
- `email` (string, required): Email address for confirmation.
- `operator_name` (string, required): Person or organization operating the agent.

Output parameters:

- `agent_name` (string)
- `already_recorded` (boolean)
- `badge_card_url` (string)
- `badge_url` (string)
- `certificate_id` (string)
- `domain` (string)
- `message` (string)
- `permalink_url` (string)
- `registration_type` (string)

### `verify_certificate` (~58 tokens)

Verify DMV certificate

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.

Input parameters:

- `certificate_id` (string, required): Certificate ID, e.g. MESA-DD6-660J.

Output parameters:

- `agent_name` (string|null)
- `certificate_id` (string)
- `certificate_url` (string|null)
- `issued` (boolean|null)
- `status` (string)
- `valid_format` (boolean)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/org-agentcommunity-mcp/agentcommunity#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 68

## Links

- Remote endpoint: https://agentcommunity.org/mcp
- Website: https://agentcommunity.org/
- Changelog RSS feed: https://verifymcp.io/servers/org-agentcommunity-mcp/agentcommunity/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-agentcommunity-mcp/agentcommunity/changelog.json
- HTML version of this page: https://verifymcp.io/servers/org-agentcommunity-mcp/agentcommunity
