Skip to main content

WunderTrading MCP

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

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.