Skip to main content
Glama

IG Trading MCP

by kea0811

ig_create_watchlist

Create a custom watchlist on IG Trading by specifying a name and adding initial market instruments (epics) for tracking forex, indices, and commodities.

Instructions

Create a new watchlist

Input Schema

NameRequiredDescriptionDefault
epicsNoInitial epics to add
nameYesWatchlist name

Input Schema (JSON Schema)

{ "properties": { "epics": { "default": [], "description": "Initial epics to add", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Watchlist name", "type": "string" } }, "required": [ "name" ], "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