Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jdhart81/agent-verified-relay

io.github.jdhart81/agent-verified-relay

Viridis Verified: wrap any MCP server with tamper-evident delivery receipts + metered fees.

Uptime
100.0%
1 direct probes · 30d
Response
807ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

register_service

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…

call_verified

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…

get_receipt

Fetch a single delivery receipt by id.

verify_receipts

Recompute a service's full receipt hash chain and fee ledger. Any party can audit Viridis Verified from receipts alone.

list_services

List registered services with call/fee counters.

service_stats

Call counts, error counts, and accrued fees for one service.

describe_agent

Fleet-standard self-description.

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"
    }
  }
}