Provides secure access to Kite Connect data and trading actions via a unified MCP interface.
Configuration
View docs{
"mcpServers": {
"zerodha-kite-mcp-server": {
"url": "https://mcp.kite.trade/mcp",
"headers": {
"APP_HOST": "localhost",
"APP_MODE": "http",
"APP_PORT": "8080",
"KITE_API_KEY": "your_api_key",
"KITE_API_SECRET": "your_api_secret"
}
}
}
}Authenticate with Kite API and generate an authorization link.
Retrieve real-time market quotes.
Fetch OHLC data for instruments.
Obtain historical price data.
Search trading instruments.
Retrieve user profile information.
Get account margins.
Get portfolio holdings.
Get current positions.
Place new orders.
Modify existing orders.
Cancel orders.
List all orders.
Get trading history.
List GTT orders.
Create GTT orders.
Modify GTT orders.
Delete GTT orders.