DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Cn Intel Mcp Dsh — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

cn-intel-mcp-dsh

Cn Intel Mcp Dsh

China hard-tech supply chain intelligence for DeepSeek Harness: signal board, earnings tracker, track record, Q&A via cn-intel MCP

The plugin will be installed here. Keep web if you are unsure.

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

Compatibility and provenance

Cn Intel Mcp Dsh is published as cn-intel-mcp-dsh and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
8/24/2026

Versions

0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
7.6 kB
Files
5
Surface
any
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
0
Last push
8/24/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

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

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.