← Back to Plugins
MCP Server MCP

io.github.joepangallo/agent-pay

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-server-agentpay",
      "version": "1.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AgentPay gateway key (starts with apg_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENTPAY_GATEWAY_KEY"
        },
        {
          "description": "Admin key for reliability endpoints (circuit breakers, health metrics, config)",
          "format": "string",
          "isSecret": true,
          "name": "AGENTPAY_ADMIN_KEY"
        },
        {
          "description": "AgentPay API URL",
          "format": "string",
          "name": "AGENTPAY_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...