Servers
trademcp
@advith15
basic MCP server for zerodha trading through claude 3.7 sonnet
Overview
What is trademcp?
—
How to use trademcp?
Install dependencies with bun install and run with bun run index.ts. The project was created with Bun v1.2.12.
Key features of trademcp
—
Use cases of trademcp
—
FAQ from trademcp
What runtime does trademcp require?
Bun (version 1.2.12 or later) is the required JavaScript runtime.
How do I install trademcp’s dependencies?
Run bun install in the project directory.
How do I start trademcp?
Execute bun run index.ts.