Catalog
io.github.joepangallo/agent-pay
OfficialPayment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.
Payment gateway for AI agents with provisioning, metering, and reliability tools.
README not available yet.
Install
Configuration
Environment variables
AGENTPAY_GATEWAY_KEYrequiredsecretYour AgentPay gateway key (starts with apg_)
AGENTPAY_ADMIN_KEYsecretAdmin key for reliability endpoints (circuit breakers, health metrics, config)
AGENTPAY_URLAgentPay API URL
claude_desktop_config.json
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay@1.1.2"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "<YOUR_AGENTPAY_GATEWAY_KEY>",
"AGENTPAY_ADMIN_KEY": "<YOUR_AGENTPAY_ADMIN_KEY>",
"AGENTPAY_URL": "<YOUR_AGENTPAY_URL>"
}
}
}
}