Loading MCP server directory, please wait...
Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.
npx @getmcp/cli add io.github.joepangallo/agent-payRequires Node.js 18+. Community-contributed server. Review source before installing.
AGENTPAY_GATEWAY_KEYYour AgentPay gateway key (starts with apg_)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.joepangallo/agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "",
"AGENTPAY_ADMIN_KEY": "",
"AGENTPAY_URL": ""
}
}
}
}