cTrader MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_KEY_VAULT_URL | No | URL of Azure Key Vault to retrieve credentials automatically (ctrader-app-client-id, ctrader-app-client-secret, ctrader-access-token-icmarkets, ctrader-account-id-icmarkets) | |
| ctrader-app-client-id | No | Your application client ID | |
| ctrader-app-client-secret | No | Your application client secret | |
| ctrader-account-id-icmarkets | No | Your account ID for IC Markets | |
| ctrader-access-token-icmarkets | No | Your access token for IC Markets |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_orderA | Create a new cTrader order. This override ensures:
|
| close_positionA | Close a cTrader position. This override ensures:
|
| amend_orderA | Amend an existing cTrader order. This override ensures:
|
| get_account_statusA | Retrieves the current cTrader account status and session metadata. |
| get_traderB | Returns the authenticated cTrader trader profile and related account metadata. |
| get_account_list_by_access_tokenB | Lists the accounts available to the active cTrader access token. |
| list_symbolsB | Lists available cTrader symbols or instruments with their basic metadata. |
| get_symbolC | Gets detailed metadata for a specific cTrader symbol or instrument. |
| list_symbol_categoriesA | Lists cTrader symbol categories used to organize the instrument universe. |
| get_market_dataB | Fetches recent market data for a symbol such as quotes, candles, or latest trades. |
| list_positionsA | Returns the currently open cTrader positions and their status. |
| get_position_unrealized_pnlA | Retrieves unrealized P&L for a specific cTrader position. |
| list_deals_by_position_idB | Lists deal history associated with a specific cTrader position ID. |
| list_ordersC | Lists cTrader orders using the supplied account and filtering criteria. |
| get_order_detailsB | Fetches detailed information for a specific cTrader order. |
| cancel_orderA | Cancels an open cTrader order by its order ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quin345/cTrader-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server