yfinance-mcp
Verified Safeby narumiruna
Overview
Fetches real-time and historical stock data, news, and financial charts from Yahoo Finance.
Installation
docker run -i --rm narumi/yfinance-mcpSecurity Notes
The server code generally follows good practices, wrapping blocking I/O (yfinance calls) with `asyncio.to_thread` and using structured error responses. There are no obvious hardcoded credentials, direct shell injections, or `eval` usage. The primary security consideration would be the underlying `yfinance` library's interaction with the Yahoo Finance API, which is outside the scope of this server's direct code.
Similar Servers
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
akshare-one-mcp
Provides comprehensive data interfaces for the China stock market, including historical data, real-time quotes, news, and financial statements, with support for technical indicators.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
StockQuotes.MCP
Bridges AI assistants with real-time and historical financial market data from Yahoo Finance via the Model Context Protocol.