MCP Server for Zerodha Kite Connect API
Rank #43,236io.github.Sundeepg98/kite-trading
Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts.
MCP Server for Zerodha Kite Connect API is a Model Context Protocol (MCP) server published by Sundeepg98. It ranks #43,236 of 115,591 servers tracked on MCP Toplist. MCP Server for Zerodha Kite Connect API is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 22, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 72,355 of 115,591 servers on MCP Toplist.
Use MCP Server for Zerodha Kite Connect API
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http kite-trading https://kite-mcp-server.fly.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.kite-trading]
url = "https://kite-mcp-server.fly.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://kite-mcp-server.fly.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"kite-trading": {
"url": "https://kite-mcp-server.fly.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"kite-trading": {
"type": "http",
"url": "https://kite-mcp-server.fly.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"kite-trading": {
"serverUrl": "https://kite-mcp-server.fly.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"kite-trading": {
"url": "https://kite-mcp-server.fly.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Sundeepg98%2Fkite-trading)<a href="https://mcptoplist.com/server/io.github.Sundeepg98%2Fkite-trading"><img src="https://mcptoplist.com/badge/io.github.Sundeepg98%2Fkite-trading.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
Sundeepg98
Other servers by Sundeepg98
- linkedin-mcp#8,653
- Naukri MCP Server#11,358
- uplers-mcp#13,249
- Instahyre MCP#15,874
- mcp-server-unipile#25,433 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Apr 19, 2026 |
| 1.0.0 | Apr 3, 2026 |
Frequently asked questions
- Who maintains MCP Server for Zerodha Kite Connect API?
- MCP Server for Zerodha Kite Connect API is maintained by Sundeepg98, which publishes 6 MCP servers (4 total versions) tracked on MCP Toplist.
- Is MCP Server for Zerodha Kite Connect API listed on the Official MCP Registry?
- Yes — MCP Server for Zerodha Kite Connect API is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Server for Zerodha Kite Connect API have?
- MCP Toplist tracks 2 versions of MCP Server for Zerodha Kite Connect API, most recently published on Apr 19, 2026.
- Where can I find the source code for MCP Server for Zerodha Kite Connect API?
- The source code for MCP Server for Zerodha Kite Connect API is hosted at github.com/sundeepg98/kite-mcp-server.