Skip to main content
Glama
index.js854 B
/** * IG Trading API - Main Entry Point * Modern ES6+ implementation */ // Core modules export { IGApiClient, IGApiError } from './core/api-client.js'; export { config, logger } from './core/config.js'; // Services export { IGService } from './services/ig-service.js'; export { StreamingClient } from './services/streaming-service.js'; // Security modules export * from './security/index.js'; // Indicators export { calculateSupertrend, calculateATR } from './indicators/supertrend.js'; // Default export for convenience import { IGService } from './services/ig-service.js'; import { config } from './core/config.js'; export default { IGService, config, // Helper function to initialize with credentials async initialize(credentials) { config.credentials = credentials; const service = new IGService(); return service; } };

Latest Blog Posts

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