Skip to main content
Glama

QuantConnect MCP Server

read_project

Retrieve specific project details by ID or list all projects within the QuantConnect MCP Server, enabling efficient management and access to strategy design and research data.

Instructions

Read project details by ID or list all projects if no ID provided. Args: project_id: Optional project ID to get specific project details. If not provided, returns list of all projects. Returns: Dictionary containing project details or list of all projects

Input Schema

NameRequiredDescriptionDefault
project_idNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Project Id" } }, "type": "object" }

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/taylorwilsdon/quantconnect-mcp'

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