MCP.so
ログイン

trademcp

@advith15

trademcp について

basic MCP server for zerodha trading through claude 3.7 sonnet

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

advith15

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ