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.
This is your personal secure key to authorize Claude to use your portfolio tools.
Authorization: Bearer YOUR_LOCKER_ID
npm
and npx
included (npx < 10)node -v
npm -v
npx -v
{
"globalShortcut": "",
"mcpServers": {
"Portfolio-Copilot-kite": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.aistockanalyser.com/mcp",
"--auth", "none",
"--header", "Authorization: Bearer YOUR_LOCKER_ID"
]
}
}
}
YOUR_LOCKER_ID
with the value you received via email.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")
login_url
โ Zerodha login linkset_token("token")
โ Finalize authget_holdings
โ Portfolio snapshotget_live_price("TCS")
โ Live stock pricecalculate_rsi("TCS")
โ RSI indicatorget_fundamentals("TCS")
โ Fundamental dataget_latest_news("TCS")
โ Latest company newsget_earnings_history("TCS")
โ Past earnings dataJust 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