# cn-intel MCP · 示例 Prompt 包（英文信标）

5 个典型用例，每个 prompt 明确指定期望调用的工具名。

---

## Case 1 — Supply Chain Compliance Check

**期望调用工具：** `mcp__cn_intel__ask_edge`

```
A U.S. customs auditor is reviewing our sourcing report for a solid-state battery cell supplier.
Please call mcp__cn_intel__ask_edge with question="固态电池供应链合规风险有哪些" and limit=5.
Identify any signals that mention compliance, export control, or sanctions risk, and flag them.
```

---

## Case 2 — Signal Board Query

**期望调用工具：** `mcp__cn_intel__read_signal_board`

```
Pull all signals from the signal board for the "存储/半导体" industry where the result is "已兑现".
Call mcp__cn_intel__read_signal_board with industry="存储/半导体" and result="已兑现".
Return a table: signal → predicted_on → verify_event → result → basis.
```

---

## Case 3 — Track Record Validation

**期望调用工具：** `mcp__cn_intel__get_track_record`

```
Validate the hit rate of our prediction track record across all industries.
Call mcp__cn_intel__get_track_record with industry="" (all) and include_signals=true.
Report: total signals, hit rate (hit/verified), and per-industry breakdown.
Highlight any sector with hit rate below 50%.
```

---

## Case 4 — Earnings Tracker Cross-Reference

**期望调用工具：** `mcp__cn_intel__read_earnings_tracker`

```
Cross-reference our signal board predictions against actual mid-year earnings disclosures.
Call mcp__cn_intel__read_earnings_tracker with industry="储能/电池" and status="验证".
For each company, note whether the actual earnings matched our signal prediction.
```

---

## Case 5 — Deep-Dive Article Research

**期望调用工具：** `mcp__cn_intel__list_articles` → `mcp__cn_intel__read_article`

```
Research the storage/semiconductor sector for an investment memo.
Step 1: Call mcp__cn_intel__list_articles with topic="存储" to find relevant articles.
Step 2: From the results, pick the article with the most relevant title and call
        mcp__cn_intel__read_article with that title.
Step 3: Summarize the article's key theses and information gaps identified.
```

---

## Case 6 — Earnings Tracker

**期望调用工具：** `mcp__cn_intel__read_earnings_tracker`

```
Call mcp__cn_intel__read_earnings_tracker and list companies whose actual H1 2026
earnings missed the forecast. Summarize which supply-chain signals were validated
and which were not.
```

## Case 7 — Track Record (trust check)

**期望调用工具：** `mcp__cn_intel__get_track_record`

```
Before citing any signal from the board, call mcp__cn_intel__get_track_record to
check the historical hit rate. Only cite signals from a category whose track
record is above 50%, and note the hit rate in your answer.
```
