Chainflip Broker as a Service
Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute swaps, and track progress.
On this page
Overview
Broker as a Service exposes a Model Context Protocol (MCP) server, allowing AI agents and coding assistants to discover assets, get quotes, execute cross-chain swaps, and monitor swap progress — all through natural language.
The MCP server uses HTTP Streamable transport in stateless mode. No API key is required to get started, though you can optionally provide one for partner-level tracking.
MCP Endpoints
| Environment | URL |
|---|---|
| Production | https://chainflip-broker.io/mcp |
| Testing | https://perseverance.chainflip-broker.io/mcp |
Available Tools
The MCP server exposes the following tools:
| Tool | Description |
|---|---|
| list_assets | List all available swap assets with ticker, network, decimals, minimum amounts, and USD prices |
| get_quotes | Get swap quotes using human-readable amounts (e.g. 1.5 for 1.5 BTC) |
| get_native_quotes | Get swap quotes using native unit amounts (e.g. 150000000 satoshis) |
| start_swap | Initiate a simple cross-chain swap |
| start_dca_swap | Initiate a Dollar Cost Averaging swap, split across multiple sub-swaps |
| check_status | Check the status of a swap by its swap ID |
A swap-assistant prompt is also available, providing AI agents with detailed guidance on the complete swap workflow — from asset discovery through quoting, execution, and monitoring.
Connecting Your AI Tool
Claude Code
Add the MCP server to your project by running:
claude mcp add chainflip-baas --transport http https://chainflip-broker.io/mcp
Or add it to your .mcp.json file:
{
"mcpServers": {
"chainflip-baas": {
"type": "url",
"url": "https://chainflip-broker.io/mcp"
}
}
}
Claude Desktop
Open Settings > Developer > Edit Config and add the server to your claude_desktop_config.json:
Restart Claude Desktop to pick up the changes.
### OpenClaw
In OpenClaw, navigate to **Settings > MCP Servers > Add Server** and configure:
* **Name:** `chainflip-baas`
* **Type:** URL
* **URL:** `https://chainflip-broker.io/mcp`
### Cursor
Open **Cursor Settings > MCP** and click **Add new MCP server**. Set the type to `url` and enter:
https://chainflip-broker.io/mcp
Alternatively, add to your project's `.cursor/mcp.json`:
Windsurf
Open Windsurf Settings > MCP and click Add Server. Use the URL transport with:
Or add to your `~/.codeium/windsurf/mcp_config.json`:
Other MCP Clients
Any MCP-compatible client can connect using the HTTP Streamable transport. Point it at the endpoint URL:
For the testing environment, use `https://perseverance.chainflip-broker.io/mcp` instead.
## Authentication
An API key is **optional**. All tools are accessible without one, making it easy to explore and test.
To use your API key, pass it as the `apiKey` parameter on tools that support it (`get_quotes`, `get_native_quotes`, `start_swap`, `start_dca_swap`). Register at chainflip-broker.io to get one.
## Support
Feel free to reach out to us in case you need help.
Verwandte Server
Mercury MCP
Mercury MCP lets you ask questions about your banking balances, transactions, cards/recipients, and more
Proxenio MCP Server
MCP server for the Proxenio verified intent network enabling AI agents to retrieve verified matches and accept introductions with inherited trust controls.
CHeema-Text-to-Voice-MCP-Server
AI-powered text-to-speech MCP server with instant voice cloning. Generate speech from Claude Desktop, Claude Code, or n8n using 5 built-in voices (English, German, French, Spanish) or clone any voice from a short audio sample. Runs fully local, no API keys, no cloud. Supports stdio, SSE, and HTTP transports.
Gaggiuino MCP
An MCP server for the Gaggiuino open-source espresso machine, providing real-time local network access to machine status and shot data.
Frase.io
SEO, GEO & AI Visibility — research, write, optimize, publish & monitor content. 95 tools, 9 agent skills, 11 prompts, 7 workflows. Built-in CMS hosting.
MCP 3D Printer Server
Connects to 3D printer management systems like OctoPrint, Klipper, and Bambu Labs for model manipulation and printing workflows.
Learning Hub
AI learning assistant that manages game time rewards based on school grades, homework, and bonus tasks
PiAPI
PiAPI MCP server makes user able to generate media content with Midjourney/Flux/Kling/Hunyuan/Udio/Trellis directly from Claude or any other MCP-compatible apps.
Audio Player
An MCP server for controlling local audio file playback.
Horoscope MCP Server
Provides daily horoscope readings and fortune telling for all 12 zodiac signs using a horoscope API.