MCP Server
MCP
io.github.sdeanesh-png/agentpay
Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.
Install
npx -y @agentpay-run/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment