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.

On this page

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​

  • Sign in into your account or register a new one.
  • Open WunderTrading API page and create a new API key.

HMAC API keys per Account

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

HMAC API and Secret keys

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

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 HMAC API key",
        "X-Secret-Key": "Your HMAC Secret key"
      }
    }
  }
}

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

Related Servers