NewzAI for AI
NewzAI MCP — A complete news
intelligence layer for your agents.
Connect your agent to a live, structured news layer via MCP. Get headlines, search topics, and retrieve full story clusters — ready to reason over.
Most "MCP servers" are just APIs with an MCP wrapper.
NewzAI MCP is built for AI agents from the ground up — data models, depth levels, and search modes designed for how agents reason, not how browsers browse.
Agents get a flat list of articles regardless of how deep they need to go.
NewzAI serves news at varying depths — from surface headlines to full story clusters — and searches semantically, the way AI agents understand context best.
Your financial agent goes stale the moment markets move.
NewzAI continuously updates story clusters for equities, markets, and geopolitics — so your portfolio agents always have the latest context without polling raw feeds.
Agents that scrape the internet for news burn tokens and add latency.
NewzAI delivers pre-processed, structured story intelligence in one call. No scraping, no deduplication, fewer tokens, significantly lower latency.
Live demo
See what your agent gets back.
Tool call
get_news_headlines
{
"region": "united-states"
}Response
- https://app.newzai.ai?newsgraphID=883b688e-85c1-5e8b-abc4-6d409517fe61
CDC leader says hantavirus not "a five-alarm fire bell"
CBSNews - https://app.newzai.ai?newsgraphID=ac768d18-d9f1-5fc5-a30e-7d9a578b693f
How Marco Rubio is riding laughter and memes to social media dominance
fox-news - https://app.newzai.ai?newsgraphID=d3c0fa92-7df8-5b93-be56-9ba6016902e6
Trump seeks to pause federal gas tax as prices soar amid Iran conflict
washington-post - https://app.newzai.ai?newsgraphID=e7104c4f-88b1-5b17-b2c0-753af4e458b0
In Trump administration battle over AI, U.S. spy agencies seek more power
washington-post - https://app.newzai.ai?newsgraphID=64fd9761-5515-554b-bb66-c9e609208a54
Xi's anti-corruption crackdown sentences former Chinese defense ministers to death
fox-news - https://app.newzai.ai?newsgraphID=9214e35d-6b75-544f-9b07-7a2002e72a1c
Starmer on the brink: UK PM fights for survival as party takes beating in local elections
fox-news
· · · trimmed for demo · · ·
↳ hints above are for illustration only — not part of the MCP response
Get connected
Two ways to connect.
For interactive clients
Claude Desktop, Cursor, VS Code, Windsurf
Uses Google OAuth 2.0. On first connection you'll be redirected to sign in — the client maintains the session automatically after that.
{
"mcpServers": {
"newzai": {
"type": "http",
"url": "https://api.newzai.ai/mcp/"
}
}
}For autonomous agents
API pipelines, background agents, workflows
For agents that run without user interaction, we issue a dedicated API key. No OAuth redirect needed — just pass the key in your request headers.
MCP tools
7 tools. Every news query covered.
News by depth
get_news_headlinesLatest headlines by region — title and source only. Minimal payload, fast lookup. Supports 7 regions.
search_newsFree-form search using hybrid, sparse, or vector modes. Returns full article details with recency filtering. Supports 4 regions.
get_related_newsMaximum depth. Returns the full cluster of related and closely linked articles around a topic or article ID. Supports 4 regions.
Traditional category
get_news_by_categoryRetrieve full news items filtered by a predefined category such as TECHNOLOGY, BUSINESS, or SPORTS. Supports 4 regions.
Personalised user feed
get_user_preferencesReturns all saved news preferences for the authenticated user.
get_news_by_preferenceFetch a personalised news feed based on a saved user preference ID.
set_user_preferencesAdd new news preferences for the authenticated user. Appends, does not replace.