API Tools
kgninja.dev
Provides deterministic API request verification with x402 payment-based approval, quotes, and revenue goal monitoring.
ENDPOINT 1
https://agent-economy.kgninja.dev/mcp
MCP server metadata
- Name
- dev.kgninja/agent-verification-utility
- Version
- 0.4.0
Known tools 5
describe_verify_evidenceDescribe when deterministic verification is useful, when it is not, free request validation, recipes, limits, and the explicit paid MCP path.
Inferred read-onlyget_revenue_goal_statusRead the active revenue goal, measured funnel, contribution margin, and the next bounded improvement recommendation.
Inferred read-onlyquote_verify_evidenceValidate a complete verification request and return a free quote when the margin policy passes.
Inferred read-onlyprepare_verify_evidence_purchaseCreate or reuse a quote and return the exact HTTP purchase request that will first produce an x402 402 challenge.
Potential side effectsverify_evidenceRun deterministic checks and return Ed25519-signed evidence after explicit x402 approval.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.