Server data from the Official MCP Registry
News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google.
News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google.
Remote endpoints: streamable-http: https://api.newzai.ai/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"ai-newzai-api-news-mcp": {
"url": "https://api.newzai.ai/mcp"
}
}
}From the project's GitHub README.
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 |
|---|---|---|---|
region | string | Yes | One of the supported regions |
language | string | No | Output language code, default en |
Best for: fast situational awareness, briefing agents, "what happened today?" workflows.
Example prompt:
Get me the latest headlines from India.
Example response:
- 25th Amendment row: Can Trump be removed from office amid Iran war?
- Iran's 'lost the key' post offers comic relief amid global tension
- NASA's Artemis II Crew To Break Distance Record
- IPL 2026: KKR vs PBKS in danger from thunderstorm threat
...
search_news_predefined_categoryFetch rich, detailed news articles for a well-known topic category.
| Parameter | Type | Required | Description |
|---|---|---|---|
predefined_category | enum | Yes | One of the predefined categories below |
region | string | No | Region to fetch from, default india |
language | string | No | Output language code, default en |
top_k | int | No | Number of articles to return, default 20 |
Available categories: TECHNOLOGY, BUSINESS, ENTERTAINMENT, SPORTS, WORLD
Best for: stable agent workflows where category-level intent is known ahead of time.
Example prompt:
What's happening in technology news in the US?
search_news_for_any_categoryFetch news for any custom keyword or topic.
| Parameter | Type | Required | Description |
|---|---|---|---|
category | string | Yes | Any topic or keyword such as "climate change" or "AI regulation" |
region | string | No | Region to fetch from, default india |
language | string | No | Output language code, default en |
top_k | int | No | Number of articles to return, default 20 |
last_n_hours | int | No | Limit to recent news, for example 24 |
Best for: market intelligence, competitor tracking, live research, and long-tail topic discovery.
Example prompts:
Find me news about electric vehicles in Japan from the last 24 hours.
What are people saying about AI regulation this week?
Search for startup funding news in the US.
https://api.newzai.ai/mcp/streamable-httptop_k, and last_n_hoursThis design is deliberate. For agents, predictable parameters are usually more valuable than a broad but underspecified endpoint. NewsAI keeps the tool contract tight enough for reliable tool selection while still covering the main retrieval patterns users actually need.
| Feature | NewsAI news MCP | Generic web search |
|---|---|---|
| Structured, clean output | Yes | No |
| Region-specific retrieval | Yes | Partial |
| Language control | Yes | Limited |
| Recency filtering | Yes | Usually no |
| Works natively in MCP clients | Yes | No |
| Promptable by tool-aware agents | Yes | Partial |
| No page scraping in the client | Yes | No |
This news MCP server is well-suited for:
This MCP server uses Google OAuth 2.0. On first connection your MCP client redirects you to a Google sign-in page. After authorization, the client maintains the session automatically.
For most users, this means:
If you need API-key-based access for autonomous pipelines, contact feedback@newzai.ai.
{
"mcpServers": {
"newzai": {
"type": "http",
"url": "https://api.newzai.ai/mcp/"
}
}
}
{
"mcpServers": {
"newzai": {
"type": "http",
"url": "https://api.newzai.ai/mcp/"
}
}
}
{
"mcpServers": {
"newzai": {
"type": "http",
"url": "https://api.newzai.ai/mcp/"
}
}
}
What makes this different from a generic "news MCP"? Most alternatives behave like thin connectors. NewsAI is designed as a news intelligence layer for AI agents, with structured tools for headlines, category retrieval, custom-topic search, language selection, and recency filtering.
Does this work with Claude? Yes. Add the MCP config to Claude Desktop and Claude can call the news tools whenever a prompt requires current events.
Is there a free tier? Yes. It is free to use with Google sign-in. If you are building an autonomous agent or pipeline that needs API-key access instead of OAuth, contact feedback@newzai.ai.
What regions are supported? India, United States, United Kingdom, Japan, Australia, Canada, and Germany.
Can I fetch news in languages other than English?
Yes. Pass a language code such as ja, de, or hi in the language parameter.
Is this just web search inside MCP? No. The value is not just "news over MCP." The value is a tighter retrieval layer for live news, exposed through MCP in a form agents can use reliably.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.