agent pay for Cursor
io.github.joepangallo/agent-pay
Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.
client:Cursor
transport:stdio
runtime:npm
Install agent pay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-pay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "<AGENTPAY_GATEWAY_KEY>",
"AGENTPAY_ADMIN_KEY": "<AGENTPAY_ADMIN_KEY>",
"AGENTPAY_URL": "<AGENTPAY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs