Back to Home
QuantConnect icon

mcp-server

Verified Safe

by QuantConnect

Overview

The QuantConnect MCP Server acts as a bridge, enabling AIs to interact with the QuantConnect cloud platform for tasks such as updating projects, writing/testing trading strategies, backtesting, and deploying to live trading.

Installation

Run Command
docker run -i --rm -e QUANTCONNECT_USER_ID=<your_user_id> -e QUANTCONNECT_API_TOKEN=<your_api_token> -e AGENT_NAME="MCP Server" --platform <your_platform> quantconnect/mcp-server

Environment Variables

  • QUANTCONNECT_USER_ID
  • QUANTCONNECT_API_TOKEN
  • AGENT_NAME
  • MCP_TRANSPORT
  • MOUNT_SOURCE_PATH
  • MOUNT_DST_PATH

Security Notes

The server uses environment variables for sensitive credentials (QuantConnect User ID and API Token), which is a good practice. API authentication involves hashing the API token with a timestamp and base64 encoding, providing a layer of security. Network requests are made over HTTPS to the official QuantConnect API. The `organization_workspace.py` component, which handles local file access, is designed to be mounted as read-only within a Docker container, mitigating local file system write risks. No direct 'eval' or obvious obfuscation was found in the provided source code.

Similar Servers

Stats

Interest Score50
Security Score9
Cost ClassLow
Stars57
Forks20
Last Update2025-12-05

Tags

AIFinancial TradingAlgorithmic TradingAPI ClientCloud Platform