VNStock MCP Server
@gahoccode
关于 VNStock MCP Server
The unofficial MCP server for the vnstock package, designed and tested for Claude Desktop
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vnstock-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is VNStock MCP Server?
VNStock MCP Server is an unofficial MCP server that provides Vietnamese stock market financial data. It allows you to interact with your Claude Desktop using natural language processing capabilities to query financial statements, ratios, company information, and more.
How to use VNStock MCP Server?
Install from PyPI by running uvx vnstock-mcp@latest. Then add one of the provided configurations to your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json). For remote access, connect to a hosted instance via a Streamable HTTP endpoint at /mcp.
Key features of VNStock MCP Server
- Dual Transport Support: auto-detects STDIO or HTTP transport
- Cloud Deployment: one-click deploy to Render.com free tier
- LLM-Powered: natural language processing with Anthropic Claude
- Beautiful Output: formatted tables, charts, and data visualization
- Tool Management: automatic tool discovery and validation
- Smart Parsing: Vietnamese stock symbol and date format support
- Error Handling: robust error recovery and user-friendly messages
Use cases of VNStock MCP Server
- Query financial statements for Vietnamese stocks (e.g., “Show me FPT's income statements for 2024”)
- Retrieve financial ratios (e.g., “What are HPG's key financial ratios?”)
- Access company information and mutual fund data
- Integrate with Claude Desktop for natural language financial analysis
FAQ from VNStock MCP Server
What data sources does VNStock MCP Server use?
Financial statements and ratios use vnstock’s Finance(source="KBS") adapter. Company information uses Company(source="VCI"). Mutual fund data uses the top-level Fund adapter.
How do I install VNStock MCP Server?
Run uvx vnstock-mcp@latest in your terminal. Then add the appropriate configuration to your Claude Desktop config file as described in the README.
How do I connect to a remote instance of VNStock MCP Server?
Use the server URL https://your-app.onrender.com/mcp and add it as a remote MCP server in your client (e.g., Claude Desktop Settings > MCP Servers, or claude mcp add).
What transport protocols are supported?
The server supports both STDIO (local) and HTTP (cloud) transport, with auto-detection.
Is there a health endpoint for VNStock MCP Server?
Yes, a /health endpoint returns the server version when running from a tagged git checkout or package metadata.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论