cuthongthai-vn/vimo-mcp-server

πŸ’° Finance & Fintech🟒 Verified Active
0 Views
0 Installs

πŸ“‡ ☁️ - Vietnam stock market intelligence β€” 35 tools: real-time SSI quotes, technical analysis, financial statements, stock screener (13 strategies), AI picks, foreign flow, macro indicators, and 13 investment playbook categories

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "cuthongthai-vn-vimo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cuthongthai-vn-vimo-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

VIMO Financial Intelligence β€” MCP Server

πŸ¦‰ Vietnam's most comprehensive financial data and AI analysis platform, accessible via the Model Context Protocol.

npm License: MIT

Quick Start

1. Get your API key (free)

Visit vimo.cuthongthai.vn/finance/ai/api-docs β†’ Create key β†’ Copy.

Or use the demo key: vimo_demo_public_readonly_2026 (rate-limited, VN30 only)

2. Connect to Claude Desktop

Add to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "vimo": {
      "command": "npx",
      "args": ["-y", "@vimo.cuthongthai.vn/mcp-server"],
      "env": {
        "VIMO_API_KEY": "vimo_demo_public_readonly_2026"
      }
    }
  }
}

Claude Code:

claude config add-mcp vimo-financial-intel -- env VIMO_API_KEY=vimo_demo_public_readonly_2026 npx -y @vimo.cuthongthai.vn/mcp-server

Cursor: Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "vimo": {
      "command": "npx",
      "args": ["-y", "@vimo.cuthongthai.vn/mcp-server"],
      "env": {
        "VIMO_API_KEY": "vimo_demo_public_readonly_2026"
      }
    }
  }
}

Windsurf / Cline: Add to MCP settings:

{
  "command": "npx",
  "args": ["-y", "@vimo.cuthongthai.vn/mcp-server"],
  "env": { "VIMO_API_KEY": "vimo_demo_public_readonly_2026" }
}

3. Ask Claude about Vietnamese stocks

"FPT giΓ‘ bao nhiΓͺu hΓ΄m nay?"
"PhΓ’n tΓ­ch kα»Ή thuαΊ­t VCB"
"SΓ ng lọc cα»• phiαΊΏu tΔƒng trưởng"
"AI pick win rate thΓ‘ng nΓ y?"
"Best commodity playbook for rising oil?"

Available Tools (35)

L0: DISCOVER (3)

ToolDescription
search_stocksSearch Vietnamese stocks by name or ticker
get_stock_infoCompany profile + latest price + key financial ratios + moat score
get_realtime_quoteReal-time price from SSI FastConnect + foreign flow + optional 1-min bars

L1: CONTEXT (5)

ToolDescription
get_index_historyVNINDEX/VN30/HNX30 daily OHLCV history
get_macro_snapshotVietnam + global macro indicators (SBV rates, CPI, GDP, PMI)
get_foreign_flowForeign investor net buy/sell β€” top 10 stocks
get_sector_rotationSector heatmap β€” hot/cold sectors by daily return
get_warwatch_osintWarWatch geopolitical risk score + Iran-Hormuz oil risk

L2: SCREEN (2)

ToolDescription
screen_stocksStock screener β€” 13 built-in strategies (growth, value, dividend, etc.)
get_sector_rotationSector heatmap for rotation timing

L3: ANALYZE (6)

ToolDescription
get_price_historyDaily OHLCV price history for any stock
get_financialsBalance sheet, income statement, cash flow, ratios
get_technical_signalsTechnical indicators: RSI, MACD, MA cross, volume
get_ta_narrativeTechnical analysis + AI narrative for VN stocks
get_bctc_summaryFinancial statement analysis (ROE, Z-score, 5 strategies)
get_factor_importanceFactor importance breakdown per stock

L4: VALIDATE (5)

ToolDescription
get_opinionAnalyst consensus + AI recommendation
get_insider_activityInsider trading transactions
get_corporate_eventsDividends, shareholder meetings, rights issues
get_whale_activityUnusual volume stocks (>2Γ— avg) β€” institutional signals
get_ai_performanceAI pick win rate and performance metrics

L5: DECIDE (1)

ToolDescription
get_news_sentimentNews sentiment score per stock β€” bullish/bearish/neutral

L8: LEARN β€” Investment Playbooks (13)

ToolDescription
get_bank_rate_playbooksInterest rate scenario strategies
get_bds_playbooksReal estate investment playbooks
get_commodity_playbooksCommodity impact analysis
get_dong_tien_playbooksMoney flow (foreign, institutional, retail)
get_fund_playbooksETF and mutual fund comparison
get_gia_toc_playbooksBusiness dynasty analysis
get_investment_checklistsPre-investment due diligence
get_macro_playbooksMacroeconomic scenario strategies
get_political_playbooksPolitical alpha (policy impact)
get_psychology_playbooksTrading psychology
get_sector_rotation_playbooksSector rotation by market cycle
get_warwatch_playbooksGeopolitical risk strategies
get_wealth_playbooksPersonal wealth building

Security

  • πŸ”’ API key required β€” server refuses to start without valid VIMO_API_KEY
  • πŸ”‘ Key format validation β€” must match vimo_[a-zA-Z0-9]{32+} or vimo_demo*
  • ⏱️ 30s request timeout β€” prevents hanging connections
  • πŸ›‘οΈ 12-layer defense on server side (rate limiting, input sanitization, canary detection)
  • 🧹 Input sanitized β€” symbols and categories validated before sending

Data Coverage

  • ~2,000 VN stocks (HOSE, HNX, UPCOM)
  • 50+ data sources (SBV, GSO, SSI FastConnect, FMP, Yahoo, Binance)
  • Real-time prices via SSI FastConnect (15-min delay during market hours)
  • Daily updates (6:00 AM ICT) for fundamentals, signals, and AI picks

Rate Limits

TierCalls/dayCalls/minPrice
Demo503Free
Free1005$0/mo
Developer1,00010$19/mo
Pro3,00020$49/mo
EnterpriseUnlimited60$299/mo

Get your API key at vimo.cuthongthai.vn/finance/ai/api-docs

Environment Variables

VariableRequiredDefaultDescription
VIMO_API_KEYYesβ€”Your VIMO API key
VIMO_API_BASENohttps://vimo.cuthongthai.vnAPI base URL

Also Available

  • REST API: GET https://vimo.cuthongthai.vn/api/mcp/realtime-quote?symbol=FPT (+ x-api-key header)
  • MCP manifest: https://vimo.cuthongthai.vn/api/mcp/manifest.json (35 tools)
  • Discovery: /.well-known/mcp.json, /llms.txt
  • LLM info: https://vimo.cuthongthai.vn/llms.txt

License

MIT β€” Β© CuThongThai 2026

Related MCP Servers

@agentfund/mcp

πŸ“‡ ☁️ - Fundraising infrastructure for AI agents on Solana β€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

πŸ’° Finance & Fintech1 views
@asterpay/mcp-server

πŸ“‡ ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics β€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

πŸ’° Finance & Fintech1 views
@czagents/cnb

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Czech National Bank (ČNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

πŸ’° Finance & Fintech1 views
@arbitova/mcp-server

πŸ“‡ ☁️ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

πŸ’° Finance & Fintech0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Active

Recent health check succeeded.

Last checked: 7/28/2026, 9:23:18 PM

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.