{
  "markdown": "## Chainflip Broker as a Service\n\nA 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.\n\n### Tools\n\n| Tool | Description |\n|---|---|\n| `list_assets` | Discover all available assets with tickers, networks, decimals, minimum amounts, and live USD prices |\n| `get_quotes` | Get swap quotes using human-readable amounts (e.g., 1.5 BTC) |\n| `get_native_quotes` | Get swap quotes using native unit amounts (e.g., 150000000 satoshis) |\n| `start_swap` | Execute a cross-chain swap and receive a deposit address |\n| `start_dca_swap` | Execute a DCA swap that splits into multiple sub-swaps to reduce price impact on large trades |\n| `check_status` | Track swap progress through its stages: Waiting, Receiving, Swapping, Sending, Sent, Completed |\n\n### Prompts\n\n| Prompt | Description |\n|---|---|\n| `swap-assistant` | Guided workflow that walks through asset discovery, quoting, swap execution, and status monitoring |\n\n### Supported Assets\n\nAssets are identified as `ticker.network`, for example `btc.btc`, `eth.eth`, `usdc.eth`, `sol.sol`, or `usdt.tron`. Call `list_assets` to see the full list of supported assets and their current prices.\n\n### Configuration\n\nConnect to the remote MCP server at:\n\n```\nhttps://chainflip-broker.io/mcp\n```\n\nTransport: Streamable HTTP\n\nNo authentication is required. An optional API key can be provided for partner attribution.\n\n### Documentation\n\nFor detailed human-readable documentation, visit [docs.chainflip-broker.io/resources/ai-documentation](https://docs.chainflip-broker.io/resources/ai-documentation/).\n\n### Agent Skill\n\nFor agent frameworks that consume `SKILL.md` plugins (OpenClaw, Nous Hermes, Claude Code), this repo ships a ready-to-use skill at [`skills/chainflip-swap/SKILL.md`](skills/chainflip-swap/SKILL.md). It wraps the tools above into a guided swap workflow with natural-language triggers. The skill manifest is [`skills/index.json`](skills/index.json).\n\nThe skill is published on [ClawHub](https://clawhub.ai/baas/skills/chainflip). Install it in OpenClaw with:\n\n```bash\nopenclaw skills install @baas/chainflip\n```\n\n### Usage Example\n\n1. Call `list_assets` to see available assets\n2. Call `get_quotes` with source asset, destination asset, and amount to preview the swap\n3. Call `start_swap` with the destination and refund addresses to get a deposit address\n4. Send funds to the deposit address\n5. Call `check_status` with the returned swap ID to monitor progress\n",
  "bytes": 2556,
  "sha": "65378b251363e4d91c7378af819ee1e1d9204fc6142d00d82cfab39978cd4906",
  "repo_slug": "cumpsd/broker-as-a-service",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_chainflip_broker_crypto_swap_e7b20f33/readme"
}