Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Tradovate MCP Server
by
alexanimal
Verified
GitHub
Finance
JavaScript
MIT License
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
tradovate-mcp-server
.github
src
tests
claude_desktop_config.json
.codecov.yml
Dockerfile
.env.example
.gitignore
jest.config.cjs
jest.setup.cjs
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "Tradovate Trading", "description": "Access to Tradovate trading platform data including contracts, positions, and market data. Allows placing, modifying, and canceling orders.", "server": { "command": ["node", "/path/to/tradovate-mcp-server/build/src/index.js"], "transport": "stdio" }, "capabilities": { "resources": { "tradovate://contract/": { "description": "Futures contracts available on Tradovate" }, "tradovate://position/": { "description": "Current positions in your Tradovate account" } }, "tools": { "get_contract_details": { "description": "Get detailed information about a specific contract by symbol" }, "list_positions": { "description": "List all positions for an account" }, "place_order": { "description": "Place a new order" }, "modify_order": { "description": "Modify an existing order" }, "cancel_order": { "description": "Cancel an existing order" }, "liquidate_position": { "description": "Close an existing position" }, "get_account_summary": { "description": "Get account summary information" }, "get_market_data": { "description": "Get market data for a specific contract" } } } }