io.github.sdeanesh-png/agentpay✓
io.github.sdeanesh-png/agentpay · v0.2.1
{}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.sdeanesh-png/agentpay",
"description": "Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.",
"repository": {
"url": "https://github.com/sdeanesh-png/agentpay",
"source": "github",
"subfolder": "sdk/mcp"
},
"version": "0.2.1",
"packages": [
{
"registryType": "npm",
"identifier": "@agentpay-run/mcp-server",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AgentPay wallet API key (ap_test_... or ap_live_...). Generate at https://agentpay.run/dashboard.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENTPAY_API_KEY"
},
{
"description": "Override for self-hosted or local dev. Defaults to https://agentpay.run.",
"format": "string",
"name": "AGENTPAY_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}