Skip to main content
Glama

IG Trading MCP

by kea0811

ig_get_account_activity

Retrieve account activity history within specified dates for IG Trading accounts. Use filters for detailed data, pagination, and date range to analyze transactions and monitor trading activity.

Instructions

Get account activity history

Input Schema

NameRequiredDescriptionDefault
detailedNoInclude detailed information
fromNoStart date (YYYY-MM-DD)
pageSizeNoNumber of results per page
toNoEnd date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "detailed": { "default": false, "description": "Include detailed information", "type": "boolean" }, "from": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "pageSize": { "default": 500, "description": "Number of results per page", "type": "number" }, "to": { "description": "End date (YYYY-MM-DD)", "type": "string" } }, "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