We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/enderekici/trading212-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "trading212-mcp",
"version": "1.0.0",
"description": "Model Context Protocol server for Trading 212 API - enables AI agents to interact with your Trading 212 account for portfolio management, trading, and market data access",
"type": "module",
"main": "dist/index.js",
"bin": {
"trading212-mcp": "dist/cli.js"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"build": "tsup src/index.ts src/cli.ts --format esm --dts --clean",
"watch": "tsc --watch",
"dev": "tsx src/index.ts",
"dev:http": "TRADING212_TRANSPORT=http tsx src/index.ts",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"lint": "biome check src test",
"lint:fix": "biome check --write src",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui"
},
"keywords": [
"trading212",
"trading",
"stocks",
"mcp",
"api",
"investment",
"broker",
"ai-agent",
"model-context-protocol",
"portfolio",
"finance",
"equity",
"market-data",
"claude",
"llm"
],
"author": "Ender Ekici",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/enderekici/trading212-mcp.git"
},
"homepage": "https://github.com/enderekici/trading212-mcp#readme",
"bugs": {
"url": "https://github.com/enderekici/trading212-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"pino": "^10.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"pino-pretty": "^13.1.3",
"@types/node": "^25.2.3",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}