Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Chainflip Broker as a Service

REMOTE · CHAINFLIP-BROKER.IO · SCANNED AUG 3

Native cross-chain swaps: Bitcoin, Ethereum, Solana, Polkadot, Tron, Arbitrum. Quote, swap, track.

76 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1026 tokens (~171/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · chainflip-broker.io

# add to Claude Code
claude mcp add --transport http io-chainflip-broker-crypto-swap https://chainflip-broker.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-chainflip-broker-crypto-swap]
url = "https://chainflip-broker.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-chainflip-broker-crypto-swap": {
      "type": "remote",
      "url": "https://chainflip-broker.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-chainflip-broker-crypto-swap --url https://chainflip-broker.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-chainflip-broker-crypto-swap:
    url: "https://chainflip-broker.io/mcp"
// mcp.json
{
  "mcpServers": {
    "io-chainflip-broker-crypto-swap": {
      "type": "http",
      "url": "https://chainflip-broker.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 0
    • Stability: unverified → 0.03 functional
  • 28 Jul 26 70

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://chainflip-broker.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=chainflip-broker.io CN=YR1,O=Let's Encrypt,C=US 11 Jul 2026 9 Oct 2026 RSA 2048 SHA256-RSA 5ede265a5c8336ff098275c7fe9971d3f2c
SANs: chainflip-broker.io
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of chainflip-broker.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
chainflip-broker.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://chainflip-broker.io/mcp Verified 200
http (plaintext) http://chainflip-broker.io/mcp HTTPS enforced 308 https://chainflip-broker.io/mcp
MCP tools — 6 exposed · ~888 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_status ~55

Check the status of a swap by its ID. Returns the current swap state including deposit detection, swap progress, and egress information.

NameTypeReqDescription
swapIdintegeryesThe swap ID returned by start_swap or start_dca_swap

No output schema declared.

No examples provided.

get_native_quotes ~168

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.

NameTypeReqDescription
amountstringyesAmount to swap in native units (e.g., '100000000' for 1 BTC in satoshis)
apiKeystring|nullOptional partner API key.
destinationAssetstringyesDestination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')
sourceAssetstringyesSource asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')

No output schema declared.

No examples provided.

get_quotes ~134

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.

NameTypeReqDescription
amountnumberyesAmount to swap in human-readable format (e.g., 1.5 for 1.5 BTC)
apiKeystring|nullOptional partner API key.
destinationAssetstringyesDestination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')
sourceAssetstringyesSource asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')

No output schema declared.

No examples provided.

list_assets ~33

List all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

start_dca_swap ~288

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.

NameTypeReqDescription
apiKeystring|nullOptional partner API key.
chunkIntervalBlocksinteger|nullOptional delay between DCA sub-swaps in state-chain blocks (1 block = 6 seconds). Defaults to 2 blocks (12 seconds).
destinationAddressstringyesDestination address on the target chain
destinationAssetstringyesDestination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')
minimumPricenumber|nullOptional 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 p…
numberOfChunksintegeryesNumber of sub-swaps for DCA (Dollar Cost Averaging). Must be >= 1.
refundAddressstringyesRefund address on the source chain, used if minimum price cannot be met
sourceAssetstringyesSource asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')

No output schema declared.

No examples provided.

start_swap ~210

Start a cross-chain swap. Returns the deposit address where you should send your source asset. API key is optional.

NameTypeReqDescription
apiKeystring|nullOptional partner API key.
destinationAddressstringyesDestination address on the target chain
destinationAssetstringyesDestination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')
minimumPricenumber|nullOptional 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 p…
refundAddressstringyesRefund address on the source chain, used if minimum price cannot be met
sourceAssetstringyesSource asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')

No output schema declared.

No examples provided.