{"name":"io.chainflip-broker/crypto-swap","slug":"chainflip-broker-crypto-swap","title":"Chainflip Broker as a Service","description":"Native cross-chain swaps: Bitcoin, Ethereum, Solana, Polkadot, Tron, Arbitrum. Quote, swap, track.","url":"https://mcp.market/server/chainflip-broker-crypto-swap","rating":null,"grade":"A","score":85,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":28,"stars":10,"forks":1,"downloads_week":null,"last_push_at":"2026-07-23T14:06:53.000Z","license":"MIT"},"uptime":{"percent":100,"checks":22,"ok":22,"last_checked_at":"2026-09-24T19:16:34.696Z","last_ok_at":"2026-09-24T19:16:34.696Z","latency_ms":49},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/CumpsD/broker-as-a-service","website":"https://chainflip-broker.io","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://chainflip-broker.io/mcp"}],"packages":[],"tools":[{"name":"check_status","description":"Check the status of a swap by its ID. Returns the current swap state including deposit detection, swap progress, and egress information.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"swapId":{"description":"The swap ID returned by start_swap or start_dca_swap","type":"integer"}},"required":["swapId"]}},{"name":"get_native_quotes","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sourceAsset":{"description":"Source asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')","type":"string"},"destinationAsset":{"description":"Destination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')","type":"string"},"amount":{"description":"Amount to swap in native units (e.g., '100000000' for 1 BTC in satoshis)","type":"string"},"apiKey":{"description":"Optional partner API key.","type":["string","null"],"default":null}},"required":["sourceAsset","destinationAsset","amount"]}},{"name":"get_quotes","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sourceAsset":{"description":"Source asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')","type":"string"},"destinationAsset":{"description":"Destination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')","type":"string"},"amount":{"description":"Amount to swap in human-readable format (e.g., 1.5 for 1.5 BTC)","type":"number"},"apiKey":{"description":"Optional partner API key.","type":["string","null"],"default":null}},"required":["sourceAsset","destinationAsset","amount"]}},{"name":"list_assets","description":"List all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"start_dca_swap","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sourceAsset":{"description":"Source asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')","type":"string"},"destinationAsset":{"description":"Destination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')","type":"string"},"destinationAddress":{"description":"Destination address on the target chain","type":"string"},"refundAddress":{"description":"Refund address on the source chain, used if minimum price cannot be met","type":"string"},"numberOfChunks":{"description":"Number of sub-swaps for DCA (Dollar Cost Averaging). Must be >= 1.","type":"integer"},"chunkIntervalBlocks":{"description":"Optional delay between DCA sub-swaps in state-chain blocks (1 block = 6 seconds). Defaults to 2 blocks (12 seconds).","type":["integer","null"],"default":null},"minimumPrice":{"description":"Optional minimum accepted price as a destination-per-source ratio (e.g., for a btc.btc to eth.eth swap, 28.5 means 1 BTC gets at least 28.5 ETH). When omitted, automatically calculated from current pool prices with 2% slippage tolerance. Set to 0 to accept any price.","type":["number","null"],"default":null},"apiKey":{"description":"Optional partner API key.","type":["string","null"],"default":null}},"required":["sourceAsset","destinationAsset","destinationAddress","refundAddress","numberOfChunks"]}},{"name":"start_swap","description":"Start a cross-chain swap. Returns the deposit address where you should send your source asset. API key is optional.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sourceAsset":{"description":"Source asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')","type":"string"},"destinationAsset":{"description":"Destination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')","type":"string"},"destinationAddress":{"description":"Destination address on the target chain","type":"string"},"refundAddress":{"description":"Refund address on the source chain, used if minimum price cannot be met","type":"string"},"minimumPrice":{"description":"Optional minimum accepted price as a destination-per-source ratio (e.g., for a btc.btc to eth.eth swap, 28.5 means 1 BTC gets at least 28.5 ETH). When omitted, automatically calculated from current pool prices with 2% slippage tolerance. Set to 0 to accept any price.","type":["number","null"],"default":null},"apiKey":{"description":"Optional partner API key.","type":["string","null"],"default":null}},"required":["sourceAsset","destinationAsset","destinationAddress","refundAddress"]}}],"scan":{"score":85,"grade":"A","scanned_at":"2026-09-24T17:27:02.991Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-24T17:27:02.916Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1674ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":12,"max":15,"notes":["last push 63 days ago"]},"identity":{"score":7,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://chainflip-broker.io/mcp","reachable":true,"authRequired":false,"latencyMs":1674,"serverInfo":{"name":"Broker as a Service","version":"v1"}}],"packages":[],"repo":{"found":true,"owner":"CumpsD","repo":"broker-as-a-service","archived":false,"pushedAt":"2026-07-23T14:06:53Z","stars":10,"forks":1,"openIssues":2,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/1201644?v=4","ownerCreatedAt":"2011-11-17T10:14:00Z","license":"MIT"},"icon":{"url":"https://docs.chainflip-broker.io/icons/android-chrome-512x512.png","source":"registry","width":512,"height":512},"presence":{"stars":10,"forks":1,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-07-23T14:06:53.000Z","score":28}}}},"grade_history":[],"reviews":[]}