Yahoo Finance MCP (narumiruna)

Minimal Yahoo Finance MCP server for stock data retrieval with a clean, focused tool interface.

Verified

Yahoo Finance MCP (narumiruna) is a minimal MCP server focused on stock data retrieval through the yfinance library. It takes a deliberately simple approach, providing a clean set of tools for querying Yahoo Finance data without additional complexity. This makes it one of the more straightforward options for users who want basic stock data access in their MCP agent workflows.

The server exposes tools for retrieving stock prices, historical data, and basic financial information from Yahoo Finance. Its minimalist design means fewer moving parts and less configuration overhead. For users who primarily need to look up prices, pull historical charts, or check key financial metrics, this server covers the essentials without unnecessary feature bloat.

Installation and setup follow standard patterns for Python-based MCP servers. Users install the required dependencies, configure the server in their MCP client, and begin making tool calls. No API keys are needed since it relies on the yfinance library’s access to Yahoo Finance data. The server is strictly read-only and does not support trade execution. For users who need a broader feature set, it can serve as a lightweight data layer alongside more specialized MCP servers for analysis or execution.