Kite MCP Server
@illustriousj
关于 Kite MCP Server
Zerodha Kite MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"kite": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8081/sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Kite MCP Server?
Kite MCP Server is a Model Context Protocol server that connects Claude Desktop to the Kite Connect API, enabling natural language interactions with Zerodha's trading platform. It provides tools for managing orders, trades, holdings, positions, market data, GTT orders, and mutual fund holdings.
How to use Kite MCP Server?
Configure the server in your claude_desktop_config.json file. For stdio mode, set the command to go run <ABSOLUTE_PATH>/main.go with environment variables KITE_API_KEY and KITE_API_SECRET. For SSE mode, run go run main.go locally or use the hosted endpoint http://mcp.kite.trade/sse via npx mcp-remote.
Key features of Kite MCP Server
- Get user profile and margin details
- Fetch and manage holdings and positions
- Place, modify, and cancel regular orders
- Place, modify, and delete GTT orders
- Retrieve market quotes and historical data
- Get mutual fund holdings
Use cases of Kite MCP Server
- Check portfolio holdings and positions via chat
- Place and manage stock orders without opening the trading app
- Retrieve real-time quotes and historical data for analysis
- Set up or modify GTT (Good Till Triggered) orders
- View mutual fund holdings in your Zerodha account
FAQ from Kite MCP Server
What API does Kite MCP Server integrate with?
It integrates with the Kite Connect API and implements tools for user/account, orders/trades, GTT orders, market data, and mutual fund holdings.
How do I set up authentication?
You need to provide a KITE_API_KEY and KITE_API_SECRET as environment variables in the server configuration.
Can I use a hosted version of the server?
Yes, you can use the hosted SSE endpoint at http://mcp.kite.trade/sse by configuring npx mcp-remote http://mcp.kite.trade/sse in your Claude config.
Are all Kite Connect API methods implemented?
No, only a subset is implemented. The README lists about 15 tools covering profile, margins, holdings, positions, orders, trades, GTT orders, quotes, historical data, and mutual fund holdings. Several methods like order history, mutual fund orders, and instrument lists are not yet implemented.
What runtime does the server require?
The server is written in Go. For stdio mode you need Go installed to run the source directly; for SSE mode you can use the hosted version or run the server yourself with go run main.go.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
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
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论