stockbit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STOCKBIT_ACCESS_TOKEN | No | A 24-hour access token for Stockbit (used in access-token-only mode; if not set, the server uses the stored refresh token from `stockbit-auth login`). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| broker_summaryA | Broker summary for an IDX stock: which brokers net-bought/sold on the latest completed session, in lots and IDR value, with foreign/local/govt classification. This is the core bandarmology signal — TradingView has no equivalent. period=LATEST means the previous completed session. |
| quoteA | Real-time quote for an IDX symbol: last price, change, and best bid/offer. Also resolves the symbol's internal company id. |
| top_moversA | Top gainers, losers, or most-active IDX stocks (hotlist). Returns an empty list when the market is closed — that is expected, not an error. |
| trendingB | Trending IDX stocks right now (community-driven). |
| sectorsA | List IDX sectors (id, name). |
| intraday_pricesA | Intraday minutely close-price series for a symbol (the basis for volume/price-move signals). |
| price_performanceA | Multi-timeframe price performance (1D/1W/1M/…): close, high, low, and % change per timeframe. |
| orderbookB | Full order-book depth ladder for a symbol. |
| keystatsC | Key statistics for a company (valuation, size, performance metrics). |
| ratiosD | Financial ratios for a company. |
| financialsB | Financial statements (structured tables; the large HTML report is stripped). data_type/report_type/statement_type are integer selectors matching Stockbit's UI toggles. |
| sentiment_streamA | Recent community posts mentioning a symbol (sentiment/news proxy — not price data). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/INo-xious/stockbit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server