Skip to main content
Glama

Tradovate MCP Server

package.json1.64 kB
{ "name": "tradovate-mcp-server", "version": "0.1.0", "description": "An MCP Server for Tradovate Tools", "private": true, "license": "MIT", "type": "module", "bin": { "tradovate-mcp-server": "./build/src/index.js" }, "files": [ "build" ], "scripts": { "start": "node build/src/index.js", "build": "tsc && node -e \"require('fs').chmodSync('build/src/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/src/index.js", "test": "jest --config jest.config.cjs --coverage --testTimeout=5000 --detectOpenHandles", "test:watch": "jest --config jest.config.cjs --watch", "test:coverage": "jest --config jest.config.cjs --coverage --testTimeout=5000 --detectOpenHandles", "test:ci": "NODE_ENV=ci jest --config jest.config.cjs --coverage --testTimeout=5000 --detectOpenHandles", "test:fast": "jest --config jest.config.cjs --testTimeout=5000 --detectOpenHandles=false --detectLeaks=false --forceExit", "test:socket": "jest --config jest.config.cjs --testMatch=\"**/tests/socket-*.test.js\" --testTimeout=5000 --detectOpenHandles=false --detectLeaks=false --forceExit", "dev": "ts-node-dev --respawn --transpile-only src/index.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "@types/ws": "^8.18.0", "axios": "^1.6.7", "dotenv": "^16.4.5", "ws": "^8.18.1" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "cross-env": "^7.0.3", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" } }

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/alexanimal/tradovate-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server