๐Ÿง  AI Stock Analyzer - Full Setup Guide

Welcome! Whether you're a tech-savvy developer or just a curious investor, this guide will walk you through how to connect Claude Desktop to your Zerodha portfolio using our AI-powered tools.

๐Ÿ” Step 1: Your Locker ID

This is your personal secure key to authorize Claude to use your portfolio tools.

Authorization: Bearer YOUR_LOCKER_ID
Where do I use this?
In Claude Desktop's config file under "Authorization header".

๐Ÿ› ๏ธ Step 2: Requirements

For Everyone (Non-Developers)

For Developers

๐Ÿ“ Step 3: Configure Claude Desktop

Instructions for Everyone

  1. Open Claude Desktop โ†’ Go to Settings โ†’ Enable Developer Mode
  2. Click "Edit Config" and paste this:
    {
      "globalShortcut": "",
      "mcpServers": {
        "Portfolio-Copilot-kite": {
          "command": "npx",
          "args": [
            "mcp-remote",
            "https://mcp.aistockanalyser.com/mcp",
            "--auth", "none",
            "--header", "Authorization: Bearer YOUR_LOCKER_ID"
          ]
        }
      }
    }
  3. Replace YOUR_LOCKER_ID with the value you received via email.

๐Ÿงช Step 4: Testing the Connection

Once Claude restarts, type this command inside Claude:

login_url

This will generate a Zerodha login link. Log in and copy the request_token from the URL.

set_token("REQUEST_TOKEN")

๐Ÿ“Š Available Tools

๐Ÿ› Troubleshooting

๐Ÿ’ฌ Need Help?

Just reply to the email you received or write to sarthakgoel1807@gmail.com โ€” I'm here to help you 1-on-1.

Built with โค๏ธ by Sarthak โ€” Tech entrepreneur & AI tinkerer