Cb MCP Server

可转债高级策略 MCP Server — 双低/三低/强赎/下修/YTM 策略引擎

Local serverstdioPython

What is the Cb MCP server?

可转债高级策略 MCP Server — 双低/三低/强赎/下修/YTM 策略引擎. The cb mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.

What it actually does

可转债高级策略 MCP Server — 双低/三低/强赎/下修/YTM 策略引擎

Its toolset

Everything the assistant can do here goes through one of these:

  • cb_market_overview — 市场总览 — 均价、中位数、溢价率、价格区间分布
  • cb_dual_low — 📉 双低策略 — 转股溢价率 + 价格双低排序,稳健首选
  • cb_triple_low — 📊 三低策略 — 双低 + 小规模,游资最爱
  • cb_ytm_ranking — 💰 到期收益率排名 — 寻找最靠近债底的标的
  • cb_redemption_monitor — 🔥 强赎监控 — 谁快被强制赎回了
  • cb_revision_analysis — 🔍 下修博弈分析 — 正股跌过头,公司可能下修

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at cb-strategy-mcp on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Cb's toolset — cb_market_overview, cb_dual_low, cb_triple_low and 3 more — is a fair guide to whether it matches your workflow.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the cb mcp server does with a few real requests.

Available tools

ToolWhat it does
cb_market_overview市场总览 — 均价、中位数、溢价率、价格区间分布
cb_dual_low📉 **双低策略** — 转股溢价率 + 价格双低排序,稳健首选
cb_triple_low📊 **三低策略** — 双低 + 小规模,游资最爱
cb_ytm_ranking💰 **到期收益率排名** — 寻找最靠近债底的标的
cb_redemption_monitor🔥 **强赎监控** — 谁快被强制赎回了
cb_revision_analysis🔍 **下修博弈分析** — 正股跌过头,公司可能下修

How to install the Cb MCP server

{
  "mcpServers": {
    "cb-strategy-mcp": {
      "command": "cb-strategy-mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Cb to cb market overview.
  • Use Cb to cb dual low.
  • Use Cb to cb triple low.

Frequently asked questions

It connects Cb to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (cb_market_overview, cb_dual_low, cb_triple_low, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Cb directly.