Enables algorithmic trading with the Zerodha Kite API through an MCP server.
The Zerodha Kite MCP server allows users to integrate trading functionality with Model Context Protocol (MCP) clients like Cursor. It provides tools to buy and sell stocks, fetch holdings, and retrieve positions using the Zerodha Kite API. The server is configured using API keys and access tokens obtained from a Zerodha developer account, and exposes functionalities like placing market orders and retrieving account information for automated trading strategies.
主要功能
011 GitHub stars
02Fetch current holdings and positions.
03Configurable with API keys and access tokens.
04Uses Zerodha Kite API for trading.
05Persists order tag counter for unique order identification.
06Buy and sell stocks via market orders.
使用案例
01Programmatic stock trading based on custom algorithms.
02Real-time portfolio monitoring and management.
03Automated trading strategies in MCP-compatible IDEs.