zerodha/kite-mcp-server
If you are the rightful owner of kite-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Kite MCP Server is a model context protocol server designed to integrate with the Kite Connect API, providing a structured way to manage and execute financial operations.
Tools
Functions exposed to the LLM to take actions
cancel_order
Cancel an existing order
delete_gtt_order
Delete an existing GTT (Good Till Triggered) order
get_gtts
Get all active GTT orders. Supports pagination for large datasets.
get_historical_data
Get historical price data for an instrument
get_holdings
Get holdings for the current user. Supports pagination for large datasets.
get_ltp
Get latest trading prices for a list of instruments
get_margins
Get margins
get_mf_holdings
Get all mutual fund holdings. Supports pagination for large datasets.
get_ohlc
Get OHLC (Open, High, Low, Close) data for a list of instruments
get_order_history
Get order history for a specific order
get_order_trades
Get trades for a specific order
get_orders
Get all orders. Supports pagination for large datasets.
get_positions
Get current positions. Supports pagination for large datasets.
get_profile
Retrieve the user's profile information, including user ID, name, email, and account details like products orders, and exchanges available to the user. Use this to get basic user details.
get_quotes
Get market data quotes for a list of instruments
get_trades
Get trading history. Supports pagination for large datasets.
login
Login to Kite API. This tool helps you log in to the Kite API. If you are starting off a new conversation call this tool before hand. Call this if you get a session error. Returns a link that the user should click to authorize access, present as markdown if your client supports so that they can click it easily when rendered.
modify_gtt_order
Modify an existing GTT (Good Till Triggered) order
modify_order
Modify an existing order
place_gtt_order
Place a GTT (Good Till Triggered) order
search_instruments
Search instruments. Supports pagination for large result sets.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client