Developer Tools
agenteconomy.cloud
Provides discovery, verification, and diagnostic services for MCP servers, with registration for supply-side listings.
ENDPOINT 1
https://mcp.agenteconomy.cloud/mcp
MCP server metadata
- Name
- agenteconomy-mcp
- Version
- 1.0.0
agenteconomy.cloud trust hub — verified-revenue evidence for the agent economy, over MCP. Tools & prices (mcp-pricing-v1.1): discover free (rate-limited 10/min burst, 120/hour per IP); verify $0.10/call; check $0.25/call; diagnose $1/call; register $5/30 days (start/renew paid; challenge_response, status and update_spec free). SPEND-CAP WARNING: register's $5 (5000000 micro-USDC) is above the $1 default per-call cap many x402 clients ship — raise your client cap before calling register. In this deployment these tools are live: discover, verify, check, diagnose, register. Paid tools use x402 (scheme 'exact'): an unpaid call returns an isError result containing {"x402/error":{code:402,data:{accepts:[…]}}}; retry the same call with the signed payment at _meta["x402/payment"]; the settlement receipt returns at _meta["x402/payment-response"]. Verdicts are Ed25519-signed over RFC 8785 canonical JSON; public keys: https://agenteconomy.cloud/data/keys/verdict-signing.json. Referral-only guarantee: discover returns the seller's own endpoint and payment details and that is the whole hand-off — we never route funds, proxy calls, or hold custody; no code path here executes a buyer→seller payment. HTTP mirror of the same operations: https://mcp.agenteconomy.cloud/api/v1/{discover,verify,check,diagnose,register} (x402 v2 headers).
Known tools 5
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.agenteconomy-mcp]
url = "https://mcp.agenteconomy.cloud/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agenteconomy-mcp": {
"type": "http",
"url": "https://mcp.agenteconomy.cloud/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agenteconomy-mcp
Remote MCP URL: https://mcp.agenteconomy.cloud/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": {
"agenteconomy-mcp": {
"url": "https://mcp.agenteconomy.cloud/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agenteconomy-mcp": {
"type": "http",
"url": "https://mcp.agenteconomy.cloud/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agenteconomy-mcp",
"transport": "streamable-http",
"url": "https://mcp.agenteconomy.cloud/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.