← twmarketdata.com

INDIVIDUAL MCP TOOL

positioning_read

籌碼結構:法人分項、融資融券、借券使用率、大戶集中度、董監質押。 ★ 事實整理,不是投資建議、不是預測、不是目標價。輸出帶 `does_not_prove`。 ★ POINT-IN-TIME:`as_of` 逐資料集尊重揭露時差;不給就用「現在可知的最新」。 ★ 看不到的在 `cannot_see`,並分「查了沒有 / 查詢失敗 / 散佈權未取得」。 ⚠️ 逐券商分點進出**永遠**在 cannot_see —— 散佈權未取得,不要替它估算。 ★ PRECONDITIONS:自己取數,rows 不需要先用 `query_dataset` 備好;requires 一個 已識別的 session。方案沒涵蓋的資料集以 not_licensed 進 cannot_see,不整支失敗。 ★ Args:`ticker`(代號,例如 "2330")、`as_of`(選填的知識時間界線)。 ★ Returns:一個信封,`concerns`/`observations` 各帶觸發它的數字與驗證連結, 缺的東西 listed in `cannot_see`。 ★ SIDE EFFECTS:read-only,does not 寫入任何資料表。

twmarketdata.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.twmarketdata.com/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "tw-market-data": {
      "type": "http",
      "url": "https://mcp.twmarketdata.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tw-market-data": {
      "type": "http",
      "url": "https://mcp.twmarketdata.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tw-market-data",
  "transport": "streamable-http",
  "url": "https://mcp.twmarketdata.com/mcp"
}
MCP Inspector

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

Related tools

  • list_datasets — List available Taiwan-market datasets (discovery entry point).
  • describe_dataset — FULL semantics of one dataset: grain (what a row is), field meanings+units, ★TIME-CORRECTNESS rules (knowledge_time_field / point_in_time_safe — read before backtesting), relations for cross-table reasoning, agent_hints (when to use), quant_use (which factors).
  • query_dataset — Query rows with built-in look-ahead protection.
  • find_related — Traverse the knowledge graph for cross-table / supply-chain reasoning.
  • search_filings — Semantic search over MOPS filings, financial-statement notes and company news.
  • explain_provenance — Where did this number come from, and when could anyone have known it?
  • get_inclusion_proof — Prove a row was in the snapshot TWMD published — and check it yourself.
  • cite_this — Produce a bibliographic citation for TWMD data — APA, BibTeX, and a re-verifiable token.