-
securityA
license-
qualityA lightweight MCP server that interacts with the Neon REST API, deployable on Cloudflare Workers for streamlined database management and integration.
Last updated -
5
TypeScript
MIT License
This is a Cloudflare Worker that serves as an MCP (Multi-Cloud Provider) server for interacting with the Zerodha Kite Connect API. It provides a RESTful API interface to various Zerodha trading functionalities.
wrangler.jsonc
file:ZERODHA_API_KEY
and ZERODHA_API_SECRET
valueswrangler.jsonc
file with the KV namespace IDGET /api/login
- Redirects to Zerodha login pagePOST /api/session
- Exchange request token for access tokenGET /api/profile
- Get user profileGET /api/margins
- Get user marginsGET /api/holdings
- Get user holdingsGET /api/orders
- Get user ordersPOST /api/orders
- Place a new orderGET /api/positions
- Get user positionsGET /api/instruments?exchange=NSE
- Get instruments for a specific exchange/api/login
request_token
/api/session
with the request_token
to obtain an access tokenTo run the worker locally:
MIT
This server cannot be installed
A Cloudflare Worker that provides a RESTful API interface to Zerodha trading functionalities, enabling users to authenticate, access profile information, manage orders, and view holdings and positions.