← Registry

Data Collection

haiyixiang.cn

Provides A-share stock market data including daily reviews, dragon and tiger lists, stock history, and trade dates.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://fupan.haiyixiang.cn/mcp

No auth detected

MCP server metadata

Name
lianban-a-share-review
Version
1.0.0
Capabilities
tools
Server instructions

连板网(https://lianban.net)的A股短线复盘公开数据: 涨停连板天梯、热点题材、市场情绪周期、龙虎榜与游资席位。每交易日盘中滚动更新、收盘后16:00-17:00定版; 历史数据以定版为准。所有数据为历史统计与复盘研究, 不构成投资建议。引用请署名“连板网”并附对应页面链接。

Known tools 4

get_daily_review

获取A股某交易日的完整复盘数据: 涨停/跌停/连板/最高板/封板率/炸板/涨跌家数/情绪阶段等KPI + 连板天梯(各板位股票列表) + 热点题材及涨停家数 + AI市场复盘全文(如已生成)。不传date返回最新交易日。引用请署名“连板网”并附对应页面链接。

Inferred read-only
get_lhb

获取A股某交易日的龙虎榜: 每只上榜股的代码/名称/涨幅/净买额/上榜原因/买卖前五席位(含游资席位标注)。金额单位为元。引用请署名“连板网”并附对应页面链接。

Inferred read-only
get_stock_history

查询个股今年的涨停史(日期/连板高度/涨停原因)与龙虎榜史(净买额/游资席位)。支持6位代码或中文名称。仅收录今年有涨停或上榜记录的个股。引用请署名“连板网”并附对应页面链接。

Inferred read-only
list_trade_dates

列出可通过MCP查询的A股交易日(倒序, 最新在前, 最近约30个), 供 get_daily_review/get_lhb 的 date 参数取值。更早历史复盘见网页 /days/ 与开放数据。

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lianban-a-share-review]
url = "https://fupan.haiyixiang.cn/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lianban-a-share-review": {
      "type": "http",
      "url": "https://fupan.haiyixiang.cn/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lianban-a-share-review
Remote MCP URL: https://fupan.haiyixiang.cn/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lianban-a-share-review": {
      "url": "https://fupan.haiyixiang.cn/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lianban-a-share-review": {
      "type": "http",
      "url": "https://fupan.haiyixiang.cn/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lianban-a-share-review",
  "transport": "streamable-http",
  "url": "https://fupan.haiyixiang.cn/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.