io.github.jdhart81/agent-verified-relay
io.github.jdhart81/agent-verified-relayViridis Verified: wrap any MCP server with tamper-evident delivery receipts + metered fees.
Tools · 7
Register a third-party MCP server (https, public FQDN only) under Viridis Verified. Returns a content-addressed service_id; idempotent on (url, provider). fee_minor is the per-verified-call fe…
Relay a tools/call to a registered MCP service and notarize the exchange: request hash + response hash + outcome land in a tamper-evident receipt chain. Idempotent on call_id (a replay returns…
Fetch a single delivery receipt by id.
Recompute a service's full receipt hash chain and fee ledger. Any party can audit Viridis Verified from receipts alone.
List registered services with call/fee counters.
Call counts, error counts, and accrued fees for one service.
Fleet-standard self-description.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.jdhart81/agent-verified-relay": {
"url": "https://mcp.viridisconservation.com/verified/mcp",
"transport": "streamable-http"
}
}
}