QUANTGPT LEARN · CONNECT CLAUDE
// RAMP 05 for Claude people

ARM CLAUDE

Ten minutes, one key, three ways in. When the AI light in the terminal nav goes green, you are armed.

// STEP 0 · GET YOUR KEY

  1. Sign in at terminal.quantgpt.co and open ACCOUNT.
  2. Under MCP KEYS, label a key (for example: my claude) and hit ISSUE KEY.
  3. Copy the qg_sk_... value immediately. Only its hash is stored; it will never be shown again.

// CLAUDE CODE (TERMINAL)

claude mcp add quantgpt https://terminal.quantgpt.co/mcp -t http -H "Authorization: Bearer qg_sk_YOUR_KEY"

That is the whole setup. Open a new Claude Code session and ask it to call describe_capabilities. It starts with the core desk of eleven tools; ask it to call available_categories when a task needs the equity, portfolio, macro or alt-market tools, and it switches them on for your key.

On claude.ai and Claude Desktop there is no header to fill in: paste https://terminal.quantgpt.co/mcp, leave the OAuth client fields empty, click Add, and Claude sends you to QuantGPT's own sign-in. Press CONNECT and the connection appears as a key on your account page, where you can revoke it. The pasted-key route below is for Claude Code and scripts.

// CLAUDE DESKTOP AND CLAUDE.AI

  1. Open Settings, then Connectors.
  2. Choose Add custom connector.
  3. URL: https://terminal.quantgpt.co/mcp
  4. When prompted for authorization, supply the bearer key: Authorization: Bearer qg_sk_YOUR_KEY
  5. Save, then start a new conversation and ask Claude to call describe_capabilities.

// PROVE IT WORKED

"Using QuantGPT: call the guide tool and walk me up THE RAMP
from wherever I am. Then run a classic momentum study, 1990 start,
and state plainly what failed."

Back in the terminal, the AI light in the nav turns green after the first call. That is RAMP 05 and 06 done.

No connector option on your plan? Use the paste-pack: one copyable block that gives Claude the full context and the curriculum without MCP.

// LIMITS AND BOUNDARIES

500 calls per day per operator, counted across all your keys. Every tool is read-only: nothing your AI can call places, modifies, or cancels an order. Rotate keys from the account page any time (three active max).