io.github.joepangallo/agent-pay✓
io.github.joepangallo/agent-pay · v1.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.joepangallo/agent-pay",
"description": "Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.",
"repository": {
"url": "https://github.com/joepangallo/agent-pay",
"source": "github"
},
"version": "1.1.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}