yfinance-mcp-server
1
yfinance-mcp-server is an unofficial MCP server that provides access to stock market data from Yahoo Finance using yfinance. It allows retrieval of historical stock data through a simple interface, supporting various customizable parameters.
yfinance-mcp-server
A Message Control Protocol (MCP) server for accessing Yahoo Finance data. This server provides a simple interface to retrieve stock market data through yfinance.
Features
- Get historical stock data with customizable periods and intervals
- Easy to use with any MCP client
- Built with TypeScript for type safety and better developer experience
Usage
The server can be used with the Example Cursor MCP Client.
getStockHistory
Retrieves historical stock data for a given symbol with parameters such as symbol
, period
, and an optional interval
.