mcpbeat

Chainflip Broker as a Service MCP Server

io.chainflip-broker/crypto-swap
answering

Chainflip Broker as a Service is answering right now. Last checked 5 min ago. It exposes 6 tools. Last commit 23 Jul 2026.

Native cross-chain swaps: Bitcoin, Ethereum, Solana, Polkadot, Tron, Arbitrum. Quote, swap, track.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
183 ms
Response time
average over 24h
10
Stars
last commit 23 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add crypto-swap --transport http https://chainflip-broker.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crypto-swap": {
      "url": "https://chainflip-broker.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crypto-swap]
url = "https://chainflip-broker.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "crypto-swap": {
      "url": "https://chainflip-broker.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crypto-swap": {
      "url": "https://chainflip-broker.io/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

start
start_dca_swap
Start a DCA (Dollar Cost Averaging) cross-chain swap that splits into multiple sub-swaps over time. Returns the deposit address. API key is optional.
start_swap
Start a cross-chain swap. Returns the deposit address where you should send your source asset. API key is optional.
assets
list_assets
List all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices.
native
get_native_quotes
Get swap quotes for exchanging one crypto asset to another using native (smallest unit) amounts. Returns available quotes with exchange rates, fees, and estimated output amounts. Use this when you have amounts in native units (e.g., satoshis for BTC, wei for ETH). API key is optional.
quotes
get_quotes
Get swap quotes for exchanging one crypto asset to another. Returns available quotes with exchange rates, fees, and estimated output amounts. API key is optional.
status
check_status
Check the status of a swap by its ID. Returns the current swap state including deposit detection, swap progress, and egress information.

Endpoints

URLTransportStateLatencyChecked
https://chainflip-broker.io/mcp streamable-http answering 228 ms 5 min ago

Chainflip Broker as a Service — questions

Answers built from our own checks of this server.

What can Chainflip Broker as a Service do?
It exposes 6 tools, read directly from the server on our last check. Among them: check_status, get_native_quotes, get_quotes, list_assets, start_dca_swap, start_swap. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Chainflip Broker as a Service working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 183 ms. The bar chart above shows every period we have measured.
How do I connect Chainflip Broker as a Service?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Chainflip Broker as a Service need an API key?
No. Chainflip Broker as a Service completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Chainflip Broker as a Service?
It answers our handshake in 183 ms on average, which is faster than 66% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Chainflip Broker as a Service open source?
Yes — it is published under the MIT licence and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.