furlpay cli for Grok
io.github.furlpay/furlpay-cli
Stablecoin payments, swaps, stock orders, market data, travel booking, yield and card controls.
client:Grok
transport:stdio
runtime:npm
Install furlpay cli in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"furlpay-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@furlpay/cli"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs