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"
}
}
}
}





