AgentPay for Claude Desktop
io.github.rumblingb/agentpay
Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install AgentPay in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.agentpay.so/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs