← Index

io.github.sdeanesh-png/agentpay

io.github.sdeanesh-png/agentpay·v0.2.1·Other
Quality Score
80
/100

Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpay-run/mcp-server"
      ],
      "env": {
        "AGENTPAY_API_KEY": "<your-agentpay_api_key>",
        "AGENTPAY_BASE_URL": "<agentpay_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpay-run/mcp-server"
      ],
      "env": {
        "AGENTPAY_API_KEY": "<your-agentpay_api_key>",
        "AGENTPAY_BASE_URL": "<agentpay_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @agentpay-run/mcp-server
§02  Environment variables
AGENTPAY_API_KEY
requiredsecret

AgentPay wallet API key (ap_test_... or ap_live_...). Generate at https://agentpay.run/dashboard.

AGENTPAY_BASE_URL

Override for self-hosted or local dev. Defaults to https://agentpay.run.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other