AI Agent Hub
Back to plugins
🖥️

dsh-cn-fixedincome-mcp

Client Updated 2026.08.29

Run the following command in DeepSeek Harness:

dsh plugin install helibeiqi/dsh-cn-fixedincome-mcp

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install helibeiqi/dsh-cn-fixedincome-mcp in DeepSeek Harness to install this plugin, available at https://github.com/helibeiqi/dsh-cn-fixedincome-mcp .

About this plugin

Convertible-bond and fixed-income research often stalls on a mundane step: hand-computing clause-derived indicators such as conversion value, premium ratio, debt-floor value, YTM, and duration from raw term sheets, usually tethered to real-time market APIs and a wall of dependencies. dsh-cn-fixedincome-mcp turns that step into a zero-dependency, offline-first Node ESM MCP stdio server. Feed it a bond terms set and it returns a full set of research-ready metrics instantly, with no API key and no network required.\n\nIt spans two tracks. For convertible bonds it computes conversion value and ratio, conversion premium, pure-bond (debt-floor) value via discounted cash flows, yield-to-maturity solved by Newton's method, the combined low-low screening metric, and clause-trigger detection for downward revision, mandatory redemption, and put-back rights. For plain-vanilla bonds it delivers duration, convexity, DV01, and a customisable cash-flow timetable. Six tools are split by responsibility, from single-bond instant analytics to multi-bond screening sorted by low-low ascending, and the engine is not locked to any seed file: pass in any set of terms and it computes on the fly.\n\nIt is well suited to individual quant researchers, small fixed-income research teams, and developers who want deterministic bond-metric computation embedded in a local workflow without cloud dependency. The plugin deliberately positions itself as an analysis-and-computation layer, distinguishing itself from strategy-layer counterparts that rely on real-time feeds, and emphasises flexible term input plus offline usability as a reliable computational foundation in a quant research pipeline.

Use Cases

  • Input a convertible bond's terms to instantly obtain conversion value, premium ratio, and debt-floor metrics
  • Screen and sort multiple bonds by low-low ascending order for preliminary strategy filtering
  • Compute duration, convexity, and DV01 for plain bonds fully offline without network access

Best For

  • Individual quant researchers who need offline bond metric computation
  • Small research teams embedding deterministic fixed-income calculation into local workflows
  • Developers building the MCP plugin ecosystem with a zero-dependency architecture