alexanimal_tradovate-mcp-server
If you are the rightful owner of alexanimal_tradovate-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with the Tradovate API, providing tools for managing contracts, positions, orders, and accounts.
The Tradovate MCP Server is designed to facilitate seamless interaction with the Tradovate API, offering a robust set of tools for managing various trading operations. It supports authentication, real-time data fetching with caching, and provides fallback mechanisms to simulated data when the API is unavailable. The server is structured to handle contract details, position management, order placement, and account summaries efficiently. It is built with a focus on reliability and ease of use, making it a valuable asset for traders and developers looking to integrate Tradovate's functionalities into their applications. The server is open-source and licensed under the MIT License, ensuring flexibility and community collaboration.
Features
- Authentication with Tradovate API
- Real-time data fetching with caching
- Tools for contract details, position management, order placement, and more
- Fallback to simulated data when API is unavailable
Tools
get_contract_details
Get details for a specific contract by symbol
list_positions
List positions for an account
place_order
Place a new order
modify_order
Modify an existing order
cancel_order
Cancel an existing order
liquidate_position
Liquidate a position
get_account_summary
Get account summary information
get_market_data
Get market data (quotes, DOM, charts)