MCP server for fetching historical stock prices using vnstock
Overview
what is VNStock MCP Server?
VNStock MCP Server is a Message Communication Protocol server designed to fetch historical stock prices for multiple Vietnamese companies using the vnstock library.
how to use VNStock MCP Server?
To use the VNStock MCP Server, set up the server by configuring the stock data service and starting the server. Clients can then request stock data within a specified date range via API endpoints.
key features of VNStock MCP Server?
- Fetch historical stock data for multiple Vietnamese companies
- Configure stocks to track via a JSON configuration file
- Request stock data within a specific date range
- MCP protocol support for integration with clients like Claude Desktop
- Direct API endpoint for stock data retrieval
use cases of VNStock MCP Server?
- Retrieving historical stock prices for analysis and reporting.
- Integrating with financial applications to provide real-time stock data.
- Supporting trading algorithms that require historical data for decision-making.
FAQ from VNStock MCP Server?
- What programming language is VNStock MCP Server written in?
VNStock MCP Server is written in Python.
- How do I install the VNStock MCP Server?
You can install it using a virtual environment or Poetry as described in the installation section.
- Can I customize the stock data I want to track?
Yes! You can customize the stocks to track by editing the stock configuration JSON file.