Back to search
100
MCP live v1.0.0 streamable-http

Chainflip Broker as a Service

io.chainflip-broker/baas

Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute swaps, and track progress.

Uptime
14.3%
14 probes
Response
115ms
last probe
Tools
6
callable

Tools · 6

get_quotes

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_dca_swap

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_status

Check the status of a swap by its ID. Returns the current swap state including deposit detection, swap progress, and egress information.

list_assets

List all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices.

start_swap

Start a cross-chain swap. Returns the deposit address where you should send your source asset. API key is optional.

get_native_quotes

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

Chainflip Broker
Cross-chain cryptocurrency swaps via Chainflip with quote generation, swap execution, and progress tracking.
0 tools
DEX Swap Quotes API live
Best swap quotes across DEXes (Uniswap, SushiSwap, Aerodrome). Base & Ethereum. x402.
1 tools · sse
io.github.Hovsteder/powersun-tron-mcp live
TRON Energy marketplace + DEX swap aggregator for AI agents. 27 MCP tools.
27 tools · streamable-http
io.github.wartech9/clawswap
Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.
0 tools
Gas Estimator API live
Multi-chain gas estimation — ETH, Base, Polygon, Arbitrum, BSC. x402 micropayment.
1 tools · sse
Wallet Portfolio Tracker API live
Crypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402.
2 tools · sse

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"
    }
  }
}