目录 / Chainflip Broker as a Service
Chainflip Broker as a Service
A remote MCP server that enables AI agents to perform cross-chain cryptocurrency swaps through the [Chainflip](https://chainflip.io) decentralized exchange. No API key required to get started. ### Supported Assets Assets are identified as `ticker.network`, for example `btc.btc`, `eth.eth`, `usdc.eth`, `sol.sol`, or `dot.hub`. Call `list_assets` to see the full list of supported assets and their current prices. ### Configuration Connect to the remote MCP server at: ``` https://chainflip-broker.io/mcp ``` Transport: Streamable HTTP No authentication is required. An optional API key can be provided for partner attribution. ### Usage Example 1. Call `list_assets` to see available assets 2. Call `get_quotes` with source asset, destination asset, and amount to preview the swap 3. Call `start_swap` with the destination and refund addresses to get a deposit address 4. Send funds to the deposit address 5. Call `check_status` with the returned swap ID to monitor progress
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://baas--chainflip-broker.run.tools
{
"mcpServers": {
"Chainflip Broker as a Service": {
"url": "https://baas--chainflip-broker.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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 have amounts in native units (e.g., satoshis for BTC, wei for ETH). API key is optional. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。