Skip to main content
Glama

QuantConnect MCP Server

optimize_equal_weight_portfolio

Build and analyze an equal-weight portfolio with customizable rebalancing frequencies for specified symbols and date ranges. Returns detailed portfolio insights and performance metrics.

Instructions

Create and analyze an equal-weight portfolio with rebalancing. Args: symbols: List of symbols for the portfolio start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format rebalance_frequency: Rebalancing frequency (daily, weekly, monthly, quarterly) instance_name: QuantBook instance name Returns: Dictionary containing equal-weight portfolio analysis

Input Schema

NameRequiredDescriptionDefault
end_dateYes
instance_nameNodefault
rebalance_frequencyNomonthly
start_dateYes
symbolsYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "title": "End Date", "type": "string" }, "instance_name": { "default": "default", "title": "Instance Name", "type": "string" }, "rebalance_frequency": { "default": "monthly", "title": "Rebalance Frequency", "type": "string" }, "start_date": { "title": "Start Date", "type": "string" }, "symbols": { "items": { "type": "string" }, "title": "Symbols", "type": "array" } }, "required": [ "symbols", "start_date", "end_date" ], "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