Yahoo Finance MCP (onori)
Lightweight yfinance MCP server for stock price queries, financial data retrieval, and basic equity research.
Yahoo Finance MCP (onori) is a lightweight MCP server designed for stock price queries and financial data retrieval through Yahoo Finance. Built on the yfinance library, it provides a streamlined interface for agents to access equity data without heavy configuration or complex dependencies. The minimal design makes it a practical choice for users who need basic stock data access without additional overhead.
The server supports standard stock data operations including price quotes, historical price series, and fundamental financial data. Its focused scope means it does what it does simply and reliably — agents can request current prices, pull historical data for a given date range, or retrieve key financial metrics for analysis. The lightweight approach trades feature breadth for ease of setup and maintenance.
Setup requires Python and the yfinance library, with the server registered in the MCP client configuration. Because it uses Yahoo Finance data without requiring API keys, the barrier to entry is low. Users should be aware of Yahoo Finance’s informal rate limits and terms of service. The server is read-only, making it a safe addition to any agent workflow. For users who need more advanced capabilities like technical analysis or multi-asset coverage, it can be paired with other MCP servers in a multi-server configuration.