Kite MCP Server
@zerodha
About Kite MCP Server
Zerodha Kite MCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kite": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.kite.trade/sse"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Kite MCP Server?
A Model Context Protocol (MCP) server that provides AI assistants with secure access to the Kite Connect trading API. It enables AI agents to retrieve market data, manage portfolios, and execute trades through a standardized interface.
How to use Kite MCP Server?
Use the hosted version by adding https://mcp.kite.trade/mcp to your MCP client configuration. For self-hosting, clone the repository, create a .env file with your Kite Connect API key and secret, then build and run with Go 1.21 or later. The server supports multiple modes: stdio, HTTP, SSE, and hybrid.
Key features of Kite MCP Server
- Portfolio management: holdings, positions, margins, mutual funds
- Order management: place, modify, cancel, and order history
- Good Till Triggered (GTT) order management
- Market data: real-time quotes, historical data, OHLC
- Automatic pagination for large datasets
- Multiple deployment modes: stdio, HTTP, SSE, hybrid
Use cases of Kite MCP Server
- Allow AI assistants to check your portfolio and account margins.
- Let AI agents place and manage trading orders via natural language.
- Retrieve real-time market quotes and historical price data.
- Manage Good Till Triggered orders with AI assistance.
- Create read-only instances by excluding trade-related tools.
FAQ from Kite MCP Server
How do I get started quickly?
Use the hosted version at https://mcp.kite.trade/mcp — no installation or API keys required.
What are the dependencies for self-hosting?
Go 1.21 or later and valid Kite Connect API credentials (API key and secret).
What server modes are supported?
stdio, HTTP, SSE, and hybrid mode. The hosted version uses hybrid mode, providing both /mcp and /sse endpoints.
Can I restrict trading operations?
Yes, set the EXCLUDED_TOOLS environment variable with a comma-separated list of tool names (e.g., place_order,modify_order,cancel_order).
How does the hosted version handle security?
The hosted version excludes potentially destructive trading operations. For full access, generate your own API keys and run the server locally.
Frequently asked questions
How do I get started quickly?
Use the hosted version at `https://mcp.kite.trade/mcp` — no installation or API keys required.
What are the dependencies for self-hosting?
Go 1.21 or later and valid Kite Connect API credentials (API key and secret).
What server modes are supported?
stdio, HTTP, SSE, and hybrid mode. The hosted version uses hybrid mode, providing both `/mcp` and `/sse` endpoints.
Can I restrict trading operations?
Yes, set the `EXCLUDED_TOOLS` environment variable with a comma-separated list of tool names (e.g., `place_order,modify_order,cancel_order`).
How does the hosted version handle security?
The hosted version excludes potentially destructive trading operations. For full access, generate your own API keys and run the server locally.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments