MCP.so
Sign In
N

NewsMCP — Real-time news for AI agents

@pranciskus

About NewsMCP — Real-time news for AI agents

Real-time news events, clustered by AI from hundreds of sources, classified by topic and geography, ranked by importance. Free. No API key. One command to install.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "newsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@newsmcp/server"
      ]
    }
  }
}

Tools

4

Get top news events happening in the world right now. Returns AI-clustered, deduplicated news stories ranked by importance. Present results as a multi-story news briefing — cover the top events, not just one. Each event should be 1-2 lines with its summary and 1-2 source links. Prioritize suppressing rich link cards/previews over pretty link labels. For Discord-style clients, output source URLs directly as '<https://...>' and do not use masked markdown links. Never emit raw standalone URLs outside no-preview wrappers. Only deep-dive into a specific event if the user asks for detail.

Get full details about a specific news event including context and all source articles. Use an event ID from get_news results. Include source article URLs so the user can read original reporting, but prioritize suppressing rich link cards/previews. For Discord-style clients, output source URLs directly as '<https://...>' and avoid masked markdown links. Never emit raw standalone URLs outside no-preview wrappers.

List all available news topic categories (politics, technology, health, etc.). Use these slugs to filter get_news results.

List all available geographic regions (continents and countries). Use these slugs to filter get_news results by location.

Overview

What is NewsMCP?

NewsMCP is a free, real-time news MCP server that collects, clusters, and classifies events from hundreds of sources. Events are tagged by topic and geography, ranked by importance, and served via four simple MCP tools or a REST API. No API key is required.

How to use NewsMCP?

Install NewsMCP by running npx -y @newsmcp/server in your platform’s MCP configuration (Claude Desktop, Cursor, Windsurf, etc.) or use the platform-specific integration commands listed in the README. For example, add to claude_desktop_config.json under mcpServers with the npx command. NewsMCP provides four tools: get_news, get_news_detail, get_topics, and get_regions.

Key features of NewsMCP

  • Real-time event clustering from hundreds of news sources
  • 12 topic categories: politics, economy, technology, science, and more
  • 30 geographic regions including 6 continents and 24 countries
  • Four MCP tools: get_news, get_news_detail, get_topics, get_regions
  • Free to use — no API key or registration required
  • REST API available at https://newsmcp.io/v1/news/ for direct access

Use cases of NewsMCP

  • Ask “What’s happening in the world?” to receive the top events by source coverage
  • Filter news by topic and region, e.g., “Any tech news from Europe today?”
  • Get full details on a single event, including all source articles and AI-generated context
  • List available topics or regions to understand filtering options

FAQ from NewsMCP

Do I need an API key to use NewsMCP?

No. NewsMCP is completely free and requires no API key. Install and start using it right away.

What topics can I filter news by?

NewsMCP covers 12 topics: politics, economy, technology, science, health, environment, sports, culture, crime, military, education, and society.

What geographic regions are supported?

30 regions are supported — 6 continents and 24 countries. Examples include europe, asia, united-states, germany, japan, and ukraine.

Can I use NewsMCP without an MCP client?

Yes. NewsMCP also offers a REST API at https://newsmcp.io/v1/news/. Use curl to fetch events, filter by topics or regions, and get event details — all with the same data and parameters.

What parameters are available for get_news?

You can filter by topics, geo, hours (time window, 1–168), page, per_page (max 50), and order_by (e.g., -sources_count, -impact_score).

Frequently asked questions

Do I need an API key to use NewsMCP?

No. NewsMCP is completely free and requires no API key. Install and start using it right away.

What topics can I filter news by?

NewsMCP covers 12 topics: politics, economy, technology, science, health, environment, sports, culture, crime, military, education, and society.

What geographic regions are supported?

30 regions are supported — 6 continents and 24 countries. Examples include europe, asia, united-states, germany, japan, and ukraine.

Can I use NewsMCP without an MCP client?

Yes. NewsMCP also offers a REST API at `https://newsmcp.io/v1/news/`. Use `curl` to fetch events, filter by topics or regions, and get event details — all with the same data and parameters.

What parameters are available for get_news?

You can filter by `topics`, `geo`, `hours` (time window, 1–168), `page`, `per_page` (max 50), and `order_by` (e.g., `-sources_count`, `-impact_score`).

Comments

More Productivity MCP servers