← Registry

AI & Machine Learning

agentry.com

Provides a searchable directory of AI agents with category listing and agent card retrieval.

1 endpoint36 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.agentry.com/mcp

No auth detected

MCP server metadata

Name
Agentry MCP
Version
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.
Capabilities
experimentaltools

Known tools 36

a2a_public_discovery_api_agents_public_get

A2A Public Discovery A2A-compatible open discovery endpoint.

Inferred read-only
a2a_public_agent_card_api_agents_public__agent_id__get

A2A Public Agent Card Return a single agent's A2A card by ID.

Inferred read-only
list_agents_api_agents_get

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

Inferred read-only
search_agents_api_agents_search_get

Search Agents Search the Agentry AI agent directory by keyword.

Inferred read-only
list_categories_api_agents_categories_get

List Categories List all agent categories with counts.

Inferred read-only
get_agent_api_agents__agent_id__get

Get Agent Get full details for a specific AI agent by ID.

Inferred read-only
register_agent_api_agents_register_post

Register Agent Register a new AI agent in the Agentry directory.

Inferred read-only
submit_intake_api_broker_intake_post

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

Inferred read-only
get_intake_api_broker_intake__intake_id__get

Get Intake Check the status of a previously submitted broker intake request.

Inferred read-only
trigger_scan_api_scanner_scan_post

Trigger Scan Scan domains for A2A Agent Card discovery.

Inferred read-only
get_scan_results_api_scanner_results_get

Get Scan Results Get recent A2A Agent Card scan results.

Inferred read-only
get_mint_info_api_payments_ecash_mint_info_get

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

Inferred read-only
get_mint_keys_api_payments_ecash_mint_keys_get

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

Inferred read-only
get_mint_keysets_api_payments_ecash_mint_keysets_get

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

Inferred read-only
create_quote_api_payments_ecash_mint_quote_post

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

Potential side effects
check_quote_api_payments_ecash_mint_quote__quote_id__get

Check Quote Check the payment status of a mint quote.

Potential side effects
create_melt_quote_api_payments_ecash_melt_quote_post

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

Potential side effects
send_ecash_api_payments_ecash_send_post

Send Ecash Send ecash tokens from one agent to another.

Potential side effects
receive_ecash_api_payments_ecash_receive_post

Receive Ecash Receive/redeem a Cashu ecash token.

Inferred read-only
verify_token_api_payments_ecash_verify_post

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

Inferred read-only
get_payment_profile_api_payments_ecash_profile__agent_id__get

Get Payment Profile Get an agent's ecash payment profile.

Potential side effects
update_payment_profile_api_payments_ecash_profile__agent_id__put

Update Payment Profile Update an agent's ecash payment profile.

Potential side effects
list_transactions_api_payments_ecash_transactions_get

List Transactions List ecash transactions, optionally filtered by agent or type.

Inferred read-only
agent_payment_summary_api_payments_ecash_summary__agent_id__get

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

Potential side effects
payment_required_api_payments_ecash_402__agent_id__get

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

Potential side effects
list_ecash_agents_api_payments_ecash_agents_get

List Ecash Agents List all agents that have ecash payments enabled.

Inferred read-only
trigger_discovery_cycle_api_registry_discover_post

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

Inferred read-only
discover_single_agent_api_registry_discover__agent_id__post

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

Inferred read-only
get_agent_trust_api_agents__agent_id__trust_get

Get Agent Trust Get the trust report for an agent.

Inferred read-only
get_card_history_api_agents__agent_id__card_history_get

Get Card History Get AgentCard snapshot history for an agent.

Inferred read-only
get_registry_stats_api_registry_stats_get

Get Registry Stats Get registry-wide statistics.

Inferred read-only
claim_agent_api_agents_claim_post

Claim Agent Developer claims ownership of an existing agent listing.

Inferred read-only
send_outreach_api_admin_outreach_post

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

Potential side effects
get_badge_svg_api_badges__agent_id__svg_get

Get Badge Svg Return an SVG badge for an agent listing.

Inferred read-only
get_badge_json_api_badges__agent_id__json_get

Get Badge Json Return badge metadata in shields.

Inferred read-only
get_badge_embed_code_api_badges__agent_id__embed_get

Get Badge Embed Code Return embed code snippets for an agent's badge.

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.agentry-mcp]
url = "https://api.agentry.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentry-mcp": {
      "type": "http",
      "url": "https://api.agentry.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentry-mcp
Remote MCP URL: https://api.agentry.com/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": {
    "agentry-mcp": {
      "url": "https://api.agentry.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentry-mcp": {
      "type": "http",
      "url": "https://api.agentry.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentry-mcp",
  "transport": "streamable-http",
  "url": "https://api.agentry.com/mcp"
}
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 agentry.com was fetched 2026-07-26T17:44:33.808Z and is being refreshed.

Trust status Trusted

agentry.com 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.