llms.txt Content
# Chainflip Broker as a Service
> Cross-chain cryptocurrency swap service powered by the Chainflip protocol. Exposes an MCP server at /mcp for AI agents to discover assets, get quotes, execute swaps, and monitor progress.
This service enables cross-chain cryptocurrency swaps via REST API and Model Context Protocol (MCP). The MCP server is available at /mcp using HTTP Streamable transport (stateless). It provides six tools (list_assets, get_quotes, get_native_quotes, start_swap, start_dca_swap, check_status) and a swap-assistant prompt with detailed workflow guidance.
## Documentation
- [API Documentation](https://docs.chainflip-broker.io): Full REST API reference with examples for swaps, quotes, fees, and vault swaps
- [Start Swap Guide](https://docs.chainflip-broker.io/features/start-swap/): How to initiate swaps including slippage protection and DCA parameters
- [Asset List](https://docs.chainflip-broker.io/features/assets/): Supported assets, networks, and contract addresses
## Optional
- [Fees Documentation](https://docs.chainflip-broker.io/features/fees/): Broker fee structure and earned fees endpoint
- [Vault Swaps](https://docs.chainflip-broker.io/features/vault-swap/): Smart contract-based swap initiation for EVM, Bitcoin, and Solana