MCP Server
MCP
io.github.joepangallo/agent-pay
Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.
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
By
Comments
Sign in to leave a comment