vimo-mcp-server
The VIMO MCP server provides comprehensive Vietnamese stock market intelligence and AI-powered financial analysis through 35+ tools.
Stock Discovery & Quotes
Search Vietnamese stocks by ticker or company name (with optional sector filtering)
Get company profiles with latest price, financial ratios, and moat scores
Retrieve real-time quotes (15-min delay via SSI FastConnect) including foreign buy/sell flow and optional 1-minute intraday OHLC bars
Market & Macroeconomic Data
Historical OHLCV data for VNINDEX, VN30, and HNX indices
Daily market snapshot combining 13 data collectors in a single call
Sector rotation heatmaps (hot/cold sectors by daily return)
Vietnam, US, and China macro indicators (GDP, CPI, interest rates, FX, gold, oil)
Foreign investor net buy/sell flows with top 10 net-buy/sell stocks
Geopolitical risk scores (WarWatch, Iran-Hormuz oil risk)
Stock Screening
Screen stocks using 13 built-in strategies: Buffett, Graham, Piotroski, Lynch, O'Neil, CANSLIM, and more
Filter by minimum score thresholds
Technical & Fundamental Analysis
Technical signals: RSI, MACD, Bollinger Bands, moving averages, buy/sell votes
AI-generated technical analysis narratives
Annual financial ratios (ROE, ROA, margins, P/E, P/B) and full financial statements
Altman Z-score and multi-strategy evaluation
Factor importance showing which inputs most influenced AI decisions
Market Intelligence & Validation
AI-synthesized opinions combining moat score, ESG, insider signals, and analyst consensus
Insider trading transactions by executives and major shareholders
Corporate events: dividends, shareholder meetings, personnel changes
Unusual volume detection (>2× average) for institutional/whale activity
Daily news sentiment scores (bullish/bearish/neutral) per stock or market-wide
AI Performance Tracking
AI stock pick win rates, average returns, and Sharpe ratios (forward-test data)
Detailed monthly AI performance reports with per-stock breakdowns
Investment Playbooks (13 categories) Bank interest rate scenarios, real estate strategies, commodity impact (oil/gold/agriculture), money flow patterns, ETF/fund comparisons, Vietnam business dynasty insights, pre-investment due diligence, macroeconomic scenarios, political alpha, trading psychology, sector rotation by market cycle, geopolitical risk strategies, and personal wealth building frameworks.
Integrates Binance as one of over 50 data sources to provide cryptocurrency market data and price information for comprehensive financial analysis.
VIMO Financial Intelligence — MCP Server
🦉 Vietnam's most comprehensive financial data and AI analysis platform, accessible via the Model Context Protocol.
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-serverCursor: 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 Vietnamese stocks by name or ticker |
| Company profile + latest price + key financial ratios + moat score |
| Real-time price from SSI FastConnect + foreign flow + optional 1-min bars |
L1: CONTEXT (5)
Tool | Description |
| VNINDEX/VN30/HNX30 daily OHLCV history |
| Vietnam + global macro indicators (SBV rates, CPI, GDP, PMI) |
| Foreign investor net buy/sell — top 10 stocks |
| Sector heatmap — hot/cold sectors by daily return |
| WarWatch geopolitical risk score + Iran-Hormuz oil risk |
L2: SCREEN (2)
Tool | Description |
| Stock screener — 13 built-in strategies (growth, value, dividend, etc.) |
| Sector heatmap for rotation timing |
L3: ANALYZE (6)
Tool | Description |
| Daily OHLCV price history for any stock |
| Balance sheet, income statement, cash flow, ratios |
| Technical indicators: RSI, MACD, MA cross, volume |
| Technical analysis + AI narrative for VN stocks |
| Financial statement analysis (ROE, Z-score, 5 strategies) |
| Factor importance breakdown per stock |
L4: VALIDATE (5)
Tool | Description |
| Analyst consensus + AI recommendation |
| Insider trading transactions |
| Dividends, shareholder meetings, rights issues |
| Unusual volume stocks (>2× avg) — institutional signals |
| AI pick win rate and performance metrics |
L5: DECIDE (1)
Tool | Description |
| News sentiment score per stock — bullish/bearish/neutral |
L8: LEARN — Investment Playbooks (13)
Tool | Description |
| Interest rate scenario strategies |
| Real estate investment playbooks |
| Commodity impact analysis |
| Money flow (foreign, institutional, retail) |
| ETF and mutual fund comparison |
| Business dynasty analysis |
| Pre-investment due diligence |
| Macroeconomic scenario strategies |
| Political alpha (policy impact) |
| Trading psychology |
| Sector rotation by market cycle |
| Geopolitical risk strategies |
| 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+}orvimo_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 |
| Yes | — | Your VIMO API key |
| No |
| API base URL |
Also Available
REST API:
GET https://vimo.cuthongthai.vn/api/mcp/realtime-quote?symbol=FPT(+x-api-keyheader)MCP manifest:
https://vimo.cuthongthai.vn/api/mcp/manifest.json(35 tools)Discovery:
/.well-known/mcp.json,/llms.txtLLM info:
https://vimo.cuthongthai.vn/llms.txt
License
MIT — © CuThongThai 2026
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuthongthai-vn/vimo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server