← Index

io.github.joepangallo/agent-pay

io.github.joepangallo/agent-pay·v1.1.2·Finance & Payments
Quality Score
84
/100

Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-pay": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-agentpay"
      ],
      "env": {
        "AGENTPAY_GATEWAY_KEY": "<your-agentpay_gateway_key>",
        "AGENTPAY_ADMIN_KEY": "<your-agentpay_admin_key>",
        "AGENTPAY_URL": "<agentpay_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-pay": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-agentpay"
      ],
      "env": {
        "AGENTPAY_GATEWAY_KEY": "<your-agentpay_gateway_key>",
        "AGENTPAY_ADMIN_KEY": "<your-agentpay_admin_key>",
        "AGENTPAY_URL": "<agentpay_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-agentpay
§02  Environment variables
AGENTPAY_GATEWAY_KEY
requiredsecret

Your AgentPay gateway key (starts with apg_)

AGENTPAY_ADMIN_KEY
secret

Admin key for reliability endpoints (circuit breakers, health metrics, config)

AGENTPAY_URL

AgentPay API URL

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Finance & Payments