kundanyadav/kiteMCPServer
3.1
If you are the rightful owner of kiteMCPServer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The kiteMCP Server is a secure Model Context Protocol server that interfaces with the Kite Connect API to provide trading tools and resources for LLM/agent use.
Tools
3
Resources
0
Prompts
0
kiteMCP Server
Overview
This directory contains the MCP (Model Context Protocol) server that securely connects to the Kite Connect API and exposes safe trading tools, prompts, and resources for LLM/agent use.
Files
mcp_server.py- Main MCP server implementationtools.py- Trading tools exposed to the agent/LLMprompts.py- Structured prompt templatesresources.py- Market data and trading knowledge resourcesrequirements.txt- Python dependenciesREADME.md- This file
Quick Start
cd MCPServer
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python mcp_server.py
Features
- Secure authentication with Kite Connect API
- Tools for portfolio analysis, market indicators, option chains
- Structured prompts for LLM guidance
- Market data and trading knowledge resources
- No secrets exposed to agent/LLM
Security
- API keys and tokens handled only at server startup
- Only safe, post-authenticated tools exposed
- Single-user, single-session design