Stockflow MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Set to 'development' for more verbose logging | production |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stock_data_v2A | Get comprehensive stock data including financials, analyst ratings, and calendar events |
| get_historical_data_v2B | Get historical price data with technical indicators |
| get_options_chain_v2B | Get options chain data with advanced greeks and analysis |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool serves a clearly distinct purpose: comprehensive stock data, historical prices with technical indicators, and options chains. There is no overlap or ambiguity between them.
All tool names follow a consistent pattern: get_<data_type>_v2 with snake_case and a unified version suffix. The naming is predictable and easy to navigate.
With 3 tools, the server is on the lower end of the typical range, but each tool is broad enough (covering financials, historical data, and options) to feel appropriately scoped. A slightly larger set could be justified, but this is not a serious issue.
The tool set covers the core data needs for stock analysis: current/fundamental data, historical trends, and options. Missing features like symbol search or news are notable but not critical for the apparent purpose, as the existing tools are comprehensive within their domains.