Skip to main content
Glama

QuantConnect MCP Server

create_project

Initiate a new trading strategy project within your QuantConnect organization by specifying the project name, programming language, and optional organization ID. Returns detailed project creation results.

Instructions

Create a new project in your QuantConnect organization. Args: name: Project name (must be unique within organization) language: Programming language - "C#" or "Py" (default: "Py") organization_id: Optional organization ID (uses default if not specified) Returns: Dictionary containing project creation result with project details

Input Schema

NameRequiredDescriptionDefault
languageNoPy
nameYes
organization_idNo

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "Py", "title": "Language", "type": "string" }, "name": { "title": "Name", "type": "string" }, "organization_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Organization Id" } }, "required": [ "name" ], "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