WunderTrading MCP Server

official

WunderTrading MCP connects AI agents to live crypto trading execution on 20+ supported exchanges through a single MCP integration. Use it to turn AI-driven signals, market analysis, sentiment, screenshots, and custom strategy logic into real trades on exchanges including Binance, Bybit, Coinbase, Bitget, OKX, KuCoin, Hyperliquid, and BingX. Supports MCP and REST API workflows for order execution, trade management, and AI-powered automation.

What can you do with WunderTrading MCP?

  • Configure MCP connection — Set up the wundertrading MCP server in your mcpServers config with your API and secret keys to enable trading via MCP.
  • Create API credentials — Generate a new HMAC API key through the WunderTrading API page, with optional IP whitelisting to prevent expiration.
  • Manage key lifecycle — Understand that keys expire after three months unless IP-whitelisted, and that API/secret keys are shown only once at creation.

Documentation

WunderTrading REST API allows you to trade via MCP, here you can learn how to connect most popular MCP tools with WunderTrading.

How to start

[!-warning] -warning HMAC API keys per Account

Right now we allow up to 10 HMAC API keys per account.

[!-warning] -warning HMAC API and Secret keys

You will see API and Secret keys only once after creation.

[!-warning] -warning HMAC API keys expiration

When creating an API key, you can whitelist specific IP addresses to make the key non-expiring. However, if the API key is created without any whitelisted IPs, it will expire after three months and be automatically deleted.

  • Add wundertrading block to your mcpServers config:
{
  "mcpServers": {
    "wundertrading": {
      "url": "https://wundertrading.com:2083/mcp",
      "headers": {
        "X-API-Key": "Your API key here",
        "X-Secret-Key": "Your Secret key here"
      }
    }
  }
}

We are continuously improving the platform, and new endpoints and features will be added soon to make your automated trading more flexible and efficient.