Connect to MCP Server

Follow the steps below to connect this server to your AI client. Takes about 1 minute.

Claude Desktop ChatGPT
1

Your API Key

Paste your API key below. Don't have one? Register for free.

Leave empty to use anonymous mode (2 free trial analyses).

2

Install

Choose your setup method:

macOS / Linux Windows Manual JSON

Paste this into Terminal:

Requires: Node.js 18+ — brew install node (macOS) or download from nodejs.org

Paste this into PowerShell (Run as Administrator is NOT needed):

Requires: Node.js 18+ — download from nodejs.org

Copy this JSON into your Claude Desktop config file:

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

If the file already has other mcpServers, merge the "technical-analysis" block into the existing mcpServers object.

Requires: Node.js 18+ — brew install node (macOS) or download from nodejs.org
3

Restart Claude Desktop

Quit Claude Desktop completely (Cmd+Q on macOS or close the window on Windows) and reopen it.

Look for the hammer icon in the chat input area — click it to see your analysis tools.

Try asking: "Analyze AAPL stock"

1

Your API Key

Paste your API key below. Don't have one? Register for free.

Leave empty to use anonymous mode (2 free trial analyses).

2

Install

Gemini CLI supports MCP natively — no bridge needed.

macOS / Linux Windows Manual JSON

Paste this into Terminal:

Paste this into PowerShell:

Copy this JSON into your Gemini CLI settings file:

Config file location:

  • macOS / Linux: ~/.gemini/settings.json
  • Windows: %USERPROFILE%\.gemini\settings.json

If the file already has other mcpServers, merge the "technical-analysis" block into the existing mcpServers object.

3

Restart Gemini CLI

Exit and reopen Gemini CLI to load the new MCP configuration.

Try asking: "Analyze AAPL stock"

⚠️ Enable Developer Mode First

Go to chatgpt.com → click your profile icon (bottom-left) → SettingsApps → select Developer Mode. MCP connectors are only available in Developer Mode — you won't be able to add the server without it.

1

Your API Key

Keep this ready — you'll enter it during the OAuth authorization step:

2

Open ChatGPT Connectors

  1. Go to chatgpt.comSettingsConnectors
  2. Click "Add connector"
  3. Select OAuth as the authentication method
3

Enter MCP Server URL

In the "MCP Server URL" field, enter:

https://technical-analysis-mcp.com/mcp

Note: The URL must use HTTPS. If your server uses Cloudflare Tunnel, it's already HTTPS.

4

Authorize with Your API Key

ChatGPT will redirect you to an authorization page. When prompted:

  1. Paste your MCP API key (shown in Step 1 above)
  2. Click "Authorize"
  3. You'll be redirected back to ChatGPT automatically

How it works: OAuth wraps your API key in a secure authorization flow. ChatGPT auto-discovers the OAuth endpoints via /.well-known/oauth-authorization-server. No extra setup needed — just enter your key when prompted.

5

Start a Conversation

Open a new chat in ChatGPT (make sure you're in Developer Mode):

  1. Click the + button next to the message input box
  2. Select "Technical Analysis" (or whatever you named the connector) from the list
  3. Now type your prompt, e.g.:
"Analyze AAPL stock"

Note: You must select the tool from the + menu before your first request in each conversation. After that, ChatGPT will keep using it throughout the chat.