agentpay for Cursor
io.github.romudille-bit/agentpay
Budget-capped x402 payments for AI agents: verifiable receipts, trust routing, 17 free tools.
client:Cursor
transport:stdio
runtime:npm
Install agentpay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@romudille/agentpay-mcp"
],
"env": {
"AGENTPAY_BASE_KEY": "<AGENTPAY_BASE_KEY>",
"AGENTPAY_MAX_SPEND": "<AGENTPAY_MAX_SPEND>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs