package.json•1.87 kB
{
"name": "ig-trading-mcp",
"version": "1.0.1",
"description": "IG Trading API with MCP (Model Context Protocol) server for AI integration",
"main": "src/index.js",
"type": "module",
"bin": {
"ig-trading-mcp": "./bin/cli.js"
},
"scripts": {
"setup": "node scripts/setup.js",
"start": "node src/index.js",
"example": "node examples/basic-trading.js",
"mcp": "node src/services/mcp-service.js",
"test:account": "node scripts/test-account.js",
"test": "node scripts/test-account.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"commander": "^12.0.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express-rate-limit": "^7.2.0",
"faye-websocket": "^0.11.4",
"helmet": "^7.1.0",
"joi": "^17.12.0",
"jsonwebtoken": "^9.0.2",
"keytar": "^7.9.0",
"lightstreamer-client": "^7.3.2",
"node-cache": "^5.1.2",
"node-forge": "^1.3.1",
"ora": "^6.3.1",
"p-retry": "^6.2.0",
"p-throttle": "^6.1.0",
"pidcrypt": "^0.0.33",
"requirejs": "^2.3.6",
"speakeasy": "^2.0.0",
"uuid": "^9.0.1",
"winston": "^3.13.0",
"ws": "^8.17.0",
"yargs": "^17.7.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/node": "^20.14.0",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kea0811/ig-trading-mcp.git"
},
"keywords": [
"ig",
"trading",
"api",
"mcp",
"ai",
"model-context-protocol",
"cfd",
"forex"
],
"author": "Eran Khoo",
"license": "MIT",
"bugs": {
"url": "https://github.com/kea0811/ig-trading-mcp/issues"
},
"homepage": "https://github.com/kea0811/ig-trading-mcp#readme",
"engines": {
"node": ">=18.0.0"
}
}