Skip to main content
Glama

Tradovate MCP Server

claude_desktop_config.json1.44 kB
{ "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" } } } }

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