Skip to main content
Glama
chandantherefore

Kite MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

List all available Kite accounts configured in the system. Returns account IDs and display names. Use this to show available accounts to the user.

loginA

Login to Kite API for a specific account. 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.

generate_sessionB

Generate session using request token. After user authorizes, call this with the request_token from the redirect URL to complete authentication.

get_profileB

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_marginsD

Get margins

place_orderC

Place an order

modify_orderC

Modify an existing order

cancel_orderC

Cancel an existing order

get_ordersC

Get all orders. Supports pagination for large datasets.

get_order_historyC

Get order history for a specific order

get_order_tradesC

Get trades for a specific order

get_tradesB

Get trading history. Supports pagination for large datasets.

get_positionsC

Get current positions. Supports pagination for large datasets.

get_holdingsA

Get holdings for the current user. Supports pagination for large datasets.

get_mf_holdingsB

Get all mutual fund holdings. Supports pagination for large datasets.

search_instrumentsC

Search instruments. Supports pagination for large result sets.

get_quotesB

Get market data quotes for a list of instruments

get_ohlcC

Get OHLC (Open, High, Low, Close) data for a list of instruments

get_ltpC

Get latest trading prices for a list of instruments

get_historical_dataC

Get historical price data for an instrument

place_gtt_orderC

Place a GTT (Good Till Triggered) order

modify_gtt_orderC

Modify an existing GTT (Good Till Triggered) order

delete_gtt_orderC

Delete an existing GTT (Good Till Triggered) order

get_gttsA

Get all active GTT orders. Supports pagination for large datasets.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chandantherefore/kite-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server