paysafe for Cursor
com.paysafe-agent/paysafe
Payment firewall for x402: scans for replay, overpayment, PII/secret leaks, prompt-injection.
client:Cursor
transport:stdio
runtime:npm
Install paysafe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"paysafe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"paysafe-x402"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs