spend for Cursor
io.github.payclaw/spend
Agents are not bots. PayClaw proves it — then lets them pay. Badge + Spend on existing Visa rails.
client:Cursor
transport:stdio
runtime:npm
Install spend in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@payclaw/mcp-server"
],
"env": {
"PAYCLAW_API_KEY": "<PAYCLAW_API_KEY>",
"PAYCLAW_API_URL": "<PAYCLAW_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs