MCP.so
Sign In

trademcp

@advith15

About trademcp

basic MCP server for zerodha trading through claude 3.7 sonnet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

advith15

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "traderMCP": {
      "command": "bun",
      "args": [
        "run",
        "index.ts"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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.

Comments

More Other MCP servers