Stock analysis MCP with BDE scoring for US, HK, CN markets.
Most developer tooling work still happens through a UI a human drives. Bde MCP server moves it into the conversation instead. Stock analysis MCP with BDE scoring for US, HK, CN markets.
BDE Score™ is an MCP (Model Context Protocol) Server that gives AI agents direct access to transparent, multi-factor quantitative stock scoring across US, HK, and A-share markets.
npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 6 tools. What each one is for:
get_bde_score — Get BDE composite scores (0-100) for all stocks in a market (US/HK/CN/ALL). Returns 7-factor breakdown: VIX, Volume Profile, Momentum, Meanget_stock_analysis — Detailed single-stock analysis with factor-by-factor breakdown, signal classification (Bullish/Neutral/Bearish), and price contextget_multi_market_comparison — Compare the same company's scores across US, HK, and CN markets (e.g., compare BYD on NASDAQ vs HK vs Shenzhen)get_stock_screener — Screen stocks by minimum BDE score threshold. Returns ranked list of stocks meeting criteriaget_sector_analysis — Sector-level aggregation: average scores per sector, sector rankings, and relative strengthget_esg_analysis — ESG (Environmental, Social, Governance) analysis per stock with compliance metadataPlenty 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. Bde's toolset — get_bde_score, get_stock_analysis, get_multi_market_comparison and 3 more — is a fair guide to whether it matches your workflow. It is maintained by hbhqq9; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_bde_score | Get BDE composite scores (0-100) for all stocks in a market (US/HK/CN/ALL). Returns 7-factor breakdown: VIX, Volume Profile, Momentum, Mean Reversion, Volume, Volatility, Trend. |
| get_stock_analysis | Detailed single-stock analysis with factor-by-factor breakdown, signal classification (Bullish/Neutral/Bearish), and price context. |
| get_multi_market_comparison | Compare the same company's scores across US, HK, and CN markets (e.g., compare BYD on NASDAQ vs HK vs Shenzhen). |
| get_stock_screener | Screen stocks by minimum BDE score threshold. Returns ranked list of stocks meeting criteria. |
| get_sector_analysis | Sector-level aggregation: average scores per sector, sector rankings, and relative strength. |
| get_esg_analysis | ESG (Environmental, Social, Governance) analysis per stock with compliance metadata. |
{
"mcpServers": {
"bde-score": {
"url": "https://unnecessary-concert-gets-jose.trycloudflare.com/mcp",
"headers": {
"X-API-Key": "your-api-key-here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.