Zerodha-MCP
If you are the rightful owner of Zerodha-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Zerodha-MCP is a fast, scalable MCP server designed for managing multi-client trading operations for Zerodha.
Zerodha-MCP
A fast, scalable MCP server to manage multi-client trading for Zerodha.
🚀 About
Zerodha-MCP is a high-performance Model Context Protocol (MCP) server designed to manage real-time trading operations for Zerodha users.
It focuses on low-latency, high availability, and secure multi-client trading support.
📦 Setup
# Clone the repository
git clone https://github.com/curious04/Zerodha-MCP.git
# Navigate to the project directory
cd Zerodha-MCP
# Install dependencies
npm install # or pip install -r requirements.txt (depending on your tech stack)
# Start the server
npm start # or your appropriate start command