← quantsonar.com

INDIVIDUAL MCP TOOL

northbound_holdings

北向持股明细(资金流向) 披露节奏说明:港交所自 2024 年 8 月起不再每日披露北向持股明细,本接口数据为港交所定期披露口径(低频),历史每日数据完整保留。查询建议不带日期或用较宽日期范围。 需要 PRO 及以上套餐(低档位调用返回 403)。 Args: symbol: 证券代码(带后缀),如 000001.

quantsonar.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://quantsonar.com/mcp

No auth detected

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