Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.cuthongthai-vn/vimo-stock-intelligence

NPM · @VIMO.CUTHONGTHAI.VN/MCP-SERVER · SCANNED AUG 3

Vietnam stock MCP: TA signals, Z/F/M scores, foreign flow, whale detection. 2000+ VN stocks.

+46 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1298 tokens (~59/item across 22 items; 22 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @vimo.cuthongthai.vn/mcp-server

# add to Claude Code
claude mcp add cuthongthai-vn-vimo-stock-intelligence -- npx -y @vimo.cuthongthai.vn/mcp-server
# add to Codex CLI
codex mcp add cuthongthai-vn-vimo-stock-intelligence -- npx -y @vimo.cuthongthai.vn/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cuthongthai-vn-vimo-stock-intelligence": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@vimo.cuthongthai.vn/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cuthongthai-vn-vimo-stock-intelligence --command npx --arg -y --arg @vimo.cuthongthai.vn/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  cuthongthai-vn-vimo-stock-intelligence:
    command: "npx"
    args: ["-y", "@vimo.cuthongthai.vn/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "cuthongthai-vn-vimo-stock-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "@vimo.cuthongthai.vn/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +34
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.27 functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 2 Aug 26 +10
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
  • 1 Aug 26 −12
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −8
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@vimo.cuthongthai.vn/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 22 exposed · ~1,298 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_ai_performance ~55

Returns VIMO AI trading system performance: win rate, average return, Sharpe ratio. ALL metrics are forward-test verified with real market data (not backtested). Use when: user asks about AI accuracy or track record.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_ai_performance_reports ~59

Monthly AI pick performance breakdown including per-stock results. Use when: user wants historical performance for a specific month.

NameTypeReqDescription
monthstringMonth in YYYY-MM format, e.g., 2026-04. Defaults to current month.

No output schema declared.

No examples provided.

get_bank_rate_playbooks ~56

Investment strategies by interest rate scenario (rising/falling/stable). Use when: SBV changes rates or user asks how to position given rate outlook.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_bctc_summary ~86

VIMO proprietary 3D financial health analysis: Altman Z-Score (bankruptcy risk), Beneish M-Score (fraud detection), Piotroski F-Score (0-9 strength), DuPont ROE decomposition, 5 investment strategy scores. Use when: user asks about financial health or fundamentals.

NameTypeReqDescription
symbolstringyesVietnamese stock ticker

No output schema declared.

No examples provided.

get_bds_playbooks ~48

Vietnam real estate investment playbooks: property sector stocks, REIT strategies, real estate cycle analysis for VN market.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_commodity_playbooks ~61

How commodity price changes (oil, gold, steel, rubber) impact VN stocks. E.g., oil price rise → which VN stocks benefit. Use when: commodity prices spike.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_dong_tien_playbooks ~57

Money flow strategies: foreign net buy/sell trends, institutional accumulation, retail vs smart money divergence. Use when: user asks about following smart money.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_factor_importance ~65

VIMO proprietary: explains which factors drove the AI pick decision for a stock (TA weight, BCTC health, macro, WarWatch risk, political alpha). Use when: user asks WHY VIMO picked a stock.

NameTypeReqDescription
symbolstringyesVietnamese stock ticker

No output schema declared.

No examples provided.

get_foreign_flow ~55

Daily foreign investor net buy/sell: top 10 stocks by foreign activity (net value VND, buy/sell volume). Use when: user asks what foreigners are buying/selling. Refreshes daily at market close.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_fund_playbooks ~47

ETF and mutual fund comparison playbooks for Vietnamese investors. Fund selection strategies, passive vs active in VN context.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_gia_toc_playbooks ~52

VN business dynasty analysis: how family-controlled conglomerates (Vingroup, Masan, Hoa Phat) drive sector dynamics.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_investment_checklists ~59

Pre-investment due diligence checklists: financial health gates, valuation gates, momentum gates, macro gates. Use when: user is about to make an investment decision.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_macro_playbooks ~56

Investment strategies for macro scenarios (high GDP, high CPI, strong FDI, weak VND). Use when: user asks about macro environment impact on portfolio.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_market_snapshot ~65

VIMO's aggregated daily snapshot from all 13 data collectors: foreign flow, sector rotation, whale activity, ETF data, macro indicators, oil prices, Fear & Greed Index, WarWatch score. Most comprehensive single tool. Use when: user asks for full market overview.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_political_playbooks ~62

VIMO proprietary: investment strategies based on Vietnamese government policy signals (NQ68, infrastructure spend). Maps policies to stock beneficiaries. Use when: user asks about policy impact on stocks.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_psychology_playbooks ~51

Behavioral finance and trading psychology strategies for Vietnamese retail investors. Covers FOMO, loss aversion, herd behavior in VN context.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_sector_rotation ~46

Real-time sector performance heatmap — which VN market sectors are outperforming (hot) vs underperforming (cold) by daily return. Use when: user asks about sector trends.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_sector_rotation_playbooks ~52

VN market cycle sector rotation strategies: which sectors lead/lag in different market phases (recovery, expansion, late cycle, contraction).

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_ta_narrative ~114

Returns technical analysis signals (RSI, MACD, SMA, Bollinger, MFI) and an AI-generated narrative for a Vietnamese stock. Signal: STRONG_BUY/BUY/NEUTRAL/SELL/STRONG_SELL with confidence (0-100). Use when: user asks about TA signals or price action. Do NOT use for: real-time tick data.

NameTypeReqDescription
symbolstringyesVietnamese stock ticker, e.g., FPT, VCB, VNM, HPG

No output schema declared.

No examples provided.

get_warwatch_playbooks ~59

VIMO WarWatch system: investment strategies for different geopolitical risk levels. Includes oil scenarios, defense stocks, sector rotation during conflict. Use when: geopolitical events occur.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_wealth_playbooks ~48

Personal wealth building strategies by age, risk profile, and investment horizon. Based on Value Investing + VN market dynamics.

NameTypeReqDescription
limitnumberMax number of playbooks to return

No output schema declared.

No examples provided.

get_whale_activity ~45

Detects Vietnamese stocks with unusual volume (>2× 20-day average), signaling institutional/whale activity. Use when: user asks about unusual activity or wants institutional signals.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.