News MCP Server

Real-time news aggregation from AP, BBC, NPR, Hacker News, and Google News

šŸ“° News MCP — AI News Monitoring & Alerts avatar

šŸ“° 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

šŸ“° 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

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

FeatureNexGenData News MCPNewsAPIGDELT APIWebhoseAylien
CostPay-per-event, ~$0.002 per tool call$449 - $1,999 / monthFree (heavy quota)$299 - $1,499 / monthEnterprise sales
AI agent integrationNative MCP — Claude Desktop, CursorNoneNoneNoneNone
CoverageAP, PR Newswire, Reddit, HN, broad web70K+ sources (English-heavy)Global news, 100+ languages1,500+ sources, paywallCurated, semantic
Real-timeYesYes (paid tiers)HourlyYesYes
AuthApify tokenAPI key + planAPI keyAPI key + planOAuth
Output formatStructured JSON for LLM toolsJSONJSONJSONJSON
Rate limitApify-managedPlan-basedHeavy quotaPlan-basedEnterprise SLA
Time-to-first-call< 60 secondsPlan signupAPI key signupSales cycleEnterprise 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 sources
  • get_press_releases — fresh PR Newswire releases by company, industry, region
  • monitor_reddit — top posts + sentiment from any subreddit
  • monitor_hackernews — top stories + comments by score / recency
  • get_ap_breaking — AP News breaking-news feed
  • media_sentiment — aggregate sentiment score across recent coverage of a brand / ticker / topic
  • source_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 caseActor
AP News breaking + article scraperAP News Scraper
PR Newswire press release feedPR Newswire Press Releases Scraper
Reddit subreddit + post trend trackingReddit Subreddit Trends
Hacker News stories + comments scraperHacker News Scraper
AI-powered sentiment scoring for any textAI Sentiment Analyzer
Crunchbase News (dead-tool replacement)Crunchbase News Scraper
Finance + market data for AI agentsFinance MCP Server
Federal Register rule + regulation trackerFederal 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 avatar

šŸ“± 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.

User avatar

Stephan Corbeil

3

šŸ  Real Estate MCP — AI Property Search avatar

šŸ  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 avatar

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 avatar

šŸ“° 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 avatar

šŸ  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 avatar

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