Skip to content

Commit e813c03

Browse files
authored
Add QuantConnect MCP Server (#172)
1 parent f6693ca commit e813c03

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

servers/quantconnect/server.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: quantconnect
2+
image: mcp/quantconnect
3+
type: server
4+
meta:
5+
category: finance
6+
tags:
7+
- finance
8+
about:
9+
title: QuantConnect MCP Server
10+
description: The QuantConnect MCP Server is a bridge for AIs (such as Claude and OpenAI o3 Pro) to interact with our cloud platform. When equipped with our MCP, the AI can perform tasks on your behalf through our API such as updating projects, writing strategies, backtesting, and deploying strategies to production live-trading.
11+
icon: https://avatars.githubusercontent.com/u/3912814?v=4
12+
source:
13+
project: https://github.com/QuantConnect/mcp-server
14+
config:
15+
description: Configure the connection to QuantConnect MCP Server
16+
env:
17+
- name: QUANTCONNECT_USER_ID
18+
example: "12345678"
19+
value: '{{quantconnect.quantconnect_user_id}}'
20+
- name: QUANTCONNECT_API_TOKEN
21+
example: 61b2c3d4e5f60718293a4b5c6d7e8f90a1b2c3d4e5f60718293a4b5c6d7e8f90
22+
value: '{{quantconnect.quantconnect_api_token}}'
23+
- name: AGENT_NAME
24+
example: MCP Server
25+
value: MCP Server
26+
parameters:
27+
type: object
28+
properties:
29+
quantconnectuserid:
30+
type: string
31+
quantconnectapitoken:
32+
type: string
33+
agentname:
34+
type: string

0 commit comments

Comments
 (0)