Plugin directory / Developer / cn-intel-mcp-dsh
cn-intel-mcp-dsh
Unverified lory69060
What it does
DeepSeek Harness plugin: China hard-tech supply chain intelligence (MCP: signal board / track record / Q&A)
Unverified — not yet verified
DeepSeek Harness plugin: China hard-tech supply chain intelligence (MCP: signal board / track record / Q&A) Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
cn-intel-mcp-dsh
China hard-tech supply chain intelligence plugin for DeepSeek Harness.
Connects DSH to the cn-intel MCP server (Streamable HTTP) and exposes 6 tools under mcp__cn_intel__*:
| Tool | What it gives the model |
|---|---|
read_signal_board |
33 structured information-gap signals (industry / predicted_on / verify_by / result) |
read_earnings_tracker |
H1 2026 earnings forecast vs actual verification tracker |
get_track_record |
Historical hit-rate statistics — the judgment layer, not raw data |
ask_edge |
Natural-language Q&A over supply-chain information gaps |
list_articles |
Research article index (China hard-tech supply chains) |
read_article |
Full article text for citation-grounded analysis |
Install
dsh plugin --profile web add cn-intel-mcp-dsh
# or from the Plugin Market: search "cn-intel"
Then set the token:
export CN_INTEL_MCP_TOKEN="<your-token>"
Trial token (shared, rate-limited to 200 req/day):
export CN_INTEL_MCP_TOKEN="cninte…ad3c"
Request a dedicated free token or Pro tier by opening an issue in this repo.
Verify
In the DSH tools panel you should see:
mcp__cn_intel__read_signal_board
mcp__cn_intel__read_earnings_tracker
mcp__cn_intel__get_track_record
mcp__cn_intel__ask_edge
mcp__cn_intel__list_articles
mcp__cn_intel__read_article
Example prompts
See examples/prompts.md for 5 ready-to-use prompts (compliance query, signal board, track record, earnings tracker, article reading).
How it works
The plugin is a thin dsh-mcp-client bridge to the remote cn-intel MCP endpoint (https://cn-intel-mcp.lory69060.workers.dev/mcp). Data lives on GitHub Pages (GEO-optimized); the Worker is stateless with 300s caching.
License
MIT
FAQ
Q: Do I need a DeepSeek API key for this plugin? A: Yes, DSH itself needs a model provider. The plugin only adds supply-chain data tools on top.
Q: Is the data free? A: The trial token gives 200 requests/day shared. Dedicated free tokens and a Pro tier are available on request via GitHub issues.
Q: What data sources back the signals? A: Public disclosures (earnings reports, exchange announcements) via akshare, cross-checked and timestamped. The track-record tool exposes historical hit rates so you can judge reliability yourself.
Q: Can I self-host? A: The data is public on GitHub Pages; the MCP endpoint is a thin proxy. See docs/architecture.md.
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install cn-intel-mcp-dsh for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:lory69060/cn-intel-mcp-dsh Headless (CLI) profile:
dsh plugin --profile headless add github:lory69060/cn-intel-mcp-dsh Test report
Not yet L3-verified — see failure note below if we already ran it.