MCP Server
Active
MIT
Chainflip Broker as a Service MCP Server
io.chainflip-broker/crypto-swap
What is the Chainflip Broker as a Service MCP server?
Native cross-chain swaps: Bitcoin, Ethereum, Solana, Polkadot, Tron, Arbitrum. Quote, swap, track.
How to install Chainflip Broker as a Service
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"crypto-swap": {
"url": "https://chainflip-broker.io/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"crypto-swap": {
"serverUrl": "https://chainflip-broker.io/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"crypto-swap": {
"type": "http",
"url": "https://chainflip-broker.io/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"crypto-swap": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://chainflip-broker.io/mcp"
]
}
}
}Claude Code
claude mcp add --transport http crypto-swap https://chainflip-broker.io/mcpRelated MCP servers
Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute swaps, and track progress.