A simple MCP server for Yahoo Finance using yfinance. This server provides a set of tools to fetch stock data, news, and other financial information.
1 stars1 watching1 forks
Yahoo Finance MCP Server
A simple MCP server for Yahoo Finance using yfinance. This server provides a set of tools to fetch stock data, news, and other financial information.
Tools
- get_ticker_info
- get_ticker_news
- search_quote
- search_news
- get_market
- get_sector
- get_industry
Usage
- Install uv.
- Add the following configuration to your MCP server configuration file.
{
"mcpServers": {
"yfmcp": {
"command": "uvx",
"args": ["yfmcp"]
}
}
}
Features
ticker
news
quote
market
sector
industry
Category
Integrations