furlpay cli for Cursor
io.github.furlpay/furlpay-cli
Stablecoin payments, swaps, stock orders, market data, travel booking, yield and card controls.
client:Cursor
transport:stdio
runtime:npm
Install furlpay cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"furlpay-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@furlpay/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs