← Registry

Developer Tools

chainflip-broker.io

Provides APIs for cross-chain cryptocurrency swaps and asset listing.

1 endpoint6 known toolsFirst detected May 10, 2026Last detected August 29, 2026

ENDPOINT 1

https://chainflip-broker.io/mcp

No auth detected

MCP server metadata

Name
Broker as a Service
Version
v1
Capabilities
loggingpromptstools
Server instructions

Chainflip Broker as a Service - enables cross-chain cryptocurrency swaps. Use the swap-assistant prompt for detailed guidance on the swap workflow. Use list_assets to discover available assets before requesting quotes. Use get_quotes with human-readable amounts (e.g., 1.5 for 1.5 BTC) or get_native_quotes with native unit amounts (e.g., 150000000 satoshis). Use start_swap to initiate a simple swap or start_dca_swap for a chunked (Dollar Cost Averaging) swap. Use check_status with the swap ID to monitor swap progress. API key is optional - register at https://chainflip-broker.io to get one.

Known tools 6

get_quotes

Get swap quotes for exchanging one crypto asset to another.

Inferred read-only
start_dca_swap

Start a DCA (Dollar Cost Averaging) cross-chain swap that splits into multiple sub-swaps over time.

Inferred read-only
check_status

Check the status of a swap by its ID.

Inferred read-only
list_assets

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

Inferred read-only
start_swap

Start a cross-chain swap.

Inferred read-only
get_native_quotes

Get swap quotes for exchanging one crypto asset to another using native (smallest unit) amounts.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.broker-as-a-service]
url = "https://chainflip-broker.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "broker-as-a-service": {
      "type": "http",
      "url": "https://chainflip-broker.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: broker-as-a-service
Remote MCP URL: https://chainflip-broker.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "broker-as-a-service": {
      "url": "https://chainflip-broker.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "broker-as-a-service": {
      "type": "http",
      "url": "https://chainflip-broker.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "broker-as-a-service",
  "transport": "streamable-http",
  "url": "https://chainflip-broker.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for chainflip-broker.io was fetched 2026-08-05T01:19:16.562Z and is being refreshed.

Trust status Trusted

chainflip-broker.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.