INDIVIDUAL MCP TOOL
prepare_verify_evidence_purchase
Create or reuse a quote and return the exact HTTP purchase request that will first produce an x402 402 challenge.
LIVE ENDPOINT
https://agent-economy.kgninja.dev/mcp
Connect to this endpoint to inspect the live schema for prepare_verify_evidence_purchase and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests a financial action.
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.dev-kgninja-agent-verification-utility]
url = "https://agent-economy.kgninja.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dev-kgninja-agent-verification-utility": {
"type": "http",
"url": "https://agent-economy.kgninja.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dev-kgninja-agent-verification-utility
Remote MCP URL: https://agent-economy.kgninja.dev/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": {
"dev-kgninja-agent-verification-utility": {
"url": "https://agent-economy.kgninja.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dev-kgninja-agent-verification-utility": {
"type": "http",
"url": "https://agent-economy.kgninja.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dev-kgninja-agent-verification-utility",
"transport": "streamable-http",
"url": "https://agent-economy.kgninja.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.quote_verify_evidence— Validate a complete verification request and return a free quote when the margin policy passes.verify_evidence— Run deterministic checks and return Ed25519-signed evidence after explicit x402 approval.