News MCP Server
Real-time news aggregation from AP, BBC, NPR, Hacker News, and Google News
📰 News MCP — AI News Monitoring & Alerts
Pricing
from $2.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
MCP server for AI agents to search AP, BBC, NPR, Hacker News & Google News. Connect Claude, GPT or any AI to monitor news in real-time. 5 tools for content intelligence.
Pricing
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by Community
Actor stats
0
Bookmarked
5
Total users
2
Monthly active users
4 days ago
Last modified
Categories
AI
News
MCP servers
README
Pricing
Endpoints
Issues
News & Media MCP Server by nexgendata
Connect AI agents to structured news and media data through the Model Context Protocol. This MCP server gives LLM-powered applications direct access to news and media tools, returning clean JSON that agents can reason about and act on.
What This MCP Server Does
This MCP (Model Context Protocol) server exposes news and media 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 news and media 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 news and media 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 searching breaking news, retrieving articles by topic, monitoring media coverage, and tracking trending stories. 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/news-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~news-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
You might also like
Google News Scraper
fortuitous_pirate/google-news-scraper
Fortuitous Pirate
12
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
243
1.0
futurizerush/google-news-scraper
Google News Search Scraper - Real-time news aggregation from Google News. Features smart article enrichment with full content extraction. Perfect for market research, trend analysis, and content monitoring.
Rush
93
5.0
Google News Scraper - Cheap
bot_kevin/Google-News-Scraper
Easily scrape news from Google News page in .json format.
bot
57
Hacker News MCP Server
nyxar_dev/hackernews-mcp
Read top stories, comments, and search Hacker News via MCP. Get real-time tech news, discussions, and trending topics from the HN community.
Nyxar Dev
1
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
5
muscular_quadruplet/google-news-scraper
Scrape Google News articles by keyword or topic. Get headlines, sources, publish dates, snippets. Monitor news mentions, track industry trends, build news aggregators. Real-time news scraping.
Do It
39
codingfrontend/google-news-scraper
Scrape news articles from news.google.com with deep article content extraction
codingfrontend
4
epctex/google-news-scraper
Unlock timely news insights with our Google News data retrieval tool. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
epctex
582
5.0
📰 BBC News Scraper — Global News & Headlines
nexgendata/bbc-news-scraper
Extract news articles from BBC — headlines, full text, authors, timestamps & topics. Build global news monitoring, media analysis & content aggregation tools. Pay per article.
Stephan Corbeil
6
İlgili Sunucular
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
WebScraping.AI
Interact with WebScraping.AI for web data extraction and scraping.
Primp MCP Server
An MCP server for the Primp HTTP client, enabling browser impersonation for requests and file uploads.
Sitemap MCP Server
A server for fetching, parsing, analyzing, and visualizing website sitemaps.
Crawl4AI RAG
Integrate web crawling and Retrieval-Augmented Generation (RAG) into AI agents and coding assistants.
Cloudflare Playwright
Control a browser for web automation tasks using Playwright on Cloudflare Workers.
MCP Web Scraper
A production-ready web scraping platform with ML-powered automation, browser automation via Playwright, and persistent caching.
Steel Puppeteer
Provides browser automation capabilities using Puppeteer and Steel, configurable for local or cloud instances.
Rendex Screenshot
Capture website screenshots as PNG/JPEG via AI agents. Full-page capture, dark mode, ad blocking, custom viewports. Edge-deployed on Cloudflare Workers, free tier included.
MCP Browser Agent
A browser automation agent using the Model Context Protocol (MCP) to enable browser interactions.
MCP Node Fetch
Fetch web content using the Node.js undici library.