Skip to main content
Glama

QuantConnect MCP Server

screen_assets_by_criteria

Filter financial assets by performance and risk metrics like return, volatility, Sharpe ratio, and correlation. Identify optimal investments within specified date ranges and criteria.

Instructions

Screen assets based on various performance and risk criteria. Args: symbols: List of symbols to screen start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format min_return: Minimum annualized return threshold max_volatility: Maximum annualized volatility threshold min_sharpe: Minimum Sharpe ratio threshold max_correlation: Maximum correlation with benchmark threshold benchmark_symbol: Optional benchmark symbol for correlation screening instance_name: QuantBook instance name Returns: Dictionary containing screened assets and their metrics

Input Schema

NameRequiredDescriptionDefault
benchmark_symbolNo
end_dateYes
instance_nameNodefault
max_correlationNo
max_volatilityNo
min_returnNo
min_sharpeNo
start_dateYes
symbolsYes

Input Schema (JSON Schema)

{ "properties": { "benchmark_symbol": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benchmark Symbol" }, "end_date": { "title": "End Date", "type": "string" }, "instance_name": { "default": "default", "title": "Instance Name", "type": "string" }, "max_correlation": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Max Correlation" }, "max_volatility": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Max Volatility" }, "min_return": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Min Return" }, "min_sharpe": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Min Sharpe" }, "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