INDIVIDUAL MCP TOOL
evidence_verify
Evidence Verification (x402-paid, $0.05): verify an agent-commerce evidence bundle before trusting a paid result — x402 challenge/receipt/policy-decision/service-response artifacts, endpoint and price binding, freshness, hashes, synthetic-proof leakage.
LIVE ENDPOINT
https://mcp.hermesplant.com/mcp
Connect to this endpoint to inspect the live schema for evidence_verify and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.hermes-plant]
url = "https://mcp.hermesplant.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hermes-plant": {
"type": "http",
"url": "https://mcp.hermesplant.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hermes-plant
Remote MCP URL: https://mcp.hermesplant.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": {
"hermes-plant": {
"url": "https://mcp.hermesplant.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hermes-plant": {
"type": "http",
"url": "https://mcp.hermesplant.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hermes-plant",
"transport": "streamable-http",
"url": "https://mcp.hermesplant.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
freetier_status— Check a free API key's remaining monthly quota, reset date, and upgrade path.list_products— List active products from the Hermes Plant catalogget_product— Get a single product by slugget_checkout_policies— Return legal policy URLs required before checkoutget_x402_manifest— Return the live x402 manifest with paid endpoint prices, Bazaar metadata, and buyer policy checksstart_checkout— Start a Stripe checkout session for a product slugpurchase_with_x402— Purchase a one-time product via x402 (returns 402 challenge or fulfillment JSON).action_safety_quick_gate— AI agent action safety quick gate ($0.01 over x402 or free-tier quota).