INDIVIDUAL MCP TOOL
list_trade_dates
列出可通过MCP查询的A股交易日(倒序, 最新在前, 最近约30个), 供 get_daily_review/get_lhb 的 date 参数取值。更早历史复盘见网页 /days/ 与开放数据。
LIVE ENDPOINT
https://lianban.net/mcp
Connect to this endpoint to inspect the live schema for list_trade_dates and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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://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.
Related tools
get_daily_review— 获取A股某交易日的完整复盘数据: 涨停/跌停/连板/最高板/封板率/炸板/涨跌家数/情绪阶段等KPI + 连板天梯(各板位股票列表) + 热点题材及涨停家数 + AI市场复盘全文(如已生成)。不传date返回最新交易日。引用请署名“连板网”并附对应页面链接。get_lhb— 获取A股某交易日的龙虎榜: 每只上榜股的代码/名称/涨幅/净买额/上榜原因/买卖前五席位(含游资席位标注)。金额单位为元。引用请署名“连板网”并附对应页面链接。get_stock_history— 查询个股涨停史与龙虎榜史: 返回历史全量的总量/今年/分年计数(涨停自2020年、龙虎榜自2016年), 逐条明细(日期/连板高度/涨停原因/净买额/游资席位)仅给最近约30个交易日内, 更早的逐日明细见该股网页 /gu/<代码>.