Skip to main content
Glama

IG Trading MCP

by kea0811

ig_create_working_order

Place a working order on IG Trading by specifying epic, direction, size, currency, expiry, type, level, and time in force. Manage stop loss, take profit, and use guaranteed stops for forex, indices, and commodities trading.

Instructions

Create a working order

Input Schema

NameRequiredDescriptionDefault
currencyCodeYesCurrency code
directionYesTrade direction
epicYesMarket epic code
expiryYesContract expiry
forceOpenNoForce open a new position
goodTillDateNoExpiry date for GOOD_TILL_DATE orders
guaranteedStopNoUse guaranteed stop
levelYesEntry level
limitLevelNoTake profit level
sizeYesOrder size
stopLevelNoStop loss level
timeInForceYesTime in force
typeYesOrder type

Input Schema (JSON Schema)

{ "properties": { "currencyCode": { "description": "Currency code", "type": "string" }, "direction": { "description": "Trade direction", "enum": [ "BUY", "SELL" ], "type": "string" }, "epic": { "description": "Market epic code", "type": "string" }, "expiry": { "description": "Contract expiry", "type": "string" }, "forceOpen": { "default": true, "description": "Force open a new position", "type": "boolean" }, "goodTillDate": { "description": "Expiry date for GOOD_TILL_DATE orders", "type": "string" }, "guaranteedStop": { "default": false, "description": "Use guaranteed stop", "type": "boolean" }, "level": { "description": "Entry level", "type": "number" }, "limitLevel": { "description": "Take profit level", "type": "number" }, "size": { "description": "Order size", "type": "number" }, "stopLevel": { "description": "Stop loss level", "type": "number" }, "timeInForce": { "description": "Time in force", "enum": [ "GOOD_TILL_CANCELLED", "GOOD_TILL_DATE" ], "type": "string" }, "type": { "description": "Order type", "enum": [ "LIMIT", "STOP" ], "type": "string" } }, "required": [ "epic", "direction", "size", "currencyCode", "expiry", "type", "level", "timeInForce" ], "type": "object" }

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/kea0811/ig-trading-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server