QUANTGPT LEARN · CONNECT GEMINI
// CONNECT YOUR AI · GEMINI

CONNECT GEMINI

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

// WHAT YOU GET

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.

// BEFORE YOU START

// ROUTE A · THE GEMINI APP

  1. Open Gemini on a computer. Go to gemini.google.com. Custom apps can only be added in the web app; once connected, they work in the Gemini mobile app too.
  2. Open Connected Apps. At the bottom, click Settings, then Connected Apps. If Connected Apps is not there, click Personal Intelligence first, then Connected Apps.
  3. Add a custom app. Under Custom apps, click the Add a custom app field (or the Add a custom app button if you already have one).
  4. Enter QuantGPT's address. Enter the MCP server URL 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.
  5. Sign in to QuantGPT. Follow the on-screen instructions. Gemini sends you to QuantGPT's sign-in: sign in, read the approval page, and press CONNECT.
  6. Use it in a chat. Type @ and select QuantGPT, so Gemini uses it for that prompt.
About the approval page. QuantGPT's approval page shows where it will send you after you allow. It knows Claude's and ChatGPT's addresses by name, so for Gemini it may add an Unrecognized destination notice. Continue only if you started this connection in Gemini yourself a moment ago and the address shown is a Google address. Otherwise press CANCEL.

// ROUTE B · GEMINI CLI, WITH A KEY

  1. Issue a key. Sign in at terminal.quantgpt.co and open your account page. Under Keys for your AI, type a label (for example gemini cli) and press Issue key. Copy the qg_sk_... key right away: it is not stored and will not be shown again.
  2. Add QuantGPT for your user. Run this, with your key in place of qg_sk_YOUR_KEY:
    gemini mcp add -s user --transport http --header "Authorization: Bearer qg_sk_YOUR_KEY" quantgpt https://terminal.quantgpt.co/mcp
    The -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.
  3. Check the connection. Run gemini mcp list. QuantGPT should show as quantgpt: https://terminal.quantgpt.co/mcp (http) - Connected.
  4. See the tools. Start gemini and type /mcp. Gemini CLI names QuantGPT's tools mcp_quantgpt_ plus the tool's name, for example mcp_quantgpt_run_backtest.
  5. Ask the first prompt. Gemini CLI asks before each call: proceed once, always allow this tool, always allow this server, or cancel.

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.

// CHECK IT WORKED

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.

// YOUR FIRST PROMPT

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.

// WHAT COMES BACK

A backtest answers with the numbers behind it, not a summary. Your AI receives:

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.

// THE TOOLS GEMINI SEES FIRST

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.

TOOLWHAT IT DOES
search, fetchFind 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_capabilitiesThe 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_prompt_libraryA step-by-step course for new users, and ready-made prompts matched to the tools that answer them.
search_librarySearch 175 documented strategies, 63 of them runnable.
run_backtest, run_sweepBacktest criteria (up to 8 filters and a ranking, or a list of tickers you choose), or up to 100 variants in one call.
challenge_findingThe skeptic pass: eleven checks that try to break a result, strongest objection first.
fetch_jobCollect a slow run that answered with a job id.
grade_stock, pre_trade_briefOne stock's grades on six dimensions against the market, and a read that puts the strongest objection first. Never an order.
query_warehouse, list_warehouseRead-only SQL over every research database, and the map of its tables.
available_categories, available_tools, activate_category, deactivate_category, call_toolSee 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.

// TROUBLESHOOTING

// NEITHER ROUTE? THE SETUP PROMPT

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.

// LIMITS AND BOUNDARIES

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.

// FAQ

Does Gemini support MCP servers?

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.

Do I need a paid Gemini plan?

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.

Can I use a work or school Google Account?

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.

Why does the Gemini CLI route use a key instead of a sign-in?

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.

What does QuantGPT cost?

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.

Can Gemini place trades through QuantGPT?

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.

What data does QuantGPT cover?

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.

// SOURCES

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.