Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Agent Verification Utility

dev.kgninja.agent-economy/agent-verification-utility

Deterministic JSON checks with signed evidence and x402-paid execution

Uptime
100.0%
3 direct probes · 30d
Response
78ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

describe_verify_evidence

Describe when deterministic verification is useful, when it is not, free request validation, recipes, limits, and the explicit paid MCP path.

get_revenue_goal_status

Read the active revenue goal, measured funnel, contribution margin, and the next bounded improvement recommendation. This tool never changes price, spends funds, or sends messages.

quote_verify_evidence

Validate a complete verification request and return a free quote when the margin policy passes.

prepare_verify_evidence_purchase

After a successful free precheck, create or reuse a bound quote and return the exact HTTP request that will produce the x402 challenge. Do not pay until the binding, price, network, asset, payTo, and …

verify_evidence

Run deterministic checks and return Ed25519-signed evidence after one explicitly authorized x402 payment. A free precheck receipt and a matching bound payment requirement are required before signing.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agent_verification_utility": {
      "url": "https://agent-economy.kgninja.dev/mcp",
      "transport": "streamable-http"
    }
  }
}