QuantConnect MCP Server
Related Servers
Alternatives to QuantConnect MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with QuantConnect's algorithmic trading platform to create projects, write trading strategies, run backtests, perform optimizations, and deploy algorithms to live trading through the QuantConnect API.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants like Claude to run backtests, fetch market data, list strategies, and analyze trading algorithms via natural language.1,081GPL 3.0

quantitats-mcpofficial
FlicenseNot gradedqualityBmaintenanceEnables AI models to interact with the Quantitats trading API, exposing tools for trading, market data, bots, scripts, and portfolio management using API credentials from the environment.-- AlicenseNot gradedqualityCmaintenanceEnables natural language trading operations through AI assistants using Alpaca's Trading API. Supports stocks, options, crypto trading, portfolio management, and real-time market data access.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to run a full quant research workflow over MCP: pulling data, authoring and backtesting strategies, running statistical validation and risk checks, and recording findings for future sessions.1MIT

panther-mcpofficial
AlicenseAqualityDmaintenanceEnables AI assistants to backtest trading strategies described in plain English, providing access to market data, technical indicators, and comprehensive performance reports.131MIT
TDQS
Scored across 63 tools
Most tools have distinct purposes with clear resource-action pairs (e.g., create_backtest vs. read_backtest vs. delete_backtest). However, some overlap exists in object store operations (read_object_properties, read_object_store_file_download_url, read_object_store_file_job_id) and live algorithm monitoring tools (read_live_insights, read_live_orders, read_live_portfolio) that could cause minor confusion about which to use for specific queries.
Tool names follow a highly consistent verb_noun pattern throughout (e.g., create_backtest, list_backtests, read_backtest, delete_backtest). All tools use snake_case with clear action verbs (create, read, update, delete, list, etc.) and specific nouns, making them predictable and easy to parse.
With 63 tools, the count is excessive for typical MCP server purposes, making it overwhelming for agents to navigate. While the domain (QuantConnect platform) is broad, many tools could be consolidated (e.g., multiple object store read operations) or omitted to reduce cognitive load and improve usability.
The tool set provides comprehensive coverage for the QuantConnect domain, including full CRUD operations for projects, backtests, optimizations, files, and live algorithms. It also includes specialized tools for syntax checking, code completion, error enhancement, and platform-specific features like object store management and node selection, leaving no obvious gaps for core workflows.