Yahoo Finance MCP Server
Stock quotes, options chains, earnings data, and financial statements
š Yahoo Finance MCP ā AI Stock Analysis
Pricing
from $10.00 / 1,000 results
Try for free
Go to Apify Store
š Yahoo Finance MCP ā AI Stock Analysis
nexgendata/yahoo-finance-mcp-server
Try for free
Ask questions about this Actor
š Stocks, finance, quotes, market data, Yahoo Finance MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Real-time stock quotes + historicals + financials + earnings + analyst ratings via MCP. Free tier available.
Pricing
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by Community
Actor stats
0
Bookmarked
6
Total users
2
Monthly active users
5 days ago
Last modified
Categories
AI
Automation
MCP servers
README
Pricing
Endpoints
Issues
Yahoo Finance Stock Data MCP Server by nexgendata
Connect AI agents to structured stock market data through the Model Context Protocol. This MCP server gives LLM-powered applications direct access to stock market tools, returning clean JSON that agents can reason about and act on.
What This MCP Server Does
This MCP (Model Context Protocol) server exposes stock market data tools that AI assistants like Claude, ChatGPT, and custom LLM agents can call directly. Instead of building API integrations or writing scraping code, any MCP-compatible AI system can access structured stock market data through natural language requests. The server handles authentication, rate limiting, data extraction, and response formatting automatically.
Who Uses This
AI developers building agents that need access to stock market data. Companies integrating real-time data into their LLM-powered products. Research teams using AI assistants for automated data gathering. Automation platforms connecting AI agents to structured data sources. Anyone building on top of the Model Context Protocol ecosystem.
How It Works
Deploy this MCP server on Apify and connect it to any MCP-compatible client. The server exposes a set of tools that accept structured parameters and return clean JSON responses. AI agents can discover available tools, understand their parameters, and call them as part of multi-step reasoning chains. The server runs on Apify infrastructure with built-in proxy support, caching, and error handling.
Available Tools
The server provides tools for fetching real-time stock prices, retrieving company financials, accessing earnings data, and monitoring market movements. Each tool accepts specific parameters, handles the underlying data extraction, and returns structured JSON that AI agents can parse and reason about. Tools are designed to be composable so agents can chain multiple calls together for complex data gathering workflows.
Pricing
This MCP server uses pay-per-event pricing. Each tool call that returns data counts as one event. Pricing is consistent with the underlying data actors at $3 per 1,000 events, making it cost-effective to integrate into production AI agent workflows.
Getting Started
Deploy the MCP server from the Apify Store. Configure your MCP client (Claude Desktop, custom agent, etc.) with the server endpoint URL. The server auto-discovers available tools and exposes them to your AI system. No additional configuration needed.
FAQ
**Is this compatible with Claude Desktop?**Yes. Any MCP-compatible client can connect to this server, including Claude Desktop, custom LLM agents, and automation platforms that support the Model Context Protocol.
**Do I need separate API keys?**No. The server handles all data access internally through Apify infrastructure. You only need your Apify API token to deploy and connect.
**Can I use this in production?**Yes. The server runs on Apify's scalable infrastructure with built-in monitoring, logging, and error handling suitable for production workloads.
š» Code Example ā Python
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/yahoo-finance-mcp-server").call(run_input={
# Fill in the input shape from the actor's input_schema
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)
š Code Example ā cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~yahoo-finance-mcp-server/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ /* input schema */ }'
ā FAQ
**Q: How do I get started?**Sign up at apify.com, grab your API token from Settings ā Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
**Q: What's the typical cost per run?**See the pricing section below. Most runs finish under $0.10 for typical batches.
**Q: Is this actor maintained?**Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
**Q: Can I use the output commercially?**Yes ā you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
**Q: How do I handle rate limits?**Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
š° Pricing
Pay-per-event pricing ā you only pay for what you actually extract.
- Actor Start: $0.0001
- result: $0.0020
š Related NexGenData Actors
- RAG Web Browser
- AI Web Scraper
- Hacker News Scraper
š Apify Affiliate Program
New to Apify? Sign up with our referral link ā you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
š More From NexGenData
Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com ā the brand home for everything we ship.
- š Tutorials & how-to guides
- šļø Full actor catalog with usage examples
- š¦ Gumroad data packs (one-time purchases)
- š¬ Newsletter ā monthly drops of new actors and revenue experiments
_Built and maintained by NexGenData ā 165+ actors covering scraping, enrichment, MCP servers, and automation._š Home: thenextgennexus.com
Why Yahoo Finance MCP Beats Bloomberg API, IEX Cloud, Polygon.io & Generic LLMs
| Feature | NexGenData Yahoo Finance MCP | Bloomberg Terminal API | IEX Cloud | Polygon.io | Generic LLM (no tools) |
|---|---|---|---|---|---|
| Cost | $0.002 / event, pay-per-event | $24,000+ / seat / year | Shut down Aug 2024 | $99+ / month base | Free (hallucinates prices) |
| MCP-native | Yes | No | No | No | No tools |
| Live quotes | Yes | Yes | RIP | Yes | No ā stale training data |
| Fundamentals (PE, EPS, marketcap) | Yes | Yes | Partial | Plan-gated | Hallucinated |
| Historical OHLCV | 1d / 5d / 1m / 6m / 1y / max | Yes | RIP | Yes | No |
| Earnings + news | Yes | Yes | Partial | Plan-gated | No |
| AI-agent integration | Native MCP ā drop into Claude | Build it yourself | RIP | Build it yourself | N/A |
| Auth | Apify token | Bloomberg license | API key (defunct) | API key | None |
| Monthly minimum | None | $24k+ / seat / yr | RIP | $99+ | None |
Most teams pick this MCP server because it is the only drop-in alternative to the shuttered IEX Cloud free tier for AI agents, cheaper than Polygon's $99/month plan for low-volume agent traffic, and ships fundamentals + news that base Claude / GPT-4 don't have. Compared with Bloomberg's enterprise terminal, this is a fraction of a percent of the cost for the same Yahoo-grade fundamentals data that most retail / SMB workflows need.
Related NexGenData MCP Servers & Finance Actors
| Use case | Actor |
|---|---|
| General finance MCP (multi-exchange) | finance-mcp-server |
| News headlines MCP | news-mcp-server |
| Sports MCP | sports-mcp-server |
| Real estate MCP | real-estate-mcp-server |
| Google Maps MCP | google-maps-mcp-server |
| Academic research MCP | academic-research-mcp-server |
| Developer tools MCP | developer-tools-mcp-server |
| Reddit MCP | reddit-mcp-server |
| Yahoo Finance scraper (no MCP) | yahoo-finance-scraper |
| IEX Cloud drop-in replacement | iex-cloud-replacement |
| Finviz stock screener | finviz-stock-screener |
Browse the full NexGenData catalog of 260+ actors at https://apify.com/nexgendata?fpr=2ayu9b
You might also like
Yahoo Finance Stock Data Scraper
fortuitous_pirate/yahoo-finance-scraper
Scrape stock data from Yahoo Finance. Get quotes, financials, news, and analyst ratings. Essential for investment research and financial analysis.
Fortuitous Pirate
13
š¤ ā Review Intel MCP ā AI Review Analysis
nexgendata/review-intelligence-mcp-server
ā Reviews, ratings, product reviews, customer feedback MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Aggregate + analyze reviews across Amazon, Yelp, Trustpilot, G2, App Store via MCP ā for sentiment AI workflows. Free tier available.
Stephan Corbeil
2
š¤ āæ Crypto MCP ā AI Token & Market Data
nexgendata/crypto-mcp-server
āæ Crypto, Bitcoin, Ethereum, prices, market cap MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Real-time crypto prices + market cap + volume + historicals + DeFi metrics across CoinGecko + CoinMarketCap via MCP. Free tier available.
Stephan Corbeil
2
š± Social MCP ā AI Content & Media Search
nexgendata/social-content-mcp-server
š± Social media, Instagram, TikTok, Twitter content MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search posts + profiles + hashtags + engagement metrics across social platforms via MCP ā for social-listening AI workflows. Free tier available.
Stephan Corbeil
3
š Real Estate MCP ā AI Property Search
nexgendata/real-estate-mcp-server
š Real estate, property listings, home prices, MLS data MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search properties + rentals + home valuations across Zillow, Redfin, Realtor.com via MCP. Free tier available.
Stephan Corbeil
26
š¼ Jobs MCP ā AI Salary & Career Search
nexgendata/job-market-mcp-server
š¼ Jobs, job listings, Indeed, LinkedIn, salary data MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search job postings + salaries + company hiring trends + skills demand across major boards via MCP. Free tier available.
Stephan Corbeil
2
š¬ YouTube MCP ā AI Video Search & Transcripts
nexgendata/youtube-media-mcp-server
š„ YouTube videos, channels, transcripts, comments MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search videos + channel stats + transcripts + comments + trending via MCP ā for video-content AI workflows. Free tier available.
Stephan Corbeil
1
š“ Reddit MCP ā AI Post & Comment Search
nexgendata/reddit-mcp-server
š¬ Reddit posts, comments, subreddits, trending content MCP for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Browse + search subreddit feeds + top posts + comment threads + user history via MCP ā for community-intel AI workflows. Free tier available.
Stephan Corbeil
2
š Yahoo Finance Scraper ā Stocks & Market Data
nexgendata/yahoo-finance-scraper
Extract stock quotes, historical prices, financial statements, analyst ratings from Yahoo Finance. Track portfolios and market trends.
Stephan Corbeil
14
š Redfin MCP ā AI Property Search & Data
nexgendata/redfin-mcp-server
š Redfin homes, real estate, property prices, housing market MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search Redfin listings + sold history + price estimates + neighborhood data via MCP. Free tier available.
Stephan Corbeil
15
Related Servers
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Social & Content MCP Server
Trending content from Hacker News, Dev.to, IMDb, podcasts, and Eventbrite
ScreenshotOne
Render website screenshots with ScreenshotOne
Douyin MCP Server
Extract watermark-free video links and copy from Douyin.
Apify
Extract data from any website with thousands of scrapers, crawlers, and automations
Chrome MCP Server
Exposes Chrome browser functionality to AI assistants for automation, content analysis, and semantic search via a Chrome extension.
Scrappa
Remote MCP server for Claude, Cursor, VS Code, and Windsurf with access to 80+ web scraping and data extraction APIs.
Urlbox Full Page Screenshots
An MCP server for the Urlbox Screenshot API. It enables your client to take screenshots, generate PDFs, extract HTML/markdown, and more from websites.
Headline Vibes Analysis
Analyzes the sentiment of news headlines from major US publications using the NewsAPI.
LinkRescue
MCP server that exposes LinkRescue's broken link scanning, monitoring, and fix suggestion capabilities to AI agents (Claude, Cursor, etc.).
CompanyScope MCP
Company intelligence in one tool call ā funding, tech stack, employees, competitors, news from public APIs