News MCP Server
Real-time news aggregation from AP, BBC, NPR, Hacker News, and Google News
š° News MCP ā AI News Monitoring & Alerts
Pricing
from $10.00 / 1,000 results
Try for free
Go to Apify Store
š° News MCP ā AI News Monitoring & Alerts
nexgendata/news-mcp-server
Try for free
Ask questions about this Actor
š° News, headlines, breaking news, news monitoring MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Real-time news search + topic alerts + multi-source aggregation across Reuters, AP, BBC, Bloomberg via MCP. Free tier available.
Pricing
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by Community
Actor stats
0
Bookmarked
7
Total users
5
Monthly active users
2 days ago
Last modified
Categories
AI
News
MCP servers
README
Pricing
Endpoints
Issues
š° News MCP Server ā Real-Time News, Press Releases & Media Monitoring for AI Agents
Connect AI agents to live news + press-release data through the Model Context Protocol ā AP News, PR Newswire, Reddit, Hacker News, and broad-web media monitoring. A drop-in alternative to NewsAPI ($449/mo), GDELT, Webhose, and Aylien ā without the enterprise contracts.
Why This MCP Server Beats NewsAPI, GDELT, Webhose & Aylien
| Feature | NexGenData News MCP | NewsAPI | GDELT API | Webhose | Aylien |
|---|---|---|---|---|---|
| Cost | Pay-per-event, ~$0.002 per tool call | $449 - $1,999 / month | Free (heavy quota) | $299 - $1,499 / month | Enterprise sales |
| AI agent integration | Native MCP ā Claude Desktop, Cursor | None | None | None | None |
| Coverage | AP, PR Newswire, Reddit, HN, broad web | 70K+ sources (English-heavy) | Global news, 100+ languages | 1,500+ sources, paywall | Curated, semantic |
| Real-time | Yes | Yes (paid tiers) | Hourly | Yes | Yes |
| Auth | Apify token | API key + plan | API key | API key + plan | OAuth |
| Output format | Structured JSON for LLM tools | JSON | JSON | JSON | JSON |
| Rate limit | Apify-managed | Plan-based | Heavy quota | Plan-based | Enterprise SLA |
| Time-to-first-call | < 60 seconds | Plan signup | API key signup | Sales cycle | Enterprise contract |
Most media-intel teams pick this MCP server because it is cheaper than NewsAPI's monthly minimums and the only way to give Claude or ChatGPT live access to AP News + PR Newswire + Reddit + Hacker News in one tool surface.
What You Get
Tools exposed to your AI agent:
search_newsā keyword + date-range + source filter across major news sourcesget_press_releasesā fresh PR Newswire releases by company, industry, regionmonitor_redditā top posts + sentiment from any subredditmonitor_hackernewsā top stories + comments by score / recencyget_ap_breakingā AP News breaking-news feedmedia_sentimentā aggregate sentiment score across recent coverage of a brand / ticker / topicsource_compareā same story across multiple outlets for bias / framing analysis
All responses are clean JSON optimized for LLM function-calling.
Use Cases
- Brand monitoring agents ā Claude wakes hourly, scans coverage of a brand, alerts on negative sentiment spikes
- Equity research bots ā auto-summarize headline news + press releases for a ticker before earnings
- PR / comms teams ā draft response memos when competitor PRs land in the wire
- Crisis comms ā real-time MCP alerts during a developing news cycle
- Investor relations ā auto-monitor analyst coverage and trade-press takes
- Content creators ā agents draft trend-of-the-day posts from news + Reddit + HN signal
- Policy / regulatory teams ā agents track Federal Register + AP coverage of a rule change
Quick Start
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/news-mcp-server").call(run_input={
"tool": "search_news",
"params": {"query": "Federal Reserve rate decision", "from": "2026-05-01", "limit": 50}
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["headline"], item["source"], item["publishedAt"])
Or hook this MCP server directly into Claude Desktop or Cursor and ask in natural language: "Summarize all AP and Reuters coverage of NVDA earnings from the last 24 hours and rank by financial-analyst quote density."
Pricing
Pay-per-event:
- Actor Start: ~$0.0002
- Tool call: $0.002 per call
A media-intel agent making 50 tool calls per task spends ~$0.10. Compare to NewsAPI Business at $449/mo flat.
Related NexGenData Actors
| Use case | Actor |
|---|---|
| AP News breaking + article scraper | AP News Scraper |
| PR Newswire press release feed | PR Newswire Press Releases Scraper |
| Reddit subreddit + post trend tracking | Reddit Subreddit Trends |
| Hacker News stories + comments scraper | Hacker News Scraper |
| AI-powered sentiment scoring for any text | AI Sentiment Analyzer |
| Crunchbase News (dead-tool replacement) | Crunchbase News Scraper |
| Finance + market data for AI agents | Finance MCP Server |
| Federal Register rule + regulation tracker | Federal Register Rules Scraper |
FAQ
**Q: Is the news data licensed?**The server scrapes publicly available news pages and press-wire RSS feeds. For redistribution beyond internal analysis, check the target source's ToS.
**Q: Does it cover non-English news?**Reddit + HN are English-first. AP + PR Newswire serve mostly English. Roadmap includes multilingual sources ā open an issue if you have a specific language priority.
**Q: How fresh is the data?**AP + PR Newswire are near-real-time (60-second poll). Reddit + HN refresh every 5 minutes. Sentiment aggregation runs on the freshest data at call time.
**Q: Can the AI agent stream news as it arrives?**The MCP call pattern is request-response. For streaming, schedule the actor on a webhook and POST to your agent endpoint.
**Q: How do I avoid duplicate stories across sources?**The source_compare tool de-duplicates by canonical URL + title fuzzy-match.
**Q: Can I export historical archives?**Each tool call returns live data. Schedule the actor + capture to your warehouse for an archive.
**Q: Is this safe for production trading bots?**Yes ā runs on Apify auto-scaling infrastructure. For sub-100ms latency, run a dedicated actor instance.
About NexGenData
NexGenData publishes 260+ buyer-intent actors plus a family of MCP servers for AI agent workflows. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing ā you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests ā those are absorbed by the platform
If you only need the data once a quarter, you only pay once a quarter. If you scale to millions of records, the unit cost stays the same.
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link ā you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console ā point-and-click run
- Apify API ā REST + webhooks
- Apify Python / JS SDKs ā programmatic batch
- Zapier, Make.com, n8n ā official integrations
- MCP ā many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules ā built-in cron for daily / weekly / monthly runs
- Webhooks ā POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome ā high-demand features ship in the next version.
š Home: thenextgennexus.com š¦ Full catalog: apify.com/nexgendata
You might also like
š± 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
25
š¤ ā 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
š¼ 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
Free Google News API ā Search News by Keyword + Country
s-r/google-news
Free Google News scraper ā get clean structured news results for any query, country, and language. Use it as a Google News API for brand monitoring, topic alerts, news clipping, and bulk article URL harvesting.
SR
13
š° AP News Scraper ā Breaking News & Articles
nexgendata/ap-news-scraper
Extract breaking news from Associated Press ā headlines, full text, authors, timestamps & categories. Build news monitoring, media analysis & content aggregators. Pay per article.
Stephan Corbeil
7
š 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
Ultimate News API
glitch_404/Ultimate-News-Scraper
Scrape up to 10000 news articles from over 4500 news sources in less than 20 minutes, news from over 20 categories, e.g., Crypto news, World News, Latest News, Celebrities, and a lot more. You can find news on websites such as Fox News, BBC News, CNN, and Cryptocurrency-Related News Sources.
Yousif Wael
248
1.0
Related Servers
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Playwright MCP
Control a browser for automation and web scraping tasks using Playwright.
MCP YouTube Transcript Server
Retrieves transcripts from YouTube videos for content analysis and processing.
Real Estate MCP Server
Property search and market analysis from Redfin with neighborhood insights
notte
Browser automation in your terminal.
MCP Node Fetch
Fetch web content using the Node.js undici library.
Videogame Encyclopedia MCP Server
MPC server dedicated to gather information for videogames
Playwright MCP
Browser automation using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
MCP RSS Crawler
Fetches and caches RSS feeds using a SQLite database for use with LLMs via the MCP protocol.
Yahoo Finance
Fetch stock data, news, and financial information from Yahoo Finance.
SearchMCP
Connect any LLM to the internet with the cheapest, most reliable, and developer-friendly search API.