Server data from the Official MCP Registry
Vietnam stock MCP: TA signals, Z/F/M scores, foreign flow, whale detection. 2000+ VN stocks.
Vietnam stock MCP: TA signals, Z/F/M scores, foreign flow, whale detection. 2000+ VN stocks.
Valid MCP server (3 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: VIMO_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-cuthongthai-vn-vimo-stock-intelligence": {
"env": {
"VIMO_API_KEY": "your-vimo-api-key-here"
},
"args": [
"-y",
"@vimo.cuthongthai.vn/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Vietnam's first MCP server for financial AI agents.
Gives Claude, ChatGPT, Gemini, and any AI agent instant access to VIMO's proprietary financial intelligence platform — covering 2,000+ Vietnamese stocks across HOSE, HNX, UPCOM.
🔗 Live data: vimo.cuthongthai.vn
📖 API Docs: vimo.cuthongthai.vn/finance/ai/api-docs
📜 Terms of Use: vimo.cuthongthai.vn/terms-of-use
Register at vimo.cuthongthai.vn/finance/ai/api-docs
Free tier: 100 calls/day
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"vimo": {
"command": "npx",
"args": ["-y", "@vimo.cuthongthai.vn/mcp-server"],
"env": {
"VIMO_API_KEY": "your_api_key_here"
}
}
}
}
Restart Claude Desktop. Done! 🎉
In Claude, try:
"Phân tích cổ phiếu FPT cho tôi"
"Thị trường chứng khoán VN hôm nay thế nào?"
"Cổ phiếu nào ngoại tệ đang mua nhiều nhất?"
| Tool | Description |
|---|---|
get_ta_narrative | TA signals (RSI, MACD, Bollinger, MFI) + AI narrative |
get_bctc_summary | Financial health (Z-Score, F-Score, M-Score, DuPont) |
get_ai_performance | Forward-test verified AI pick win rate & Sharpe |
get_ai_performance_reports | Monthly per-stock performance breakdown |
get_factor_importance | Why AI picked a specific stock (explainability) |
| Tool | Description |
|---|---|
get_foreign_flow | Foreign investor net buy/sell — top 10 stocks |
get_sector_rotation | Sector heatmap (hot/cold by daily return) |
get_whale_activity | Unusual volume detector (>2× average) |
get_market_snapshot | Full daily snapshot (all 13 collectors in 1 call) |
| Tool | Category |
|---|---|
get_warwatch_playbooks | 🌍 Geopolitical risk strategies |
get_political_playbooks | 🏛️ Policy impact (NQ68, infrastructure) |
get_macro_playbooks | 📊 GDP, CPI, FDI scenarios |
get_bank_rate_playbooks | 🏦 Interest rate strategies |
get_sector_rotation_playbooks | 🔄 Market cycle rotation |
get_dong_tien_playbooks | 💰 Smart money flow |
get_commodity_playbooks | 🛢️ Oil, gold, steel impact |
get_bds_playbooks | 🏠 Real estate sector |
get_fund_playbooks | 📈 ETF & mutual fund strategies |
get_gia_toc_playbooks | 🏢 Business dynasty analysis |
get_psychology_playbooks | 🧠 Behavioral finance |
get_wealth_playbooks | 💎 Personal wealth building |
get_investment_checklists | ✅ Pre-investment due diligence |
npm install @vimo.cuthongthai.vn/mcp-server
Or run directly:
VIMO_API_KEY=your_key npx @vimo.cuthongthai.vn/mcp-server
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js";
const transport = new StdioClientTransport({
command: "npx",
args: ["-y", "@vimo.cuthongthai.vn/mcp-server"],
env: { VIMO_API_KEY: "your_key" },
});
const client = new Client({ name: "my-app", version: "1.0.0" });
await client.connect(transport);
// Analyze FPT stock
const result = await client.callTool({
name: "get_ta_narrative",
arguments: { symbol: "FPT" },
});
console.log(result.content[0].text);
// Get foreign flow
const flow = await client.callTool({ name: "get_foreign_flow", arguments: {} });
| Tier | Calls/Day | Price |
|---|---|---|
| Free | 100 | $0 |
| Developer | 1,000 | $19/mo |
| Pro | 3,000 | $49/mo |
| Enterprise | Unlimited | $299/mo |
readOnlyHint: true)x-api-key headerAll VIMO data is for informational purposes only. This is NOT investment advice. Always consult a qualified financial professional before making investment decisions. Past AI pick performance does not guarantee future results.
MIT © Cú Thông Thái
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption