Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HOST | No | Server host address | 127.0.0.1 |
MCP_PATH | No | HTTP endpoint path | /mcp |
MCP_PORT | No | Server port number | 8000 |
LOG_LEVEL | No | Logging verbosity level | INFO |
MCP_TRANSPORT | No | Transport method for the server | stdio |
QUANTCONNECT_USER_ID | Yes | Your QuantConnect user ID (required for authentication) | |
QUANTCONNECT_API_TOKEN | Yes | Your QuantConnect API token found in settings | |
QUANTCONNECT_ORGANIZATION_ID | No | Optional organization ID for QuantConnect |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |