QuantConnect

64 tools. 29 can modify or destroy data without limits.

7 destructive tools with no built-in limits. Policy required.

Last updated:

29 can modify or destroy data
35 read-only
64 tools total

Community server · catalogue entry verified 11/06/2026

How to control QuantConnect ↓

Read (35) Write / Execute (22) Destructive / Financial (7)
Critical Risk

29 of QuantConnect's 64 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

PolicyLayer is an MCP gateway — it sits between your AI agents and QuantConnect, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "liquidate_live_algorithm": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "delete_backtest": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "create_file": {
    "limits": [
      {
        "counter": "create_file_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "abort_optimization": {
    "limits": [
      {
        "counter": "abort_optimization_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register QuantConnect — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON QUANTCONNECT →

Free to start. No card required.

READ 35 tools
Read abort_optimization Abort an optimization. Read authorize_connection authorize_connection Read check_syntax Check the syntax of a code. Read enhance_error_message Show additional context and suggestions for error messages. Read estimate_optimization_time Estimate the execution time of an optimization with the Read list_backtests List all the backtests for the project. Read list_live_algorithms List all your past and current live trading deployments. Read list_object_store_files List the Object Store files under a specific directory in Read list_optimizations List all the optimizations for a project. Read list_projects List the details of all projects. Read read_account Read the organization account status. Read read_backtest Read the results of a backtest. Read read_backtest_chart Read a chart from a backtest. Read read_backtest_insights Read out the insights of a backtest. Read read_backtest_orders Read out the orders of a backtest. Read read_compile Read a compile packet job result. Read read_file Read a file from a project, or all files in the project if Read read_latest_mcp_server_version Returns the latest version of the QC MCP Server released. Read read_lean_versions Returns a list of LEAN versions with basic information for Read read_live_algorithm Read details of a live algorithm. Read read_live_chart Read a chart from a live algorithm. Read read_live_insights Read out the insights of a live algorithm. Read read_live_logs Get the logs of a live algorithm. Read read_live_orders Read out the orders of a live algorithm. Read read_live_portfolio Read out the portfolio state of a live algorithm. Read read_mcp_server_version Returns the version of the QC MCP Server that's running. Read read_object_properties Get Object Store properties of a specific organization and Read read_object_store_file_download_url Get the URL for downloading files from the Object Store. Read read_object_store_file_job_id Create a job to download files from the Object Store and Read read_optimization Read an optimization. Read read_project List the details of a project or a set of recent projects. Read read_project_collaborators List all collaborators on a project. Read read_project_nodes Read the available and selected nodes of a project. Read search_quantconnect Search for content in QuantConnect. Read complete_code Show the code completion for a specific text input.

Other MCP servers with similar tools — same risk classification, starter policies for each.

Can an AI agent move money through the QuantConnect MCP server? +

Yes. The QuantConnect server exposes 1 financial tools including liquidate_live_algorithm. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the QuantConnect MCP server? +

Yes. The QuantConnect server exposes 6 destructive tools including delete_backtest, delete_file, delete_object. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through QuantConnect? +

The QuantConnect server has 15 write tools including create_file, create_optimization, create_project. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach QuantConnect.

How many tools does the QuantConnect MCP server expose? +

64 tools across 4 categories: Destructive, Execute, Read, Write. 35 are read-only. 29 can modify, create, or delete data.

How do I enforce a policy on QuantConnect? +

Register the QuantConnect MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every QuantConnect tool call.

Deterministic rules across all 64 QuantConnect tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

64 QuantConnect tools catalogued and risk-classified — across an index of 42,500+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.