Skip to main content
Glama

QuantConnect MCP Server

configure_quantconnect_auth

Set up API authentication for QuantConnect by configuring user ID, API token, and organization ID to enable secure access to trading platform resources.

Instructions

Configure QuantConnect API authentication credentials.

Args: user_id: Your QuantConnect user ID (from email) api_token: Your QuantConnect API token (from Settings page) organization_id: Your organization ID (from organization URL)

Returns: Dictionary containing authentication configuration status

Input Schema

NameRequiredDescriptionDefault
api_tokenYes
organization_idNo
user_idYes

Input Schema (JSON Schema)

{ "properties": { "api_token": { "title": "Api Token", "type": "string" }, "organization_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Organization Id" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id", "api_token" ], "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