Connects your LLM to Yahoo Finance fundamentals through a set of structured tools that return real-time stock quotes, company financials, earnings reports, and analyst ratings as clean JSON. Built on Apify infrastructure, so it handles proxying and rate limits for you. Runs on pay-per-event pricing at $0.002 per result, making it cheaper than monthly API subscriptions if you're querying sporadically. Useful when you need an AI assistant to pull comp tables, check P/E ratios, or grab analyst price targets without writing scraper code or managing Bloomberg/IEX/Polygon subscriptions. Works with any MCP-compatible client including Claude Desktop and custom agent frameworks.
Public tool metadata for what this MCP can expose to an agent.
get_stock_quoteFetch the current stock market quote for an individual ticker symbol. Returns real-time price, intraday change (dollars and percentage), trading volume, market capitalization, P/E ratio, earnings per share, dividend yield, and 52-week high/low. Use for real-time price monitori...1 paramsFetch the current stock market quote for an individual ticker symbol. Returns real-time price, intraday change (dollars and percentage), trading volume, market capitalization, P/E ratio, earnings per share, dividend yield, and 52-week high/low. Use for real-time price monitori...
tickerstringget_multiple_quotesFetch current stock quotes for multiple ticker symbols in one request. Returns price, change, volume, and key metrics for each stock. Use for portfolio monitoring, screening multiple stocks, or comparing multiple securities at once.1 paramsFetch current stock quotes for multiple ticker symbols in one request. Returns price, change, volume, and key metrics for each stock. Use for portfolio monitoring, screening multiple stocks, or comparing multiple securities at once.
tickersarraycompare_stocksCompare multiple stock securities side-by-side with key financial metrics and performance data. Returns price, P/E ratio, dividend yield, market cap, earnings, revenue, and relative performance for comparison. Use for investment analysis, selecting between stocks, or portfolio...1 paramsCompare multiple stock securities side-by-side with key financial metrics and performance data. Returns price, P/E ratio, dividend yield, market cap, earnings, revenue, and relative performance for comparison. Use for investment analysis, selecting between stocks, or portfolio...
tickersarray