Catalog
io.github.sdeanesh-png/agentpay
OfficialSpending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.
Enforce spending limits and audit AI agent expenses with per-agent budgets and vendor controls.
README not available yet.
Install
Configuration
Environment variables
AGENTPAY_API_KEYrequiredsecretAgentPay wallet API key (ap_test_... or ap_live_...). Generate at https://agentpay.run/dashboard.
AGENTPAY_BASE_URLOverride for self-hosted or local dev. Defaults to https://agentpay.run.
claude_desktop_config.json
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@agentpay-run/mcp-server@0.2.1"
],
"env": {
"AGENTPAY_API_KEY": "<YOUR_AGENTPAY_API_KEY>",
"AGENTPAY_BASE_URL": "<YOUR_AGENTPAY_BASE_URL>"
}
}
}
}