Skip to main content

Connecting to WunderTrading MCP

Learn how to connect your AI tool to WunderTrading using MCP.

This guide walks you through connecting your AI tool to WunderTrading using the Model Context Protocol (MCP). Once connected, your tool can open and close trades, read the information on the API connections that you currently have. Get the statistics from the trading history.

API and MCP Permissions

When creating or editing an API key for MCP, you can define API key permissions to limit MCP’s access to your account.

JSON configuration code

When you create an API key, you can find the JSON configuration code in the MCP tab.

Connection Examples

  1. Open Cursor SettingsTools & MCPAdd custom MCP server.
  2. Paste the following configuration:
{
"mcpServers": {
"wundertrading": {
"url": "https://wundertrading.com:2083/mcp",
"headers": {
"X-API-Key": "Your API key here",
"X-Secret-Key": "Your Secret key here"
}
}
}
}
  1. Save and restart Cursor.