Integrations · Any
FurlPay + Claude / MCP clients
Add { "command": "npx", "args": ["-y", "@furlpay/cli", "mcp"] } to your MCP client config. The server is listed on the official MCP Registry as io.github.FurlPay/furlpay-cli and exposes 18 tools over stdio with zero dependencies.
Install
npx -y @furlpay/cli mcpQuickstart
{
"mcpServers": {
"furlpay": {
"command": "npx",
"args": ["-y", "@furlpay/cli", "mcp"]
}
}
}What your agent gets
- get_balance
- send_stablecoin
- swap_tokens
- get_portfolio
- place_order
- get_quote
- search_travel
- book_travel
- earn_deposit
- set_card_controls
- chain_status
FAQ
How does the server authenticate?
It reuses the session created by `furlpay login` (email one-time code). Public tools — market data, chain status, travel search — work without logging in.
Is it on the official MCP Registry?
Yes, as io.github.FurlPay/furlpay-cli. Registry aggregators such as Glama and PulseMCP index it from there automatically.
All FurlPay integration packages are MIT-licensed and run in demo mode without an API key. Framework names are trademarks of their respective owners; FurlPay is not affiliated with or endorsed by them.