Analytics
lianban.net
Provides comprehensive A-share market data, including daily reviews, dragon-tiger lists, and historical limit-up information.
ENDPOINT 1
https://lianban.net/mcp
MCP server metadata
- Name
- lianban-a-share-review
- Version
- 1.0.0
连板网(https://lianban.net)的A股短线复盘公开数据: 涨停连板天梯、热点题材、市场情绪周期、龙虎榜与游资席位。每交易日盘中滚动更新、收盘后16:00-17:00定版; 历史数据以定版为准。所有数据为历史统计与复盘研究, 不构成投资建议。引用请署名“连板网”并附对应页面链接。
Known tools 4
get_daily_review获取A股某交易日的完整复盘数据: 涨停/跌停/连板/最高板/封板率/炸板/涨跌家数/情绪阶段等KPI + 连板天梯(各板位股票列表) + 热点题材及涨停家数 + AI市场复盘全文(如已生成)。不传date返回最新交易日。引用请署名“连板网”并附对应页面链接。
Inferred read-onlyget_lhb获取A股某交易日的龙虎榜: 每只上榜股的代码/名称/涨幅/净买额/上榜原因/买卖前五席位(含游资席位标注)。金额单位为元。引用请署名“连板网”并附对应页面链接。
Inferred read-onlyget_stock_history查询个股涨停史与龙虎榜史: 返回历史全量的总量/今年/分年计数(涨停自2020年、龙虎榜自2016年), 逐条明细(日期/连板高度/涨停原因/净买额/游资席位)仅给最近约30个交易日内, 更早的逐日明细见该股网页 /gu/<代码>.
Inferred read-onlylist_trade_dates列出可通过MCP查询的A股交易日(倒序, 最新在前, 最近约30个), 供 get_daily_review/get_lhb 的 date 参数取值。更早历史复盘见网页 /days/ 与开放数据。
Inferred read-onlyCONNECT 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://lianban.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lianban-a-share-review": {
"type": "http",
"url": "https://lianban.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lianban-a-share-review
Remote MCP URL: https://lianban.net/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://lianban.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lianban-a-share-review": {
"type": "http",
"url": "https://lianban.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lianban-a-share-review",
"transport": "streamable-http",
"url": "https://lianban.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for lianban.net was fetched 2026-08-11T05:43:35.845Z.
lianban.net is assessed as RestrictedContent: Domain runs technology categorized as adult content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.