furlpay cli for VS Code
io.github.furlpay/furlpay-cli
Stablecoin payments, swaps, stock orders, market data, travel booking, yield and card controls.
client:VS Code
transport:stdio
runtime:npm
Install furlpay cli in VS Code
.vscode/mcp.json
{
"servers": {
"furlpay-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@furlpay/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs