Servers

Yahoo Finance
@danchev
A Model Context Protocol (MCP) server for agentic retrieval of financial data from Yahoo Finance. This server leverages YFinance to provide a simple and efficient way to access historical stock prices, dividends, stock splits, company information, and other financial metrics.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"mcp-server-yfinance@latest"
]
}
}
}