Skip to main content
Glama

QuantConnect MCP Server

add_alternative_data

Integrate alternative data types into securities for enhanced analysis by specifying data source, symbol, and instance name on the QuantConnect MCP Server.

Instructions

Add alternative data source to a security. Args: data_type: Type of alternative data (e.g., "SmartInsiderTransaction") symbol: Symbol to add alternative data for instance_name: QuantBook instance name Returns: Dictionary containing alternative data subscription info

Input Schema

NameRequiredDescriptionDefault
data_typeYes
instance_nameNodefault
symbolYes

Input Schema (JSON Schema)

{ "properties": { "data_type": { "title": "Data Type", "type": "string" }, "instance_name": { "default": "default", "title": "Instance Name", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "data_type", "symbol" ], "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