← quantsonar.com

INDIVIDUAL MCP TOOL

trade_calendar

交易日历(默认上交所)(基础信息) Args: start_date: 起始日期 YYYYMMDD end_date: 结束日期 YYYYMMDD exchange: 交易所:SSE 上交所 / SZSE 深交所 is_open: 是否交易日:1 是 / 0 否

quantsonar.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://quantsonar.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for trade_calendar 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

quantsonar.com

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.quantsonar]
url = "https://quantsonar.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quantsonar": {
      "type": "http",
      "url": "https://quantsonar.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quantsonar
Remote MCP URL: https://quantsonar.com/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": {
    "quantsonar": {
      "url": "https://quantsonar.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quantsonar": {
      "type": "http",
      "url": "https://quantsonar.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quantsonar",
  "transport": "streamable-http",
  "url": "https://quantsonar.com/mcp"
}
MCP Inspector

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

Related tools

  • daily — 日线行情(OHLC)(行情数据) Args: symbol: 证券代码(带后缀),如 000001.
  • fundamentals — 每日指标(PE/PB/换手率/市值)(行情数据) 需要 Starter 及以上套餐(低档位调用返回 403)。 Args: symbol: 证券代码(带后缀),如 000001.
  • adj_factor — 复权因子(行情数据) 需要 Starter 及以上套餐(低档位调用返回 403)。 Args: symbol: 证券代码(带后缀),如 000001.
  • technical_factors — 技术面因子(行情数据) 需要 PRO 及以上套餐(低档位调用返回 403)。 Args: symbol: 证券代码(带后缀),如 000001.
  • technical_factors_pro — 技术面因子(专业版,含复权价+技术指标)(行情数据) 需要 Expert 及以上套餐(低档位调用返回 403)。 Args: symbol: 证券代码(带后缀),如 000001.
  • margin — 融资融券明细(行情数据) 需要 PRO 及以上套餐(低档位调用返回 403)。 Args: symbol: 证券代码(带后缀),如 000001.
  • block_trade — 大宗交易(行情数据) 需要 PRO 及以上套餐(低档位调用返回 403)。 Args: symbol: 证券代码(带后缀),如 000001.
  • top_list — 龙虎榜(个股)(行情数据) 需要 PRO 及以上套餐(低档位调用返回 403)。 Args: symbol: 证券代码(带后缀),如 000001.