nano pay for Cursor
com.feeless402/nano-pay
Pay for x402-priced APIs with feeless, sub-second Nano (XNO) micropayments from a local wallet.
client:Cursor
transport:stdio
runtime:pypi
Install nano pay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nano-pay": {
"type": "stdio",
"command": "uvx",
"args": [
"feeless402"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs