Home › Other › Stockbit MCP

Stockbit MCP

Indonesian exchange (IDX) via your own Stockbit account: quotes, bandarmology, charts. Unofficial.

TypeScript
★ 44 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.1)

npx -y stockbit-mcp@1.3.1

Or add to your MCP client config:

{
  "mcpServers": {
    "stockbit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockbit-mcp@1.3.1"
      ],
      "env": {
        "STOCKBIT_TOOLS": "<YOUR_VALUE>",
        "STOCKBIT_TRADING": "<YOUR_VALUE>",
        "STOCKBIT_NO_BROWSER": "<YOUR_VALUE>",
        "STOCKBIT_STORE_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • STOCKBIT_TOOLS — core (the default) | all | a comma-separated list of families or tool names
  • STOCKBIT_TRADING — off or paper. It can only lower the trading mode, never raise it; turning trading on is done at a terminal.
  • STOCKBIT_NO_BROWSER — 1 = never open a browser window
  • STOCKBIT_STORE_DIR — Where the token store, settings, alerts, charts and the paper ledger live. Defaults to ~/.stockbit.

Related servers

Data from the Official MCP Registry