Skip to content

MCP Prompts

MCP prompts are guided workflow templates. They instruct the AI agent to follow a specific procedure, such as running pre-trade validation or diagnosing a FIX connection issue.

Step-by-step guide to setting up the cTrader FIX API connection. Covers obtaining credentials, configuring environment, and running your first test in paper mode.

No arguments required.

Troubleshooting workflow for diagnosing FIX connection problems, order rejections, kill switch activations, and other common issues. Optionally provide the error message for targeted diagnosis.

Arguments:

ArgumentRequiredDescription
error_messageNoThe error message or error code you are seeing (e.g., ‘FIX_NOT_READY’, ‘KILL_SWITCH_ACTIVE’)

Pre-trade validation checklist. Verifies the system is ready to trade: FIX connection active, symbol configured, volume within limits, risk parameters set. Run this before placing your first live order.

Arguments:

ArgumentRequiredDescription
symbolYesThe symbol you plan to trade (e.g., ‘EURUSD’, ‘XAUUSD’)
volumeYesThe volume you plan to trade in UNITS, not lots (e.g., ‘100000’ for 1 standard FX lot)