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

· · · 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.

mcp config
{
  "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.

To get an API key

Email [email protected]

Include your use case and expected request volume.

MCP tools

7 tools. Every news query covered.

News by depth

Surface
get_news_headlines

Latest headlines by region — title and source only. Minimal payload, fast lookup. Supports 7 regions.

region (required)language
Story
search_news

Free-form search using hybrid, sparse, or vector modes. Returns full article details with recency filtering. Supports 4 regions.

search_string (required)search_typeregionlast_n_hourstop_k
Deep
get_related_news

Maximum depth. Returns the full cluster of related and closely linked articles around a topic or article ID. Supports 4 regions.

by_idby_categoryregionlanguagetop_k

Traditional category

get_news_by_category

Retrieve full news items filtered by a predefined category such as TECHNOLOGY, BUSINESS, or SPORTS. Supports 4 regions.

predefined_category (required)regionlanguagetop_k

Personalised user feed

get_user_preferences

Returns all saved news preferences for the authenticated user.

— (no params, requires login)
get_news_by_preference

Fetch a personalised news feed based on a saved user preference ID.

preference_id (required)
set_user_preferences

Add new news preferences for the authenticated user. Appends, does not replace.

preferences (required)