Google News Tools gives AI agents access to live news through the google news api — one of the most comprehensive news aggregators in the world, covering thousands of publishers across all major languages and regions in real time, and available to developers who previously required a paid alternative or a custom google news search api setup.
It acts as a standardized bridge between large language models and live news data. Instead of relying on training knowledge that cuts off at a fixed date, models can retrieve current headlines, breaking stories, and topic-specific coverage through a controlled MCP interface that acts as a fully managed google news api connection.
By integrating Google News Tools, developers enable AI agents to:
• Retrieve full article metadata — headline, summary, source name, publication timestamp, URL, and topic category — for any query using search_news • Access a lightweight, reduced-payload version of the same search with search_news_light, returning only headlines and URLs for high-throughput monitoring pipelines • Monitor any topic, brand, person, or event in real time across thousands of global publishers simultaneously • Build news briefings, PR monitoring systems, and media intelligence tools powered by live google news api free equivalent data
This MCP powers news monitoring agents, media intelligence platforms, real-time briefing generators, event trackers, journalist research tools, and any AI application that must stay current with world events and cannot rely on static training data for news coverage.
Standardized bridge for real-time model context.
Connect this server to your local or remote agent environment.
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": [
"mcp-remote",
"https://connect.mcp360.ai/v1/google-news/mcp?token=YOUR_API_KEY"
]
}
}
}What this MCP server can do for your AI agents.
See Google News Tools in action.
Technical specifications for the 2 available protocol tools.
search_news tool
Production-ready REST endpoints for custom integrations.
/api/v1/google-newscurl "https://connect.mcp360.ai/api/v1/google-news" \
-H "Authorization: Bearer YOUR_API_KEY"/api/v1/google-news/{tool_name}curl -X POST "https://connect.mcp360.ai/api/v1/google-news/search_news" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'To authenticate, include your API key in the Authorization header using the Bearer scheme. Alternatively, you can use the X-API-KEY header.
One hub for 100+ production-ready tools with centralized management.
Access 100+ MCP servers with a single authentication token.
Test and debug any MCP server instantly in our integrated environment.
One monthly subscription for all your AI tool integrations and credits.
Discover how Google News solves real problems and drives measurable results across different scenarios
Stay updated on the latest news in your industry and market
Example
"Track news about your industry to understand market shifts and disruptions"
Key Benefits
Monitor mentions of your brand and competitors in news sources
Example
"Get alerts when your company or competitors appear in major publications"
Key Benefits
Find trending news stories to write about while they're hot
Example
"Notice a trending industry story and create a timely response article"
Key Benefits
Understand customer pain points and industry challenges through news
Example
"Read news about supply chain issues your customers are facing"
Key Benefits
Monitor major news events that impact your business or market
Example
"Track economic policy changes or regulatory announcements in your space"
Key Benefits
Google News Tools is an MCP server that provides structured access to google news tools capabilities through a standardized protocol, enabling AI models to retrieve and process real-time data.
Any model that supports MCP protocol including Claude (via Claude Desktop), GPT-4, Gemini, and open-source LLMs through compatible frameworks.
The server supports OAuth 2.0 authentication with API keys. You'll receive credentials upon registration which can be configured in your MCP client.
Yes, rate limits apply based on your subscription tier. Free tier includes generous limits for development, with higher limits available in paid plans.
Absolutely. Google News Tools is designed for production use with enterprise-grade reliability, security, and performance.
Start building production-ready AI agent integrations in minutes with standardized protocol access.