Q

QuantConnect

Integrates with QuantConnect's quantitative finance platform to provide historical data retrieval, s...

65 views
0 installs
Updated Sep 13, 2025
Not audited
Integrates with QuantConnect's quantitative finance platform to provide historical data retrieval, statistical analysis, portfolio optimization, universe selection, alternative data access, backtest execution, and project management for algorithmic trading research and financial analytics workflows.
  1. Obtain Your QuantConnect Credentials

    • User ID
      • Your QuantConnect user ID is typically included in the welcome email you receive when you sign up for a QuantConnect account. If you no longer have this email, log in to your QuantConnect account and check your profile or account settings for your user ID.
    • API Token
      • Go to the QuantConnect Settings page.
      • Scroll to the “API Access” section.
      • If you do not yet have an API token, click the button to generate one.
      • Copy your API token. Keep it safe, as this is used to authenticate all requests.
    • Organization ID (Optional)
      • Navigate to your organization settings on QuantConnect.
      • The URL format will be: https://www.quantconnect.com/organization/{YOUR_ORG_ID}.
      • Copy the value that appears after /organization/ in the URL. This step is only necessary if you need to specify a particular organization.
  2. Add Your Credentials to FastMCP

    • In the FastMCP connection interface, click the Install Now button for QuantConnect MCP.
    • Add the following ENV values in the configuration fields:
      • QUANTCONNECT_USER_ID — Enter your user ID.
      • QUANTCONNECT_API_TOKEN — Enter your API token from the QuantConnect settings.
      • QUANTCONNECT_ORGANIZATION_ID — (Optional) Enter your organization ID if needed.
  3. Save and Complete Setup

    • Save your changes in the FastMCP interface.
    • Your QuantConnect MCP server will now be able to authenticate and connect to your QuantConnect account using these credentials.

Note: Your API token and user ID are sensitive. Do not share them with others, and store them securely.

Quick Start

View on GitHub

More for Finance

View All →

More for Analytics and Data

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.