MCP.so
登录

Tradovate MCP Server

@alexanimal

关于 Tradovate MCP Server

Tradovate MCP Server

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

alexanimal

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Tradovate MCP Server?

A Model Context Protocol (MCP) server for interacting with the Tradovate API. It provides tools for managing contracts, positions, orders, and accounts in Tradovate, enabling AI agents to automate trading tasks.

How to use Tradovate MCP Server?

Clone the repository, install dependencies with npm install, create a .env file with your Tradovate credentials (environment, username, password, app ID, app version, CID, and SEC), then start the server with npm start. You can also run the MCP Inspector with npm run inspector.

Key features of Tradovate MCP Server

  • Authentication with the Tradovate API
  • Real‑time data fetching with caching
  • Tools for contract details, position management, and order placement
  • Fallback to simulated data when the API is unavailable
  • Support for orders (place, modify, cancel) and liquidations
  • Market data queries (quotes, depth of market, charts)

Use cases of Tradovate MCP Server

  • Retrieving contract details by symbol for analysis
  • Listing positions and account summaries for a trading account
  • Placing, modifying, or canceling orders programmatically
  • Liquidating open positions automatically
  • Fetching real‑time market data (quotes, DOM, charts) for decision‑making

FAQ from Tradovate MCP Server

What credentials are required to use the server?

You need your Tradovate username, password, app ID, app version, client ID (CID), and client secret (SEC). The environment (e.g., demo) is set in the .env file.

What happens if the Tradovate API is unavailable?

The server falls back to simulated data, allowing development and testing without a live connection.

How can I test the server?

Run npm test for automated tests, or use npm run inspector to interact with the server via the MCP Inspector.

What is the license for this project?

The project is licensed under the MIT License.

评论

其他 分类下的更多 MCP 服务器