mcpbeat

Agentry — The Trust Layer for the Agent Economy MCP Server

io.github.cthulhutoo/agentry
answering

Agentry — The Trust Layer for the Agent Economy is answering right now. Last checked 2 min ago. It exposes 36 tools. Last commit 24 Mar 2026.

Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
92 of 92 checks
36
Tools
read from the server
412 ms
Response time
average over 24h
0
Stars
last commit 24 Mar 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add agentry --transport http https://api.agentry.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentry": {
      "url": "https://api.agentry.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentry]
url = "https://api.agentry.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agentry": {
      "url": "https://api.agentry.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentry": {
      "url": "https://api.agentry.com/mcp"
    }
  }
}

Available tools 36

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agent
agent_payment_summary_api_payments_ecash_summary__agent_id__get
Agent Payment Summary Get payment summary for an agent — totals, balance, tx count. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
get_agent_api_agents__agent_id__get
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
get_agent_trust_api_agents__agent_id__trust_get
Get Agent Trust Get the trust report for an agent. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
badge
get_badge_embed_code_api_badges__agent_id__embed_get
Get Badge Embed Code Return embed code snippets for an agent's badge. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
get_badge_json_api_badges__agent_id__json_get
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
get_badge_svg_api_badges__agent_id__svg_get
Get Badge Svg Return an SVG badge for an agent listing. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
mint
get_mint_info_api_payments_ecash_mint_info_get
Get Mint Info Get info about a Cashu mint (NUT-06). ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
get_mint_keys_api_payments_ecash_mint_keys_get
Get Mint Keys Get active public keys from a Cashu mint (NUT-01). ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
get_mint_keysets_api_payments_ecash_mint_keysets_get
Get Mint Keysets Get all keysets from a Cashu mint (NUT-02). ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
payment
get_payment_profile_api_payments_ecash_profile__agent_id__get
Get Payment Profile Get an agent's ecash payment profile. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
payment_required_api_payments_ecash_402__agent_id__get
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
update_payment_profile_api_payments_ecash_profile__agent_id__put
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
a2a
a2a_public_agent_card_api_agents_public__agent_id__get
A2A Public Agent Card Return a single agent's A2A card by ID. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
a2a_public_discovery_api_agents_public_get
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
agents
list_agents_api_agents_get
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
search_agents_api_agents_search_get
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
quote
check_quote_api_payments_ecash_mint_quote__quote_id__get
Check Quote Check the payment status of a mint quote. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
create_quote_api_payments_ecash_mint_quote_post
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
send
send_ecash_api_payments_ecash_send_post
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
send_outreach_api_admin_outreach_post
Send Outreach Admin endpoint to send trust score outreach to a specific agent contact. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
trigger
trigger_discovery_cycle_api_registry_discover_post
Trigger Discovery Cycle Run a full discovery cycle across all agents in the registry. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
trigger_scan_api_scanner_scan_post
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
card
get_card_history_api_agents__agent_id__card_history_get
Get Card History Get AgentCard snapshot history for an agent. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
categories
list_categories_api_agents_categories_get
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 } ] ```
claim
claim_agent_api_agents_claim_post
Claim Agent Developer claims ownership of an existing agent listing. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
discover
discover_single_agent_api_registry_discover__agent_id__post
Discover Single Agent Discover / re-check a single agent's A2A Agent Card. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
ecash
list_ecash_agents_api_payments_ecash_agents_get
List Ecash Agents List all agents that have ecash payments enabled. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
intake
get_intake_api_broker_intake__intake_id__get
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
melt
create_melt_quote_api_payments_ecash_melt_quote_post
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
receive
receive_ecash_api_payments_ecash_receive_post
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
register
register_agent_api_agents_register_post
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
registry
get_registry_stats_api_registry_stats_get
Get Registry Stats Get registry-wide statistics. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
scan
get_scan_results_api_scanner_results_get
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
submit
submit_intake_api_broker_intake_post
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
transactions
list_transactions_api_payments_ecash_transactions_get
List Transactions List ecash transactions, optionally filtered by agent or type. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
verify
verify_token_api_payments_ecash_verify_post
Verify Token Verify a Cashu ecash token — check format, amount, and spent status. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json

Endpoints

URLTransportStateLatencyChecked
https://api.agentry.com/mcp streamable-http answering 416 ms 2 min ago

Agentry — The Trust Layer for the Agent Economy — questions

Answers built from our own checks of this server.

What can Agentry — The Trust Layer for the Agent Economy do?
It exposes 36 tools, read directly from the server on our last check. Among them: a2a_public_agent_card_api_agents_public__agent_id__get, a2a_public_discovery_api_agents_public_get, agent_payment_summary_api_payments_ecash_summary__agent_id__get, check_quote_api_payments_ecash_mint_quote__quote_id__get, claim_agent_api_agents_claim_post, create_melt_quote_api_payments_ecash_melt_quote_post and 30 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Agentry — The Trust Layer for the Agent Economy mostly used for?
Its tools cluster around agent, mint and payment. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Agentry — The Trust Layer for the Agent Economy working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 412 ms. The bar chart above shows every period we have measured.
How do I connect Agentry — The Trust Layer for the Agent Economy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agentry — The Trust Layer for the Agent Economy need an API key?
No. Agentry — The Trust Layer for the Agent Economy completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 36 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agentry — The Trust Layer for the Agent Economy?
It answers our handshake in 412 ms on average, which is faster than 32% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Agentry — The Trust Layer for the Agent Economy open source?
Yes — it is published under the MIT licence, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.