There are two ways in. The Gemini app can add QuantGPT as a custom app if you are in the US, 18 or over, and signed in with a personal Google Account. Gemini CLI, Google's open-source terminal agent, connects from anywhere with a QuantGPT key. Everyone else can use the setup prompt.
Updated September 2026 · Gemini facts from its maker's own docs, linked under Sources
Once connected, Gemini 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 Gemini gets the numbers back, losing years included. The connection uses MCP (Model Context Protocol), the open standard AI apps use to reach outside tools.
npm install -g @google/gemini-cli or brew install gemini-cli.
Signed in with a personal Google account, its free tier allows 60 requests a minute and
1,000 a day.https://terminal.quantgpt.co/mcp. Leave Advanced features closed: it is for servers without dynamic client registration, and QuantGPT supports it, so there are no credentials to enter. Click Next.gemini cli) and press Issue key. Copy the qg_sk_... key right away: it is not stored and will not be shown again.qg_sk_YOUR_KEY:gemini mcp add -s user --transport http --header "Authorization: Bearer qg_sk_YOUR_KEY" quantgpt https://terminal.quantgpt.co/mcpThe
-s user flag saves it in ~/.gemini/settings.json in your home folder. Without it, Gemini CLI saves to the current project's .gemini/settings.json, where a key can end up in a git repository.gemini mcp list. QuantGPT should show as quantgpt: https://terminal.quantgpt.co/mcp (http) - Connected.gemini and type /mcp. Gemini CLI names QuantGPT's tools mcp_quantgpt_ plus the tool's name, for example mcp_quantgpt_run_backtest.Prefer to edit the file yourself? This is the entry the command writes to
~/.gemini/settings.json. Older setups name the address httpUrl
instead of url with "type": "http"; current versions of Gemini CLI
read both.
{
"mcpServers": {
"quantgpt": {
"url": "https://terminal.quantgpt.co/mcp",
"type": "http",
"headers": {
"Authorization": "Bearer qg_sk_YOUR_KEY"
}
}
}
}
The key sits in that file as plain text. Keep it out of shared folders, and if it leaks, revoke it on your account page: a revoked key stops working on its next call.
Ask: Call QuantGPT's describe_capabilities tool and tell me what data it
covers. In the Gemini app, start the message with @ and pick QuantGPT. A connected
app answers with QuantGPT's own map: the data it holds, the factors, the benchmarks and the
method.
On the app route, your QuantGPT account page also
shows the connection under Keys for your AI, as a key labelled
connector: plus the app's name.
Backtest a 200-day moving average rule on SPY and show the losing years
In the Gemini app, type @ and select QuantGPT first. In Gemini CLI, you can name the
tool if Gemini does not reach for it: use mcp_quantgpt_run_backtest.
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.
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 Gemini does not see a tool, ask it to run the tool
by name through call_tool. Gemini CLI reads the tool list when it starts, so after
your AI switches on a category, restart gemini to see the new tools listed.
Missing issuer parameter in response. QuantGPT was added without the key
header, so Gemini CLI tried an OAuth sign-in, and QuantGPT's sign-in does not send the
issuer parameter Gemini CLI checks for. Remove it with
gemini mcp remove -s user quantgpt and add it again with the header, as in
Route B.gemini mcp list shows Disconnected. Check the address is exactly
https://terminal.quantgpt.co/mcp with "type": "http", the header reads exactly
Authorization: Bearer qg_sk_..., and the key is still active on your account
page. Run gemini --debug for details.mcp_quantgpt_run_backtest.slow down means the limit of 120 requests a minute per account: wait a minute.gemini mcp remove -s user quantgpt. Then revoke
the key on your QuantGPT account page.Outside the US, on a work or school account, or without a terminal, open QuantGPT's setup prompt, copy all of it, and paste it as the first message of a new Gemini chat. Gemini then knows what QuantGPT holds, the method and the first steps, and walks you through them. It cannot run studies itself: you run them in the terminal and bring the numbers back.
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.
Google says the Gemini app asks you to confirm write actions, and Gemini CLI asks before every tool call unless you allow the tool or the server.
Yes, two ways. The Gemini app accepts custom apps by MCP server URL, for people in the US, 18 or over, signed in with a personal Google Account, with Keep Activity on, in English. Gemini CLI connects to MCP servers over stdio, SSE or streamable HTTP, and QuantGPT's endpoint speaks streamable HTTP.
Google's help page for custom apps lists no paid plan; its requirements are the ones above. Gemini CLI has a free tier with a personal Google account: 60 requests a minute and 1,000 a day, per Google's own README.
Not for custom apps in the Gemini app: Google says they need a personal Google Account for now. Gemini CLI signs in separately (with a Google account, a Gemini API key or Vertex AI, per its README) and reaches QuantGPT with a QuantGPT key either way. The setup prompt can be pasted into any chat.
Gemini CLI can sign in to MCP servers through OAuth, but once it knows the server's issuer it rejects a sign-in reply that does not name it (RFC 9207), and QuantGPT's sign-in does not send that today. A key in the header skips the sign-in, and you can revoke it on your account page at any time.
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 Gemini 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.
GEMINI 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.