# 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 - [AI Documentation (MCP)](https://docs.chainflip-broker.io/resources/ai-documentation/): How to connect an AI agent or LLM to the MCP server (Claude Code, Claude Desktop, OpenClaw, Cursor, Windsurf), plus the tool list and authentication - [API Documentation](https://docs.chainflip-broker.io/resources/api-documentation/): 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/view-assets/): Supported assets, networks, and contract addresses ## Optional - [Fees Documentation](https://docs.chainflip-broker.io/features/view-fees/): Broker fee structure and earned fees endpoint - [Supported Networks](https://docs.chainflip-broker.io/features/view-networks/): Chains and networks available for swaps - [Agent Skill](https://clawhub.ai/baas/skills/chainflip): Installable OpenClaw/Hermes skill wrapping the MCP tools, `openclaw skills install @baas/chainflip`