Chainflip Broker as a Service MCP Server
Official MCP server for cross-chain cryptocurrency swaps through the Chainflip decentralized exchange.
This remote MCP server enables AI agents to discover assets, get swap quotes, execute cross-chain swaps, and track swap progress. Supports Bitcoin, Ethereum, Solana, Arbitrum, and all assets on supported chains. No API key required to get started.
Supported Chains
- Bitcoin
- Ethereum (ETH, USDC, USDT, FLIP, WBTC)
- Solana (SOL, USDC, USDT)
- Arbitrum (ETH, USDC, USDT)
Tools
| Tool |
Description |
list_assets |
Discover all available assets with tickers, networks, decimals, minimum amounts, and live USD prices |
get_quotes |
Get swap quotes using human-readable amounts (e.g., 1.5 BTC) |
get_native_quotes |
Get swap quotes using native unit amounts (e.g., 150000000 satoshis) |
start_swap |
Execute a cross-chain swap and receive a deposit address |
start_dca_swap |
Execute a DCA swap that splits into multiple sub-swaps to reduce price impact on large trades |
check_status |
Track swap progress through its stages: Waiting, Receiving, Swapping, Sending, Sent, Completed |
Prompts
| Prompt |
Description |
swap-assistant |
Guided workflow that walks through asset discovery, quoting, swap execution, and status monitoring |
Installation
This is a remote MCP server using Streamable HTTP transport. No local installation required.
{
"mcpServers": {
"chainflip-baas": {
"type": "streamable-http",
"url": "https://chainflip-broker.io/mcp"
}
}
}
Or add it via the Claude CLI:
claude mcp add chainflip-baas --transport http https://chainflip-broker.io/mcp
No authentication is required. An optional API key can be provided for partner attribution by registering at https://chainflip-broker.io.
Links
1---2name: chainflip-baas-mcp3description: Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute swaps, and track progress across Bitcoin, Ethereum, Solana, and Arbitrum.4---56# Chainflip Broker as a Service MCP Server78Official MCP server for cross-chain cryptocurrency swaps through the [Chainflip](https://chainflip.io) decentralized exchange.910This remote MCP server enables AI agents to discover assets, get swap quotes, execute cross-chain swaps, and track swap progress. Supports Bitcoin, Ethereum, Solana, Arbitrum, and all assets on supported chains. No API key required to get started.1112## Supported Chains1314- Bitcoin15- Ethereum (ETH, USDC, USDT, FLIP, WBTC)16- Solana (SOL, USDC, USDT)17- Arbitrum (ETH, USDC, USDT)1819## Tools2021| Tool | Description |22|---|---|23| `list_assets` | Discover all available assets with tickers, networks, decimals, minimum amounts, and live USD prices |24| `get_quotes` | Get swap quotes using human-readable amounts (e.g., 1.5 BTC) |25| `get_native_quotes` | Get swap quotes using native unit amounts (e.g., 150000000 satoshis) |26| `start_swap` | Execute a cross-chain swap and receive a deposit address |27| `start_dca_swap` | Execute a DCA swap that splits into multiple sub-swaps to reduce price impact on large trades |28| `check_status` | Track swap progress through its stages: Waiting, Receiving, Swapping, Sending, Sent, Completed |2930## Prompts3132| Prompt | Description |33|---|---|34| `swap-assistant` | Guided workflow that walks through asset discovery, quoting, swap execution, and status monitoring |3536## Installation3738This is a remote MCP server using Streamable HTTP transport. No local installation required.3940```json41{42 "mcpServers": {43 "chainflip-baas": {44 "type": "streamable-http",45 "url": "https://chainflip-broker.io/mcp"46 }47 }48}49```5051Or add it via the Claude CLI:5253```bash54claude mcp add chainflip-baas --transport http https://chainflip-broker.io/mcp55```5657No authentication is required. An optional API key can be provided for partner attribution by registering at https://chainflip-broker.io.5859## Links6061- **Website**: https://chainflip-broker.io62- **GitHub**: https://github.com/CumpsD/broker-as-a-service63- **Documentation**: https://docs.chainflip-broker.io64- **AI Documentation**: https://chainflip-broker.io/ai65- **MCP Registry**: https://registry.modelcontextprotocol.io/v0.1/servers?search=io.chainflip-broker/baas