Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | |
MCP_SERVER_HOST | No | Host for the MCP server | localhost |
MCP_SERVER_PORT | No | Port for the MCP server | 3001 |
ZERODHA_API_KEY | Yes | Your Zerodha API key | |
DEFAULT_QUANTITY | No | Default quantity for trading orders | 1 |
ZERODHA_BASE_URL | No | Zerodha API base URL | https://api.kite.trade |
DEFAULT_ORDER_TYPE | No | Default order type for trading | MIS |
ZERODHA_API_SECRET | Yes | Your Zerodha API secret | |
DEFAULT_PRODUCT_TYPE | No | Default product type for trading | INTRADAY |
ZERODHA_ACCESS_TOKEN | Yes | Your Zerodha access token (obtained after authentication) | |
ZERODHA_REDIRECT_URI | No | Redirect URI for OAuth authentication | http://localhost:3000/callback |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |