1. MCP
Fusion Developer Platform
  • Getting started with Fusion
    • Overview
    • API key generation
    • Rate limits
  • API
    • Getting started
    • Market data
      • Get server time
      • Get tickers
      • Get trading pairs
      • Get orderbook
      • Get candles
      • Get assets
    • Account
      • Get account
      • Get account balances
    • Trading
      • Orders
        • Get orders
        • Create order
        • Get order by ID
        • Cancel order by ID
      • Trades
        • Get trades
        • Get trade by ID
  • MCP
    • Getting started
    • Available tools
  • CLI
    • Getting Started
    • Commands
  1. MCP

Getting started

Fusion MCP connects any MCP-compatible AI assistant to your Bitpanda Fusion account. Once connected, your AI can query market data, check balances, place orders, and manage your account through natural language.

Prerequisites#

Before connecting your assistant, you need a Bitpanda Fusion API key.
Create one in your Bitpanda account under Account settings → API Keys → Fusion and assign the scopes required by your integration:
Read for market data, balances, account information, and trade history
Trade for placing and cancelling orders
Only enable the Trade scope if you want your assistant to perform trading actions.
See the API key generation guide for step-by-step instructions.

Connect to Fusion MCP#

To connect to Fusion MCP, configure your AI tool with the following settings:
SettingValue
TransportHTTP
Server URLhttps://mcp.fusion.bitpanda.com
Headerx-api-key: <YOUR_API_KEY>
The examples below show how to configure these settings in popular AI tools.
Claude Code
Claude Desktop
Cursor
OpenClaw
Goose
To use Fusion MCP with Claude Code, add the Fusion MCP server using the Claude CLI.

Prerequisites#

Make sure Claude Code is installed and the claude command is available in your terminal.
You can check this by running:

Configuration#

Run the following command in your terminal:
Replace <YOUR_API_KEY> with your Fusion API key.

Restart Claude Code#

After adding the MCP server, restart Claude Code for the changes to take effect.

Verify the connection#

Ask your AI assistant:
"List available trading pairs on Bitpanda Fusion."
If you receive a list of pairs (e.g. BTC-EUR, ETH-EUR), the connection is working.
Modified at 2026-07-17 14:29:38
Previous
Get trade by ID
Next
Available tools
Built with