Skip to main content
Glama
RedSamerai

a-stock-mcp

by RedSamerai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
a_stock_screenerB

A股选股筛选器,支持多条件组合筛选。

scan_limit_up_stocksA

扫描今日涨停股列表(涨跌幅 >= 9.9%)。

Returns

dict {"count": int, "results": [...], "error": str | None}

scan_limit_down_stocksA

扫描今日跌停股列表(涨跌幅 <= -9.9%)。

Returns

dict {"count": int, "results": [...], "error": str | None}

north_flow_trackerB

北向资金追踪:近期净流入趋势 + 持股 Top N。

dragon_tiger_analyzerC

龙虎榜分析:查询指定日期的上榜个股明细。

margin_analysisA

融资融券分析:市场汇总或个股明细。

sector_analyzerB

行业板块涨跌幅排序。

sector_flow_trackerC

行业板块历史走势追踪。

technical_indicatorC

技术指标分析:MACD / KDJ / RSI。

ipo_analyzerA

新股申购分析:当前可申购新股列表。

Returns

dict { "count": int, "list": [{"symbol", "name", "subscribe_code", "issue_price", "subscribe_date", "exchange", "board"}, ...], "error": str | None, }

limit_statsA

涨跌停统计:当日涨停/跌停股数量及幅度范围。

Returns

dict { "limit_up_count": int, "limit_up_min_pct": float, "limit_up_max_pct": float, "limit_down_count": int, "limit_down_min_pct": float, "limit_down_max_pct": float, "total_traded": int, "error": str | None, }

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 11 tools

Disambiguation4/5

Most tools target distinct areas: limit-up/down scanners list individual stocks while limit_stats provides aggregate counts, and sector_analyzer vs sector_flow_tracker differ in current ranking vs historical trends. The only mild ambiguity is between scan_limit_up_stocks and limit_stats, but their outputs are clearly different.

Naming Consistency3/5

The set mostly follows a noun_suffix pattern (technical_indicator, margin_analysis, sector_analyzer, ipo_analyzer), but scan_limit_up_stocks and scan_limit_down_stocks use a verb-first pattern and a_stock_screener is noun-only without a consistent suffix. This mix is readable but not fully consistent.

Tool Count5/5

With 11 tools, the server covers a broad range of A-share market analysis workflows without feeling bloated. Each tool contributes a distinct analytical capability, and the count is well within the ideal range for a domain-focused server.

Completeness4/5

The tool surface covers major A-share workflows: limit-up/down scanning, capital flows, sector analysis, technical indicators, margin data, dragon-tiger lists, IPO analysis, and a screener. Minor gaps exist such as no direct individual stock quote or historical K-line tool, but the set is reasonably complete for its apparent analytical focus.

Maintenance

ActivityMaintained
ResponsivenessNo issues