설치
npx -y @deepseek-ai/dsh plugin --profile web add github:StockMCP-net/dsh-stockmcp이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
dsh-stockmcp
Stock market intelligence for DeepSeek Harness (DSH) — quotes, financial statements, SEC filings, earnings and economic data, dynamically synced from the stockmcp.net remote MCP server as model tools.
The tool list and parameter schemas are never frozen: they are re-synced at activation, every 10 minutes, and on demand whenever a call reports an unknown tool.
Features
- 📈 Real-time quotes & price history, biggest gainers / losers / most actives
- 📊 Income statements, balance sheets, cash flow, dividends, splits
- 🗂️ SEC filings (list / sections / insider trades), company news
- 🌍 Economic indicators, treasury rates, sector & industry snapshots
- ⚙️ Hot-reloaded API key: settings page,
settings.yaml, or environment variable - 🌐 Multilingual UI (中文 / English): the settings page, tool descriptions and errors follow the DSH language environment automatically — browser language, the Settings → Language preference, then the process locale
- 🧩 Zero dependencies — pure ESM, no build step
Requirements
- DeepSeek Harness (
dshCLI) with awebprofile - Node.js >= 20
Install (one command)
dsh plugin --profile web add dsh-stockmcp
or use the one-key installer (it handles pnpm 11 quirks like the 24-hour minimum release age for brand-new versions):
bash <(curl -fsSL https://raw.githubusercontent.com/StockMCP-net/dsh-stockmcp/main/scripts/install.sh)
Restart your web profile (pm2 restart dsh-web or restart the dsh web process) and the stock tools appear in your model's toolset.
Migrating from the old manual mount? Remove any
./node_modules/StockMCP/...insert from your profile'scordis.patch.ymlbefore restarting, to avoid double-mounting.
API key
Tool calls require an API key from stockmcp.net. Configure it any of three ways:
- Settings page — DSH web → Settings → StockMCP (writes to
~/.dsh/settings.yaml, hot-reloaded) - Config file — add
stockmcp: { apiKey: ... }to~/.dsh/settings.yaml(hot-reloaded) - Environment variable —
STOCKMCP_API_KEY
Without a key the plugin stays up, but tool calls return a clear configuration error.
How it works
The host plugin wraps the stockmcp.net MCP server (JSON-RPC 2.0 over HTTPS) as model tools and exposes same-origin /stockmcp-api routes for the settings page (lib/client.js).
Development & publishing
pnpm pack --dry-run # inspect what would be published
pnpm publish # publish to npm (run pnpm login first)
License
MIT
저장소 정보
- 언어
- JavaScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 17. AM 11:13
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.