Chainflip Broker as a Service MCP Server

A remote MCP server that enables AI agents to perform cross-chain cryptocurrency swaps through the Chainflip decentralized exchange. No API key required to get started. Its 6 documented tools cover quotes, swap.

Teams that want a hosted finance endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-07-23 · ★ 10 · #233 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · how we verify → /methodology

01 · Install Chainflip Broker as a Service

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add cumpsd-broker-as-a-service --transport http https://chainflip-broker.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cumpsd-broker-as-a-service": {
      "url": "https://chainflip-broker.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://chainflip-broker.io/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to chainflip-broker.io

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace io.chainflip-broker - domain-verified with the official MCP registry

03 · What Chainflip Broker as a Service can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can discover all available assets with tickers, networks, decimals, minimum amounts, and live USD prices, get swap quotes using human-readable amounts (e.g., 1.5 BTC), get swap quotes using native unit amounts (e.g., 150000000 satoshis), and execute a cross-chain swap and receive a deposit address.

Capability map

Tools grouped from the project's README - what Chainflip Broker as a Service lets an agent do.

read & search

3 tools - e.g. Discover all available assets with tickers, networks, decimals, minimum amounts, and live USD prices; Get swap quotes using human-readable amounts (e.g., 1.5 BTC); Get swap quotes using native unit…

list_assets · get_quotes · get_native_quotes

run & execute

2 tools - e.g. Execute a cross-chain swap and receive a deposit address; Execute a DCA swap that splits into multiple sub-swaps to reduce price impact on large trades

start_swap · start_dca_swap

Check

1 tool - e.g. Track swap progress through its stages: Waiting, Receiving, Swapping, Sending, Sent, Completed

check_status

04 · Who maintains Chainflip Broker as a Service

Chainflip Broker as a Service is maintained by cumpsd. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
finance - ranked #233 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.chainflip-broker/crypto-swap (active, first published 2026-07-28)

06 · Chainflip Broker as a Service FAQ

Is Chainflip Broker as a Service still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-23. We re-verify nightly.

What can Chainflip Broker as a Service do?

With this server connected, an agent can discover all available assets with tickers, networks, decimals, minimum amounts, and live USD prices, get swap quotes using human-readable amounts (e.g., 1.5 BTC), get swap quotes using native unit amounts (e.g., 150000000 satoshis), and execute a cross-chain swap and receive a deposit address.

How do I install Chainflip Broker as a Service?

Run `claude mcp add cumpsd-broker-as-a-service --transport http https://chainflip-broker.io/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Chainflip Broker as a Service require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Chainflip Broker as a Service