yfinance MCP Server

The yfinance MCP Server acts as a real-time financial bridge for AI assistants, allowing them to look up current prices and news for stocks and cryptocurrencies instantly. Instead of an LLM relying on outdated training data or guessing market trends, this tool enables it to pull live data for specific tickers like "AAPL" or "BTC-USD." It is designed to make AI interactions much more practical for anyone tracking their portfolio or staying updated on market-moving headlines. Under the hood, the server provides two primary functions: `get_price_tool` and `get_news_tool`. These tools allow for granular requests, such as retrieving price data over specific periods—ranging from a single day to several months—and fetching a customized number of recent news articles. By leveraging the…

Visit yfinance MCP Server