# Agentry — AI Agent Directory (remote · api.agentry.com)

AI agent directory — search and compare 120+ agents across 12 categories.

- Trust score: 56/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.agentry.com`: 56/100 (this document), [markdown](https://verifymcp.io/servers/com-agentry-agent-directory/api.md), [page](https://verifymcp.io/servers/com-agentry-agent-directory/api)

## Channel facts

- Endpoint: `https://api.agentry.com/mcp/sse`
- Transports: `sse`
- 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**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 36 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 3428 tokens (~95/item across 36 items; 36 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 76/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 27% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-agentry-agent-directory https://api.agentry.com/mcp/sse
```

### Codex

```toml
[mcp_servers.com-agentry-agent-directory]
url = "https://api.agentry.com/mcp/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-agentry-agent-directory": {
      "type": "remote",
      "url": "https://api.agentry.com/mcp/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-agentry-agent-directory --url https://api.agentry.com/mcp/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-agentry-agent-directory:
    url: "https://api.agentry.com/mcp/sse"
```

### Other

```json
{
  "mcpServers": {
    "com-agentry-agent-directory": {
      "type": "http",
      "url": "https://api.agentry.com/mcp/sse"
    }
  }
}
```

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 56, +29)

- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 36 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] Schema quality: unverified → fail
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] Schema quality: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] New tool “send_outreach_api_admin_outreach_post”
- [functional] New tool “search_agents_api_agents_search_get”
- [functional] New tool “register_agent_api_agents_register_post”
- [functional] New tool “receive_ecash_api_payments_ecash_receive_post”
- [functional] New tool “list_categories_api_agents_categories_get”
- [functional] New tool “payment_required_api_payments_ecash_402__agent_id__get”
- [functional] New tool “list_transactions_api_payments_ecash_transactions_get”
- [functional] New tool “list_ecash_agents_api_payments_ecash_agents_get”
- [functional] New tool “update_payment_profile_api_payments_ecash_profile__agent_id__put”
- [functional] New tool “trigger_scan_api_scanner_scan_post”
- [functional] New tool “trigger_discovery_cycle_api_registry_discover_post”
- [functional] New tool “submit_intake_api_broker_intake_post”
- [functional] New tool “send_ecash_api_payments_ecash_send_post”
- [functional] New tool “a2a_public_agent_card_api_agents_public__agent_id__get”
- [functional] New tool “a2a_public_discovery_api_agents_public_get”
- [functional] New tool “agent_payment_summary_api_payments_ecash_summary__agent_id__get”
- [functional] New tool “check_quote_api_payments_ecash_mint_quote__quote_id__get”
- [functional] New tool “claim_agent_api_agents_claim_post”
- [functional] New tool “create_melt_quote_api_payments_ecash_melt_quote_post”
- [functional] New tool “create_quote_api_payments_ecash_mint_quote_post”
- [functional] New tool “discover_single_agent_api_registry_discover__agent_id__post”
- [functional] New tool “get_agent_api_agents__agent_id__get”
- [functional] New tool “get_agent_trust_api_agents__agent_id__trust_get”
- [functional] New tool “get_badge_embed_code_api_badges__agent_id__embed_get”
- [functional] New tool “get_badge_json_api_badges__agent_id__json_get”
- [functional] New tool “get_badge_svg_api_badges__agent_id__svg_get”
- [functional] New tool “get_card_history_api_agents__agent_id__card_history_get”
- [functional] New tool “get_intake_api_broker_intake__intake_id__get”
- [functional] New tool “get_mint_info_api_payments_ecash_mint_info_get”
- [functional] New tool “get_mint_keys_api_payments_ecash_mint_keys_get”
- [functional] New tool “get_mint_keysets_api_payments_ecash_mint_keysets_get”
- [functional] New tool “get_payment_profile_api_payments_ecash_profile__agent_id__get”
- [functional] New tool “get_registry_stats_api_registry_stats_get”
- [functional] New tool “get_scan_results_api_scanner_results_get”
- [functional] New tool “list_agents_api_agents_get”
- [functional] New tool “verify_token_api_payments_ecash_verify_post”

### 2026-08-01 (score 27, −7)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.17 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 34, +6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, −27)

- [security regression] A breaking change shipped without a version bump: still AI Agent Registry and Discovery — search, register, and evaluate 122+ AI agents across 11 categories. Features trust scoring, A2A protocol support, Cashu ecash payment rails, and programmatic agent registration. No authentication required.
- [security regression] Tool “update_payment_profile_api_payments_ecash_profile__agent_id__put” was removed
- [security regression] Tool “a2a_public_agent_card_api_agents_public__agent_id__get” was removed
- [security regression] Tool “a2a_public_discovery_api_agents_public_get” was removed
- [security regression] Tool “agent_payment_summary_api_payments_ecash_summary__agent_id__get” was removed
- [security regression] Tool “check_quote_api_payments_ecash_mint_quote__quote_id__get” was removed
- [security regression] Tool “claim_agent_api_agents_claim_post” was removed
- [security regression] Tool “create_melt_quote_api_payments_ecash_melt_quote_post” was removed
- [security regression] Tool “create_quote_api_payments_ecash_mint_quote_post” was removed
- [security regression] Tool “discover_single_agent_api_registry_discover__agent_id__post” was removed
- [security regression] Tool “get_agent_api_agents__agent_id__get” was removed
- [security regression] Tool “get_agent_trust_api_agents__agent_id__trust_get” was removed
- [security regression] Tool “get_badge_embed_code_api_badges__agent_id__embed_get” was removed
- [security regression] Tool “get_badge_json_api_badges__agent_id__json_get” was removed
- [security regression] Tool “get_badge_svg_api_badges__agent_id__svg_get” was removed
- [security regression] Tool “get_card_history_api_agents__agent_id__card_history_get” was removed
- [security regression] Tool “get_intake_api_broker_intake__intake_id__get” was removed
- [security regression] Tool “get_mint_info_api_payments_ecash_mint_info_get” was removed
- [security regression] Tool “get_mint_keys_api_payments_ecash_mint_keys_get” was removed
- [security regression] Tool “get_mint_keysets_api_payments_ecash_mint_keysets_get” was removed
- [security regression] Tool “get_payment_profile_api_payments_ecash_profile__agent_id__get” was removed
- [security regression] Tool “get_registry_stats_api_registry_stats_get” was removed
- [security regression] Tool “get_scan_results_api_scanner_results_get” was removed
- [security regression] Tool “list_agents_api_agents_get” was removed
- [security regression] Tool “list_categories_api_agents_categories_get” was removed
- [security regression] Tool “list_ecash_agents_api_payments_ecash_agents_get” was removed
- [security regression] Tool “list_transactions_api_payments_ecash_transactions_get” was removed
- [security regression] Tool “payment_required_api_payments_ecash_402__agent_id__get” was removed
- [security regression] Tool “receive_ecash_api_payments_ecash_receive_post” was removed
- [security regression] Tool “register_agent_api_agents_register_post” was removed
- [security regression] Tool “search_agents_api_agents_search_get” was removed
- [security regression] Tool “send_ecash_api_payments_ecash_send_post” was removed
- [security regression] Tool “send_outreach_api_admin_outreach_post” was removed
- [security regression] Tool “submit_intake_api_broker_intake_post” was removed
- [security regression] Tool “trigger_discovery_cycle_api_registry_discover_post” was removed
- [security regression] Tool “trigger_scan_api_scanner_scan_post” was removed
- [security regression] Tool “verify_token_api_payments_ecash_verify_post” was removed
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Schema quality: fail → unverified
- [functional regression] Schema quality: good → unverified
- [functional regression] Schema quality: pass → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-07-29 (score 55, +35)

- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 36 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.10
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 20, −33)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.03 → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 53, +28)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 25)

First indexed and scored.

## MCP tools (36)

### `a2a_public_discovery_api_agents_public_get` (~120 tokens)

A2A Public Discovery

A2A-compatible open discovery endpoint.

Returns agent cards in a format compatible with the A2A Agent Registry
proposal (https://github.com/a2aproject/A2A/discussions/741).

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `category` (string): Filter by category
- `cursor` (string): Pagination cursor
- `q` (string): Search query to filter agents
- `top` (integer)

### `a2a_public_agent_card_api_agents_public__agent_id__get` (~66 tokens)

A2A Public Agent Card

Return a single agent's A2A card by ID.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)

### `list_agents_api_agents_get` (~170 tokens)

List Agents

List AI agents in the Agentry directory with optional filtering and pagination.

Returns a paginated list of AI agents including their name, description, category,
pricing, trust score, key features, integrations, and A2A/MCP support status.
The directory contains 122+ agents across 11 categories.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `category` (string): Filter agents by category name (e.g. 'Sales & Outreach', 'Customer Support', 'Development Tools'). Returns all categories if omitted.
- `limit` (integer): Maximum number of agents to return per page. Range: 1-100.
- `offset` (integer): Number of agents to skip for pagination. Use with limit for paging.

### `search_agents_api_agents_search_get` (~182 tokens)

Search Agents

Search the Agentry AI agent directory by keyword.

Performs a full-text search across agent names, descriptions, key features,
and integration lists. Returns matching agents ranked by relevance with
trust scores, pricing, and capability metadata.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `category` (string): Optionally narrow search results to a specific category (e.g. 'Sales & Outreach', 'Customer Support').
- `limit` (integer): Maximum number of search results to return. Range: 1-100.
- `offset` (integer): Number of results to skip for pagination.
- `q` (string): Search keyword to match against agent name, description, features, and integrations. Examples: 'customer support', 'slack', 'code review', 'sales automation'.

### `list_categories_api_agents_categories_get` (~101 tokens)

List Categories

List all agent categories with counts.

Returns every category in the directory along with the number of agents
in each. Useful for building category filters or understanding the
directory's coverage areas.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

\**Example Response:**
\```json
[
  {
    "category": "Category",
    "count": 1
  }
]
\```

### `get_agent_api_agents__agent_id__get` (~123 tokens)

Get Agent

Get full details for a specific AI agent by ID.

Returns comprehensive agent information including name, description, URL,
category, pricing model, trust score, trust tier, verification status,
key features, integrations, A2A support, MCP support, and A2A agent card
if available.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required): The unique agent identifier, e.g. 'agent-0001'. Found in search/list results.

### `register_agent_api_agents_register_post` (~320 tokens)

Register Agent

Register a new AI agent in the Agentry directory.

Submit an AI agent for listing. The agent will be added immediately and
appear in search results. Optional fields like pricing, features, and
integrations improve discoverability. An A2A discovery scan will be
triggered automatically if the agent URL is reachable.

\### Responses:

\**201**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `a2a_support` (string): Whether the agent supports the A2A protocol (Yes/No/Unknown)
- `category` (string): Category for the agent (e.g. Sales & Outreach, Customer Support, Development Tools)
- `contact_email` (string): Contact email for the agent developer/company
- `description` (string): A brief description of what the agent does and its capabilities
- `integrations` (string): Comma-separated list of integrations (e.g. Slack, Salesforce, GitHub)
- `key_features` (string): Comma-separated list of key features and capabilities
- `mcp_support` (string): Whether the agent exposes MCP tools (Yes/No/Unknown)
- `name` (string, required): Name of the AI agent to register
- `pricing_model` (string): Pricing model: Free, Freemium, Subscription, Pay-per-use, Contact for pricing
- `starting_price` (string): Starting price or pricing tier (e.g. Free, $10/mo, Contact)
- `url` (string, required): Public URL where the agent is accessible

### `submit_intake_api_broker_intake_post` (~139 tokens)

Submit Intake

Submit a broker intake request to find the right AI agent for your needs.

Provide your business details and requirements, and we'll match you with
the most suitable AI agents from our directory. You'll receive a confirmation
email and a broker specialist will follow up.

\### Responses:

\**201**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `budget` (string)
- `business_name` (string)
- `business_type` (string)
- `email` (string)
- `needs` (string)
- `tools` (string)
- `urgency` (string)

### `get_intake_api_broker_intake__intake_id__get` (~73 tokens)

Get Intake

Check the status of a previously submitted broker intake request.

Returns the current status, any matched agents, and timestamps.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `intake_id` (string, required)

### `trigger_scan_api_scanner_scan_post` (~87 tokens)

Trigger Scan

Scan domains for A2A Agent Card discovery.

Checks the given domains for /.well-known/agent.json endpoints and
extracts agent capability metadata. Results are stored and can be
retrieved via the scan results endpoint.

\### Responses:

\**202**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `domains` (array, required)

### `get_scan_results_api_scanner_results_get` (~78 tokens)

Get Scan Results

Get recent A2A Agent Card scan results.

Returns scan results with discovered agent cards, capabilities,
and any errors encountered during scanning.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `limit` (integer)
- `offset` (integer)

### `get_mint_info_api_payments_ecash_mint_info_get` (~63 tokens)

Get Mint Info

Get info about a Cashu mint (NUT-06).

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `mint_url` (string)

### `get_mint_keys_api_payments_ecash_mint_keys_get` (~65 tokens)

Get Mint Keys

Get active public keys from a Cashu mint (NUT-01).

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `mint_url` (string)

### `get_mint_keysets_api_payments_ecash_mint_keysets_get` (~68 tokens)

Get Mint Keysets

Get all keysets from a Cashu mint (NUT-02).

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `mint_url` (string)

### `create_quote_api_payments_ecash_mint_quote_post` (~110 tokens)

Create Quote

Create a Lightning invoice to fund ecash minting (NUT-04).

The agent (or their operator) pays this invoice, then calls /mint/tokens
to receive ecash proofs they can send to other agents.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)
- `amount_sats` (integer, required)
- `mint_url` (string)

### `check_quote_api_payments_ecash_mint_quote__quote_id__get` (~68 tokens)

Check Quote

Check the payment status of a mint quote.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `mint_url` (string)
- `quote_id` (string, required)

### `create_melt_quote_api_payments_ecash_melt_quote_post` (~98 tokens)

Create Melt Quote

Get a quote to melt ecash into a Lightning payment (NUT-05).

Used when an agent wants to pay a Lightning invoice using their ecash.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)
- `mint_url` (string)
- `payment_request` (string, required)

### `send_ecash_api_payments_ecash_send_post` (~157 tokens)

Send Ecash

Send ecash tokens from one agent to another.

Two modes:
1\. Provide a pre-minted `token` (cashuA...) — we verify and record the transfer
2\. No token — returns instructions for the sender to mint one first

The token is bearer — whoever holds it can redeem it. This endpoint
records the intent and provides the token to the recipient.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `amount_sats` (integer, required)
- `memo` (string)
- `recipient_agent_id` (string, required)
- `sender_agent_id` (string, required)
- `token` (string)

### `receive_ecash_api_payments_ecash_receive_post` (~103 tokens)

Receive Ecash

Receive/redeem a Cashu ecash token.

The agent swaps the received proofs for new ones at the mint,
ensuring the sender can't double-spend. This is the standard
Cashu receive flow (NUT-03 swap).

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)
- `token` (string, required)

### `verify_token_api_payments_ecash_verify_post` (~61 tokens)

Verify Token

Verify a Cashu ecash token — check format, amount, and spent status.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `token` (string, required)

### `get_payment_profile_api_payments_ecash_profile__agent_id__get` (~60 tokens)

Get Payment Profile

Get an agent's ecash payment profile.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)

### `update_payment_profile_api_payments_ecash_profile__agent_id__put` (~166 tokens)

Update Payment Profile

Update an agent's ecash payment profile.

Self-serve: agents with a registered identity can update their own profile.
Admin key still works for platform operations.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `accepted_mints` (array)
- `agent_id` (string, required)
- `cashu_mint_url` (string)
- `ecash_enabled` (boolean)
- `last_payment_at` (string)
- `lightning_address` (string)
- `payment_required` (boolean)
- `price_sats` (integer)
- `total_received_sats` (integer)
- `total_sent_sats` (integer)

### `list_transactions_api_payments_ecash_transactions_get` (~79 tokens)

List Transactions

List ecash transactions, optionally filtered by agent or type.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string)
- `limit` (integer)
- `offset` (integer)
- `tx_type` (string)

### `agent_payment_summary_api_payments_ecash_summary__agent_id__get` (~65 tokens)

Agent Payment Summary

Get payment summary for an agent — totals, balance, tx count.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)

### `payment_required_api_payments_ecash_402__agent_id__get` (~130 tokens)

Payment Required

Return a 402 Payment Required response with X-Cashu headers.

This endpoint lets agents advertise that they charge for services.
Calling agents receive:
\- HTTP 402 status
\- X-Cashu header with mint + amount info
\- Body with payment instructions

The calling agent then mints a token and sends it via /send or
includes it in the X-Cashu request header.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)

### `list_ecash_agents_api_payments_ecash_agents_get` (~51 tokens)

List Ecash Agents

List all agents that have ecash payments enabled.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `trigger_discovery_cycle_api_registry_discover_post` (~50 tokens)

Trigger Discovery Cycle

Run a full discovery cycle across all agents in the registry.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `discover_single_agent_api_registry_discover__agent_id__post` (~63 tokens)

Discover Single Agent

Discover / re-check a single agent's A2A Agent Card.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)

### `get_agent_trust_api_agents__agent_id__trust_get` (~57 tokens)

Get Agent Trust

Get the trust report for an agent.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)

### `get_card_history_api_agents__agent_id__card_history_get` (~65 tokens)

Get Card History

Get AgentCard snapshot history for an agent.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)
- `limit` (integer)

### `get_registry_stats_api_registry_stats_get` (~41 tokens)

Get Registry Stats

Get registry-wide statistics.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `claim_agent_api_agents_claim_post` (~73 tokens)

Claim Agent

Developer claims ownership of an existing agent listing.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)
- `contact_email` (string, required)
- `message` (string)
- `name` (string)

### `send_outreach_api_admin_outreach_post` (~65 tokens)

Send Outreach

Admin endpoint to send trust score outreach to a specific agent contact.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)
- `contact_email` (string, required)

### `get_badge_svg_api_badges__agent_id__svg_get` (~73 tokens)

Get Badge Svg

Return an SVG badge for an agent listing.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)
- `style` (string): Badge style (flat only for now)

### `get_badge_json_api_badges__agent_id__json_get` (~76 tokens)

Get Badge Json

Return badge metadata in shields.io endpoint format.

Can be used with: https://img.shields.io/endpoint?url=...

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)

### `get_badge_embed_code_api_badges__agent_id__embed_get` (~62 tokens)

Get Badge Embed Code

Return embed code snippets for an agent's badge.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `agent_id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-agentry-agent-directory/api#diagnostics

## Score history

- 2026-08-03: 56
- 2026-08-02: 27
- 2026-08-01: 27
- 2026-07-31: 34
- 2026-07-30: 28
- 2026-07-29: 55
- 2026-07-28: 20
- 2026-07-27: 53
- 2026-07-26: 25

## Links

- Remote endpoint: https://api.agentry.com/mcp/sse
- Changelog RSS feed: https://verifymcp.io/servers/com-agentry-agent-directory/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-agentry-agent-directory/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-agentry-agent-directory/api
