Skip to main content
Glama
i-dream-of-ai

QuantConnect MCP Server

read_live_algorithm

Retrieve details of a live trading algorithm from QuantConnect to monitor performance and status.

Instructions

Read details of a live algorithm.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNoFiles present in the project that contains the algorithm.
chartsNoChart updates for the live algorithm since the last result packet.
errorsNoList of errors with the API call.
publicNoFlag to indicate if the algorithm is public.
statusNoState of the live deployment.
cloneIdNoThe snapshot project Id for cloning the live development's source code.
messageNoError message.
stoppedNoDatetime the algorithm was stopped in UTC, null if its still running.
successNoIndicate if the API request was successful.
deployIdNoUnique live algorithm deployment identifier (similar to a backtest id).
launchedNoDatetime the algorithm was launched in UTC.
brokerageNoBrokerage
datacenterNoName of the datacenter where the algorithm is physically located.
projectNameNoName of the project the live algorithm is in.
securityTypesNoSecurity types detected in the algorithm.
isPublicStreamingNoFlag to indicate if public streaming is enabled.
runtimeStatisticsNoRuntime banner/updating statistics in the title banner of the live algorithm GUI. It can be empty if the algorithm is not running.

Latest Blog Posts

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/i-dream-of-ai/quantconnect-mcp-jwt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server