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.
Connect to Fusion MCP#
To connect to Fusion MCP, configure your AI tool with the following settings:| Setting | Value |
|---|
| Transport | HTTP |
| Server URL | https://mcp.fusion.bitpanda.com |
| Header | x-api-key: <YOUR_API_KEY> |
The examples below show how to configure these settings in popular AI tools.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#
"List available trading pairs on Bitpanda Fusion."
If you receive a list of pairs (e.g. BTC-EUR, ETH-EUR), the connection is working.