Zerodha Trading Bot - MCP Server
by ssonthal
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 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/ssonthal/ZerodhaTradingBot-MCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server