The Kite MCP server connects AI agents to Zerodha's Kite trading platform. It exposes APIs for market data, order management, and portfolio tracking. Developers use it to build AI-driven trading bots, automate trading strategies, and analyze market trends. It integrates with Zerodha's Kite Connect API for real-time trading and historical data access.
The Kite MCP server connects AI agents to Zerodha's Kite trading platform. It exposes APIs for market data, order management, and portfolio tracking. Developers use it to build AI-driven trading bots, automate trading strategies, and analyze market trends. It integrates with Zerodha's Kite Connect API for real-time trading and historical data access.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"zerodha-kite-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-zerodha-kite-mcp-server-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from kite?"
API Key Required
This server requires an API key from kite. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| KITE_API_KEY | Yes | Your kite API key |
"What resources are available in kite?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in kite"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in kite with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.