Retrieves historical stock data using the yFinance library within an MCP environment.
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.
主要功能
01Designed for use with LLMs like Claude Sonnet for data analysis.
02Wraps the yFinance library for easy stock data retrieval.
03Returns data as a Pandas DataFrame to the MCP host.
040 GitHub stars
05Compatible with MCP hosts like Goose.
使用案例
01Fetching daily stock prices for individual instruments within an MCP environment.
02Serving as a demo or starting point for building more complex financial analysis tools.
03Exploring LLM integration with financial data in an MCP setting.