DSH Hub

lory69060/cn-intel-mcp-dsh

cn-intel-mcp-dsh

BundleWorkflow1 GitHub stars· updated 2026-08-24

DeepSeek Harness plugin: China hard-tech supply chain intelligence (MCP: signal board / track record / Q&A)

Install

npx @deepseek-ai/dsh plugin --profile web add cn-intel-mcp-dsh

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

cn-intel-mcp-dsh DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/cn-intel-mcp-dsh.svg)](https://dshhub.dev/plugins/cn-intel-mcp-dsh)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from lory69060/cn-intel-mcp-dsh, cleaned of badges and images.

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__*:

ToolWhat it gives the model
read_signal_board33 structured information-gap signals (industry / predicted_on / verify_by / result)
read_earnings_trackerH1 2026 earnings forecast vs actual verification tracker
get_track_recordHistorical hit-rate statistics — the judgment layer, not raw data
ask_edgeNatural-language Q&A over supply-chain information gaps
list_articlesResearch article index (China hard-tech supply chains)
read_articleFull 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.

Related plugins