← kgninja.dev

INDIVIDUAL MCP TOOL

describe_verify_evidence

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

kgninja.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://agent-economy.kgninja.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for describe_verify_evidence and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

kgninja.dev

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

  • 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.
  • prepare_verify_evidence_purchase — Create or reuse a quote and return the exact HTTP purchase request that will first produce an x402 402 challenge.
  • verify_evidence — Run deterministic checks and return Ed25519-signed evidence after explicit x402 approval.