vimo-mcp-server

vimo-mcp-server

Vietnamese Financial Markets Data MCP Server providing real-time quotes, financials, and technical indicators.

Category
访问服务器

README

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)

Tool Description
search_stocks Search Vietnamese stocks by name or ticker
get_stock_info Company profile + latest price + key financial ratios + moat score
get_realtime_quote Real-time price from SSI FastConnect + foreign flow + optional 1-min bars

L1: CONTEXT (5)

Tool Description
get_index_history VNINDEX/VN30/HNX30 daily OHLCV history
get_macro_snapshot Vietnam + global macro indicators (SBV rates, CPI, GDP, PMI)
get_foreign_flow Foreign investor net buy/sell — top 10 stocks
get_sector_rotation Sector heatmap — hot/cold sectors by daily return
get_warwatch_osint WarWatch geopolitical risk score + Iran-Hormuz oil risk

L2: SCREEN (2)

Tool Description
screen_stocks Stock screener — 13 built-in strategies (growth, value, dividend, etc.)
get_sector_rotation Sector heatmap for rotation timing

L3: ANALYZE (6)

Tool Description
get_price_history Daily OHLCV price history for any stock
get_financials Balance sheet, income statement, cash flow, ratios
get_technical_signals Technical indicators: RSI, MACD, MA cross, volume
get_ta_narrative Technical analysis + AI narrative for VN stocks
get_bctc_summary Financial statement analysis (ROE, Z-score, 5 strategies)
get_factor_importance Factor importance breakdown per stock

L4: VALIDATE (5)

Tool Description
get_opinion Analyst consensus + AI recommendation
get_insider_activity Insider trading transactions
get_corporate_events Dividends, shareholder meetings, rights issues
get_whale_activity Unusual volume stocks (>2× avg) — institutional signals
get_ai_performance AI pick win rate and performance metrics

L5: DECIDE (1)

Tool Description
get_news_sentiment News sentiment score per stock — bullish/bearish/neutral

L8: LEARN — Investment Playbooks (13)

Tool Description
get_bank_rate_playbooks Interest rate scenario strategies
get_bds_playbooks Real estate investment playbooks
get_commodity_playbooks Commodity impact analysis
get_dong_tien_playbooks Money flow (foreign, institutional, retail)
get_fund_playbooks ETF and mutual fund comparison
get_gia_toc_playbooks Business dynasty analysis
get_investment_checklists Pre-investment due diligence
get_macro_playbooks Macroeconomic scenario strategies
get_political_playbooks Political alpha (policy impact)
get_psychology_playbooks Trading psychology
get_sector_rotation_playbooks Sector rotation by market cycle
get_warwatch_playbooks Geopolitical risk strategies
get_wealth_playbooks Personal 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

Tier Calls/day Calls/min Price
Demo 50 3 Free
Free 100 5 $0/mo
Developer 1,000 10 $19/mo
Pro 3,000 20 $49/mo
Enterprise Unlimited 60 $299/mo

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

Environment Variables

Variable Required Default Description
VIMO_API_KEY Yes Your VIMO API key
VIMO_API_BASE No https://vimo.cuthongthai.vn API 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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选