Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Chainflip Broker as a Service
C
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:42:35 PM

Chainflip Broker as a Service

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "chainflip-broker-as-a-service": {
      "command": "npx",
      "args": [
        "-y",
        "chainflip-broker-as-a-service"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Chainflip Broker as a Service

A remote MCP server that enables AI agents to perform cross-chain cryptocurrency swaps through the Chainflip decentralized exchange. No API key required to get started.

Tools

ToolDescription
list_assetsDiscover all available assets with tickers, networks, decimals, minimum amounts, and live USD prices
get_quotesGet swap quotes using human-readable amounts (e.g., 1.5 BTC)
get_native_quotesGet swap quotes using native unit amounts (e.g., 150000000 satoshis)
start_swapExecute a cross-chain swap and receive a deposit address
start_dca_swapExecute a DCA swap that splits into multiple sub-swaps to reduce price impact on large trades
check_statusTrack swap progress through its stages: Waiting, Receiving, Swapping, Sending, Sent, Completed

Prompts

PromptDescription
swap-assistantGuided workflow that walks through asset discovery, quoting, swap execution, and status monitoring

Supported Assets

Assets 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.

Configuration

Connect to the remote MCP server at:

Code
https://chainflip-broker.io/mcp

Transport: Streamable HTTP

No authentication is required. An optional API key can be provided for partner attribution.

Documentation

For detailed human-readable documentation, visit docs.chainflip-broker.io/resources/ai-documentation.

Agent Skill

For 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. It wraps the tools above into a guided swap workflow with natural-language triggers. The skill manifest is skills/index.json.

The skill is published on ClawHub. Install it in OpenClaw with:

bash
openclaw skills install @baas/chainflip

Usage Example

  1. Call list_assets to see available assets
  2. Call get_quotes with source asset, destination asset, and amount to preview the swap
  3. Call start_swap with the destination and refund addresses to get a deposit address
  4. Send funds to the deposit address
  5. Call check_status with the returned swap ID to monitor progress

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • M
    Mcp

    Stablecoin Yield Index (SYX) and live USDC vault APYs across Ethereum, Base, Arbitrum.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp β†’
  • 1inch MCP logo1inch MCP

    Doc search, intent & cross-chain swaps, limit orders, portfolio, spot prices, gas & all APIs.

    πŸ’° Finance & Fintech0 views
    Compare vs 1inch MCP β†’
  • S
    Solana Security Standard

    Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.

    πŸ’° Finance & Fintech0 views
    Compare vs Solana Security Standard β†’
  • Alpha Vantage Mcp logoAlpha Vantage Mcp

    Alpha Vantage API integration to fetch both stock and crypto information

    πŸ’° Finance & Fintech3 views
    Compare vs Alpha Vantage Mcp β†’

Frequently Asked Questions about Chainflip Broker as a Service

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "chainflip-broker-as-a-service": { "command": "npx", "args": ["-y", "Chainflip Broker as a Service"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewChainflip Broker as a Service AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/chainflip-broker-as-a-service?style=directory)](https://allmcps.com/mcp/chainflip-broker-as-a-service)
HTML Embed
<a href="https://allmcps.com/mcp/chainflip-broker-as-a-service"><img src="https://allmcps.com/api/badge/chainflip-broker-as-a-service?style=directory" alt="Chainflip Broker as a Service on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Chainflip Broker as a Service β†’Install in Claude DesktopInstall in CursorInstall in VS Code