YFinance Wrapper
Creatednicholasf
Retrieves historical stock data using the yFinance library within an MCP environment.
About
This tool provides a simple wrapper around the yFinance library, enabling MCP hosts to easily fetch historical stock data. Designed as a starting point or proof of concept, it returns data as a Pandas DataFrame. The tool has been tested with Goose as the MCP host and Claude Sonnet 3.5 as the integrated LLM for generating insights, although token limits may be encountered when performing complex aggregations.
Key Features
- Designed for use with LLMs like Claude Sonnet for data analysis.
- Wraps the yFinance library for easy stock data retrieval.
- Returns data as a Pandas DataFrame to the MCP host.
- 0 GitHub stars
- Compatible with MCP hosts like Goose.
Use Cases
- Fetching daily stock prices for individual instruments within an MCP environment.
- Serving as a demo or starting point for building more complex financial analysis tools.
- Exploring LLM integration with financial data in an MCP setting.