MCP Stock Assistant
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-stock-infoB | 获取单个股票的实时当前信息,包括当前价格、涨跌幅、成交量等实时数据 |
| get-stock-historyB | 获取单个股票的历史数据、过去价格、K线数据,支持日K、周K、月K线,用于分析股票过去的表现 |
| get-market-indexB | 获取大盘指数概览信息,包括上证指数和深证成指等主要指数的实时数据 |
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 has a clearly distinct purpose: get-market-index focuses on market indices, get-stock-history retrieves historical data for individual stocks, and get-stock-info provides real-time information for individual stocks. There is no overlap in functionality, making it easy for an agent to select the appropriate tool.
All tool names follow a consistent verb_noun pattern with hyphens (e.g., get-market-index, get-stock-history, get-stock-info). The naming is uniform and predictable, using the same verb 'get' followed by a descriptive noun phrase.
With only 3 tools, the server feels thin for a stock assistant domain. While the tools cover basic data retrieval (indices, historical data, real-time info), it lacks operations for analysis, trading, or portfolio management, which are common in stock-related tools. The count is borderline but reasonable for a minimal setup.
The tool surface is significantly incomplete for a stock assistant. It only provides read-only data retrieval (get operations) with no ability to create, update, or delete (e.g., no tools for setting alerts, managing watchlists, or executing trades). This will cause agent failures when trying to perform common stock-related tasks beyond basic queries.