INDIVIDUAL MCP TOOL
company_health_check
一檔股票的誠實體檢:成長、獲利品質、估值、籌碼、紅旗,每個數字可驗證。 ★ 這是**事實整理**,不是投資建議、不是預測、不是目標價。輸出帶 `does_not_prove`,轉述時請一併保留。 ★ POINT-IN-TIME:`as_of` 逐資料集尊重揭露時差 —— 月營收用法定截止日推得的 估計時點,財報用出表日,估值是當日。不給 `as_of` 就用「現在可知的最新」, **不是今天**。 ★ 沒看到的東西會列在 `cannot_see`,並說明是「查了沒有」「查詢失敗」還是 「散佈權未取得」—— 三者不同。⚠️ 不要替 `cannot_see` 裡的項目估算或補值。 ★ `checked_and_clear` 是「查過而且確認沒有」(例如近一年無裁罰), 和 `cannot_see` 的「不知道」是兩回事。 ★ 代號解析不到會回 `needs_disambiguation` 附候選 —— 請回問使用者,不要挑一個。 ★ PRECONDITIONS:這支工具**自己**去拿九個資料集,所以 rows 不需要先用 `query_dataset` 取好。它 requires 的是身分:呼叫端 must be 一個已識別的 session(X-API-Key 或已驗證的 OAuth 登入),因為體檢會寫進呼叫者的工作區 脈絡。方案沒有涵蓋某個資料集時,那一項會以 `not_licensed` 出現在 `cannot_see`,而不是讓整支工具失敗 —— 所以不需要 entitlement 先檢查。 ★ SIDE EFFECTS:read-only。does not 寫入任何資料表,不建立警示、不下單。
LIVE ENDPOINT
https://mcp.twmarketdata.com/mcp
Connect to this endpoint to inspect the live schema for company_health_check and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.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.