Developer Tools
chainflip-broker.io
Provides APIs for cross-chain cryptocurrency swaps and asset listing.
ENDPOINT 1
https://chainflip-broker.io/mcp
MCP server metadata
- Name
- Broker as a Service
- Version
- v1
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
start_dca_swapStart a DCA (Dollar Cost Averaging) cross-chain swap that splits into multiple sub-swaps over time.
Inferred read-onlylist_assetsList all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices.
Inferred read-onlyget_native_quotesGet swap quotes for exchanging one crypto asset to another using native (smallest unit) amounts.
Inferred read-onlyCONNECT 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.
chainflip-broker.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.