-
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
Zerodha Kite Connect API와 상호 작용하는 MCP(멀티 클라우드 공급자) 서버 역할을 하는 Cloudflare Worker입니다. 다양한 Zerodha 거래 기능에 대한 RESTful API 인터페이스를 제공합니다.
wrangler.jsonc
파일에서 Zerodha API 자격 증명을 구성하세요.ZERODHA_API_KEY
및 ZERODHA_API_SECRET
값을 업데이트합니다.wrangler.jsonc
파일을 KV 네임스페이스 ID로 업데이트합니다.GET /api/login
- Zerodha 로그인 페이지로 리디렉션POST /api/session
- 요청 토큰을 액세스 토큰으로 교환GET /api/profile
- 사용자 프로필 가져오기GET /api/margins
- 사용자 여백 가져오기GET /api/holdings
- 사용자 보유 자산 가져오기GET /api/orders
- 사용자 주문 가져오기POST /api/orders
- 새로운 주문하기GET /api/positions
- 사용자 위치 가져오기GET /api/instruments?exchange=NSE
- 특정 거래소의 악기 가져오기/api/login
으로 리디렉션합니다.request_token
과 함께 등록된 리디렉션 URL로 리디렉션합니다.request_token
사용하여 /api/session
에 POST 요청을 보내 액세스 토큰을 얻습니다.로컬에서 작업자를 실행하려면:
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Zerodha 거래 기능에 RESTful API 인터페이스를 제공하는 Cloudflare Worker로, 사용자가 인증하고, 프로필 정보에 액세스하고, 주문을 관리하고, 보유 자산과 포지션을 볼 수 있도록 합니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/manucr619/zerodha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server