Stockbit Mcp
Indonesian exchange (IDX) via your own Stockbit account: quotes, bandarmology, charts. Unofficial.
- Transport
- Not stated
- Package
- —
- Registry id
- io.github.INo-xious/stockbit-mcp
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
Bring Claude to your IDX trading desk.
Accepting donations: Saweria Link
Bandarmology, quotes, orderbook, fundamentals, your watchlists and portfolio — and, only if you switch it on, confirm-gated order entry — through your own Stockbit account, from Claude Desktop, Claude Code, Cursor or any MCP client.
English | Bahasa Indonesia
Warning
Unofficial and unaffiliated. This project is not affiliated with, endorsed by or supported by Stockbit, PT Stockbit Sekuritas Digital or the Indonesia Stock Exchange. Nothing it produces is investment advice, and the author is not a licensed adviser.
Important
What you need. A Stockbit account you log into yourself with a username and password — Google
and Facebook sign-in are broken on Stockbit's own site. Node.js 22 or newer. A Chromium-family
browser (Chrome, Edge, Brave, Vivaldi) for the one-time login. broker_distribution additionally
needs a Rp 10,000,000 balance, which is Stockbit's gate, not this project's.
Note
Your data stays with you. This runs on your machine, talks only to Stockbit's own API hosts with your own session, and keeps the refresh token in the macOS Keychain (an encrypted file elsewhere). Nothing is sent to the author. The only channels that leave your machine are the alert webhook and Telegram bot you configure yourself.
Caution
Undocumented API; trading off by default. This uses the private JSON API behind Stockbit's own
apps, which can change without notice. Automated access may conflict with Stockbit's Terms of Use
— use it at your own risk, on your own account. Nothing here can place an order until you run
stockbit-auth trading-enable yourself, at a terminal.
Broker-to-broker flow, rendered by the server. Synthetic data.
How it works (and why it is safe to run)
It is an HTTP client, not a bot. Every number it reports comes from a JSON endpoint in a closed route table — no headless browser scraping pages, no reading data off Stockbit's UI, no polling loop you did not start.
From the project's README.