Cursor reads MCP servers from a file called mcp.json. Add QuantGPT's address with a key in the header, restart Cursor, and its agent can run backtests and read-only warehouse queries while you work. Cursor's pricing page lists MCP on its paid plans, from Pro at $20 a month.
Updated September 2026 · Cursor facts from its maker's own docs, linked under Sources
Once connected, Cursor can search QuantGPT's strategy library, run backtests on decades of US market history, grade a stock and query the research warehouse, in the middle of a conversation. The work runs on QuantGPT's side, and Cursor gets the numbers back, losing years included. The connection uses MCP (Model Context Protocol), the open standard AI apps use to reach outside tools.
cursor) and press Issue key. Copy the qg_sk_... key right away: it is not stored and will not be shown again.~/.cursor/mcp.json in your home folder (on Windows, C:\Users\YOU\.cursor\mcp.json), or create it. The global file makes QuantGPT available in every project.qg_sk_YOUR_KEY. If the file already lists servers, add only the quantgpt entry inside the existing mcpServers object.{
"mcpServers": {
"quantgpt": {
"url": "https://terminal.quantgpt.co/mcp",
"headers": {
"Authorization": "Bearer qg_sk_YOUR_KEY"
}
}
}
}For a shared project instead, put the entry in .cursor/mcp.json in the
project folder, and never commit the key itself: write
"Authorization": "Bearer ${env:QUANTGPT_KEY}" and set QUANTGPT_KEY in
your environment. Cursor reads environment variables when it starts, so restart it after
setting one.
Ask: Call QuantGPT's describe_capabilities tool and tell me what data it
covers. A connected server answers with QuantGPT's own map: the data it holds, the
factors, the benchmarks and the method. Cursor shows each call in the chat, with the arguments
and the response you can expand.
Backtest a 200-day moving average rule on SPY and show the losing years
Cursor's agent uses MCP tools on its own when they fit. You can also name one:
use the quantgpt run_backtest tool.
Your AI picks the tool and the settings. It may test the rule on SPY itself, or on the S&P 500 index with the closest built-in rule (the 10-month average, or the 50-day and 200-day golden cross). Ask it to say which tool it called and with what settings, so you know exactly what was tested.
A backtest answers with the numbers behind it, not a summary. Your AI receives:
confirmed, tradeoff or
rejected) with the sentence that says what the label means.fetch_job.Two limits travel with the numbers. Companies that later delisted are not in the market-wide backtest universe yet (a fix is in progress), so a backtest across the whole market leans toward survivors; a rule on one index, or on a list of tickers you choose, is not affected. And a backtest shows what happened in the past, not what will happen. QuantGPT's server instructions ask your AI to say so when it reports a market-wide result.
Cursor attaches any image a tool returns to the chat, so charts from QuantGPT's
charts category show inline.
On connect, QuantGPT lists 19 tools: 14 research tools, and 5 that switch on the rest by
category (equities, portfolio, macro,
alt_markets, events, charts and desk).
The server also sends your AI instructions when it connects: what the data holds, the method,
and how the tools fit together.
| TOOL | WHAT IT DOES |
|---|---|
search, fetch | Find and open QuantGPT's own records to cite: library strategies, study write-ups, forum threads, your saved studies and glossary terms, each with a link. |
describe_ | The full map: every factor, benchmark and timing rule, the library's categories, what each result label means, and the method. Your AI should call it first. |
guide, get_ | A step-by-step course for new users, and ready-made prompts matched to the tools that answer them. |
search_ | Search 175 documented strategies, 63 of them runnable. |
run_ | Backtest criteria (up to 8 filters and a ranking, or a list of tickers you choose), or up to 100 variants in one call. |
challenge_ | The skeptic pass: eleven checks that try to break a result, strongest objection first. |
fetch_ | Collect a slow run that answered with a job id. |
grade_ | One stock's grades on six dimensions against the market, and a read that puts the strongest objection first. Never an order. |
query_ | Read-only SQL over every research database, and the map of its tables. |
available_ | See the other categories, switch them on for your key, or run any tool by name. |
Every tool can be called at any time. If Cursor does not see a tool your AI switched on,
turn QuantGPT off and on again under Customize → MCPs, or ask the agent to run the tool
by name through call_tool.
mcp.json is valid JSON (every brace closed, commas between entries) and in the
right folder, then restart Cursor.Authorization: Bearer qg_sk_..., with one space after Bearer, and the key
must still be active on your account page.${env:QUANTGPT_KEY} value is empty. Cursor only sees variables
that were set before it started. Set the variable where Cursor can read it, then restart
Cursor.slow down means the limit of 120 requests a minute per account: wait a minute.quantgpt entry from mcp.json, or
turn it off under Customize → MCPs, and revoke the key on your QuantGPT account
page.AI calls are counted per account, across all your keys and connections: 5 for the life of a Free account, 5 during a 3-day trial, 500 a day on QuantGPT and 1,500 a day on QuantGPT Pro. Only tool calls count toward those; connecting and listing tools do not. Daily counts reset at midnight UTC. Separately, each account can make at most 120 requests a minute.
No QuantGPT tool can place, change or cancel an order. A few save things to your own QuantGPT account, such as a saved study or an alert. QuantGPT is research software: it reads market history and reports what happened, losing years included. Nothing here is investment advice.
Yes. Cursor supports stdio, SSE and streamable HTTP servers, and QuantGPT's endpoint speaks streamable HTTP at https://terminal.quantgpt.co/mcp.
Cursor's pricing page lists MCPs, skills and hooks among the features of its Individual plans, from Pro at $20 a month, as of September 2026. The free Hobby plan's list does not include them.
Cursor supports OAuth sign-in for remote servers, and QuantGPT's endpoint offers one. This guide uses a key because it is one entry in mcp.json and you can revoke it on your account page at any time.
It sits in the file as plain text. Keep it in the global file in your home folder, or use ${env:QUANTGPT_KEY} in a project file. If a key leaks, revoke it on your account page: a revoked key stops working on its next call.
The Free plan gives 5 backtests and 5 AI calls for the life of the account, with no card. QuantGPT is $49 a month with 500 AI calls a day, and QuantGPT Pro is $149 a month with 1,500 a day. Both paid plans start with a 3-day trial that includes 5 backtests and 5 AI calls.
No. No QuantGPT tool can place, change or cancel an order. QuantGPT is research software: it reads market history and reports what happened, losing years included. What you do with a result is your decision, at your own broker.
US stocks and indexes (the S&P 500 from 1928, single stocks thin before 1980), fundamentals joined by filing date (about 9% of rows still carry the quarter-end date; a fix is in progress), crypto with funding rates, commodities, FRED macro series, prediction markets, sports odds and weather, plus a library of 175 documented strategies, 63 of them runnable. Companies that later delisted are not in the market-wide backtest universe yet, so market-wide results lean toward survivors.
Facts about Cursor come from its maker's own public pages, as of September 2026, and may have changed since:
Facts about QuantGPT come from QuantGPT's own server and plans.
CURSOR IS A TRADEMARK OF ITS OWNER; NO AFFILIATION OR ENDORSEMENT IS IMPLIED. QUANTGPT IS A RESEARCH TOOL, NOT INVESTMENT ADVICE. BACKTESTS ARE NOT PROMISES. THE TERMS GOVERN.