News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"newzai": {
"url": "https://api.newzai.ai/mcp/",
"type": "http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A news intelligence layer for MCP clients - not just a thin wrapper around search or RSS.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
MCP Security Weekly
Get CVE alerts and security updates for ai.newzai.api/NewzAI and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A news intelligence layer for MCP clients - not just a thin wrapper around search or RSS.
NewsAI is a news MCP server that gives Claude, Cursor, VS Code Copilot, Windsurf, and any MCP-compatible AI agent instant access to real-time headlines and detailed news retrieval across 7 global regions, multiple languages, and any topic.
If you are looking for a serious news MCP, this is built for production agent workflows: no scraping, no RSS parsing, no brittle site adapters - just a single MCP endpoint with structured tools that work out of the box.
Want to see it in action? Try it live at app.newzai.ai.
Most "news MCP" offerings are thin wrappers around generic search or a single feed. NewsAI is positioned differently: MCP is the interface, but the product value is the news retrieval layer behind it.
Instead of forcing agents to browse raw pages or depend on vague web search results, NewsAI lets them ask for:
TECHNOLOGY or BUSINESSlast_n_hoursThat makes it useful as an agent-facing news intelligence layer for assistants, research systems, market monitoring, and live RAG pipelines.
| Capability | Thin news wrapper | NewsAI |
|---|---|---|
| MCP-native tool interface | Partial | Yes |
| Region-specific news retrieval | Usually limited | Yes |
| Language parameterization | Rare | Yes |
| Recency filtering | Usually no | Yes |
| Predefined category retrieval | Usually no | Yes |
| Arbitrary topic search | Partial | Yes |
| Structured agent-ready outputs | Inconsistent | Yes |
| OAuth onboarding for interactive clients | Rare | Yes |
AI Agent / MCP Client
|
v
NewsAI MCP Server (Streamable HTTP)
|
+-- Google OAuth session
+-- Tool selection + parameter validation
+-- Region / language / topic / recency controls
v
NewsAI retrieval layer
|
v
Structured news results for the agent
The important point is that MCP is the delivery mechanism, not the entire product. The server exposes a compact, agent-usable tool surface on top of a live news retrieval system that already understands regional scope, topic intent, and freshness constraints.
Add the NewsAI news MCP server to your MCP client configuration:
{
"mcpServers": {
"newzai": {
"type": "http",
"url": "https://api.newzai.ai/mcp/"
}
}
}
Authentication required - Uses Google OAuth. You will be prompted to sign in on first use. No API key management needed for interactive clients.
Works with Claude Desktop, Cursor, VS Code Copilot, Windsurf, and any MCP-compatible client.
NewsAI's MCP server currently supports:
last_n_hoursSupported region slugs:
india, united-states, united-kingdom, japan, australia, canada, germany
This news MCP server exposes three tools to your AI agent.
fetch_news_headlinesFetch the latest top news headlines for a region.
| Parameter | Type | Required | Description | | --