- Step 1: Deploy the MCP server on Cloudflare following setup instructions.
- Step 2: Configure your Zerodha API credentials in the worker.
- Step 3: Add the MCP server URL in your client application or tool.
- Step 4: Use provided methods like getHoldings(), getPositions(), or getHistoricalData() in your app or scripts.
- Step 5: Authenticate via the login URL generated by getLoginUrl().
- Step 6: After login, handle redirect to obtain request_token and complete authentication.
- Step 7: Use API methods to retrieve or manage trading data as needed.