News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google.
{
"mcpServers": {
"ai-newzai-api-news-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for ai.newzai.api/news-mcp 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:
TECHNOLOGYBUSINESSlast_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 | | --