Agent Verification Utility
dev.kgninja.agent-economy/agent-verification-utilityDeterministic JSON checks with signed evidence and x402-paid execution
Tools · 5
Describe when deterministic verification is useful, when it is not, free request validation, recipes, limits, and the explicit paid MCP path.
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.
Validate a complete verification request and return a free quote when the margin policy passes.
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 …
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.
Similar MCP servers embedding-nearest
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"
}
}
}