Servers
Zerodha Trade GPT
@Shyamkadiwar
Zerodha Trade GPT is a TypeScript-powered integration that enables real-time stock trading on Zerodha via natural language commands using LLMs like Claude.ai. It uses Model Context Protocol (MCP) tools to trigger live buy/sell orders through the Kite Connect API.
Zerodha Trade GPT is a real-time stock trading agent that connects LLMs (Claude.ai) with Zerodha's Kite Connect API using the Model Context Protocol (MCP) and a TypeScript-based backend.
Through natural language commands like "Buy 5 shares of INFY", LLMs can place actual stock trades via secure, live MCP tools (buy-stock and sell-stock).
Features
- Real-time buy/sell order execution
- LLM-driven input (Claude, ChatGPT, or any MCP-compatible agent)
- MCP Tools (
buy-stock,sell-stock) for secure and structured actions - TypeScript SDK for strong typing and scalable architecture
- StdioServerTransport for low-latency communication between AI and backend
Tech Stack
- Model Context Protocol (MCP)
- Zerodha Kite Connect API
- TypeScript
- StdioServerTransport (MCP SDK)