Google News MCP Server — News Search & Monitoring for AI
Pricing
from $1.50 / 1,000 results
Google News MCP Server — News Search & Monitoring for AI
MCP Server for Google News. Search news articles by keyword across 17 languages. AI-agent ready — returns headlines, sources, dates, and snippets in clean JSON. Built for RAG pipelines, news monitoring, and AI assistants.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
petteri mähönen
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Google News MCP Server — News Search & Monitoring for AI Agents
Scrape news articles from Google News via their RSS feed. Search by keyword across 17 languages and 17 countries.
🧠 MCP Server — AI Agent Ready
This actor is a Model Context Protocol (MCP) server — AI assistants (Claude, GPT, Cursor) can call it directly to fetch live news:
{"searchQuery": "technology","maxResults": 10,"language": "en-US"}
Connect via Apify MCP — no API keys needed for AI agents using the Apify MCP integration.
Features
- Keyword search — any topic, phrase, or company name
- 17 languages — EN, FR, DE, ES, IT, PT, JA, ZH, RU, AR, SV, FI, DA, NO, NL, PL
- 17 countries — US, UK, FR, DE, ES, IT, BR, JP, CN, RU, SA, SE, FI, DK, NO, NL, PL
- CheerioCrawler — server-rendered RSS, 256MB RAM, ~1s per query
- No proxy needed — RSS feed is freely accessible
- Structured output — title, source, publish date, snippet, URL
Quick Start
Search tech news in the US
{"searchQuery": "technology","maxResults": 20,"language": "en-US","country": "US"}
Search European politics in German
{"searchQuery": "Europäische Union","maxResults": 10,"language": "de-DE","country": "DE"}
Search AI news in Japanese
{"searchQuery": "人工知能","maxResults": 5,"language": "ja-JP","country": "JP"}
Input Parameters
| Field | Type | Default | Description |
|---|---|---|---|
searchQuery | string | "technology" | Search term or topic |
maxResults | integer | 20 | Max articles to return (max 100) |
language | select | en-US | Language code (en-US, fr-FR, de-DE, etc.) |
country | select | US | Country code (US, GB, FR, DE, etc.) |
Output Fields
| Field | Type | Description |
|---|---|---|
title | string | Article headline |
source | string | Publisher/source name (e.g., "BBC", "Reuters") |
url | string | Google News redirect link to the article |
publishedAt | string | Publication date (RFC 2822) |
snippet | string | Article summary/snippet |
country | string | Country code searched |
language | string | Language code searched |
searchQuery | string | Original search term |
scrapedAt | string | Timestamp of scrape |
Use Cases
- Media monitoring — track coverage of your company, competitors, or industry
- Content aggregation — build news feeds for portals or dashboards
- Market intelligence — monitor regulatory changes, competitor announcements
- Research — collect news datasets for NLP, sentiment analysis, or LLM training
- Alerting — trigger workflows when specific topics make the news
Pricing
$1.50 / 1,000 results — pay only for what you scrape. No monthly subscription.
Changelog
| Version | Date | Changes |
|---|---|---|
| 0.0.1 | 2026-07-24 | Initial build — CheerioCrawler, 17 languages, 17 countries |
Support
- Open an issue for bugs or feature requests
- Leave a review — it helps others discover the tool