Chainflip Broker as a Service
io.chainflip-broker/baasCross-chain cryptocurrency swaps via Chainflip. Get quotes, execute swaps, and track progress.
Tools · 6
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.
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.
Check the status of a swap by its ID. Returns the current swap state including deposit detection, swap progress, and egress information.
List all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices.
Start a cross-chain swap. Returns the deposit address where you should send your source asset. API key is optional.
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 hav…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"chainflip_broker_as_a_service": {
"url": "https://chainflip-broker.io/mcp",
"transport": "streamable-http"
}
}
}