FurlPay
Rank #61,729io.github.FurlPay/furlpay-cli
Stablecoin payments, swaps, stock orders, market data, travel booking, yield and card controls.
FurlPay is a Model Context Protocol (MCP) server published by furlpay. It ranks #61,729 of 115,460 servers tracked on MCP Toplist. FurlPay is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jul 8, 2026 and most recently updated on Jul 8, 2026.
Ranks ahead of 53,731 of 115,460 servers on MCP Toplist.
Use FurlPay
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add furlpay-cli -- npx -y @furlpay/cli mcp[mcp_servers.furlpay-cli]
command = "npx"
args = ["-y", "@furlpay/cli", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"furlpay-cli": {
"command": "npx",
"args": [
"-y",
"@furlpay/cli",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"furlpay-cli": {
"command": "npx",
"args": [
"-y",
"@furlpay/cli",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"furlpay-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@furlpay/cli",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"furlpay-cli": {
"command": "npx",
"args": [
"-y",
"@furlpay/cli",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"furlpay-cli": {
"command": "npx",
"args": [
"-y",
"@furlpay/cli",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.FurlPay%2Ffurlpay-cli)<a href="https://mcptoplist.com/server/io.github.FurlPay%2Ffurlpay-cli"><img src="https://mcptoplist.com/badge/io.github.FurlPay%2Ffurlpay-cli.svg" alt="MCP Toplist: #61,729 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
furlpay
Other servers by furlpay
View all furlpay servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.2 | Jul 8, 2026 |
Frequently asked questions
- Who maintains FurlPay?
- FurlPay is maintained by furlpay, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is FurlPay listed on the Official MCP Registry?
- Yes — FurlPay is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does FurlPay have?
- MCP Toplist tracks 1 version of FurlPay, most recently published on Jul 8, 2026.
- Where can I find the source code for FurlPay?
- The source code for FurlPay is hosted at github.com/furlpay/furlpay-cli.