Skip to main content
Glama
stockmcp

Stock Data MCP Server

by stockmcp

美股技术指标

stock_tech_indicators_us

Retrieve US stock technical indicators including SMA, EMA, RSI, MACD, and Bollinger Bands. Specify symbol, indicator type, interval, period, and limit for customized analysis.

Instructions

获取美股技术分析指标数据,如SMA、EMA、RSI、MACD、布林带等。需要配置 ALPHA_VANTAGE_API_KEY 环境变量。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes美股代码,如: AAPL, MSFT, GOOGL
indicatorNo指标类型: SMA(简单移动平均), EMA(指数移动平均), RSI(相对强弱), MACD(指数平滑移动平均), BBANDS(布林带), STOCH(随机指标), ADX(趋向指标), ATR(真实波幅)RSI
intervalNo时间间隔: daily(日), weekly(周), monthly(月)daily
time_periodNo计算周期,如RSI常用14,SMA常用20
limitNo返回数量限制
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description bears full responsibility. It only reveals the API key prerequisite. No disclosure of read-only nature, rate limits, data freshness, or error behavior. For a data retrieval tool, more transparency is needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise—one sentence for purpose plus one for prerequisite. Information is front-loaded. Could be slightly more structured (e.g., separate lines for purpose and requirements), but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, 100% schema coverage, no output schema, and no annotations, the description covers basic purpose and a prerequisite but lacks details on return format, errors, or usage context. Adequate but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds the API key requirement, which is not in the schema, but does not elaborate on parameter usage beyond listing examples. Minimal added value over schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches technical analysis indicators for US stocks, listing examples (SMA, EMA, RSI, MACD, BBANDS). It is distinct from sibling tools like 'stock_indicators' (non-US) and price tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for US stock technical analysis but does not explicitly state when to use this tool vs alternatives, nor when not to use it. The API key requirement is mentioned but no comparative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/stockmcp/stock-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server