MCP.so
登录
N

NewsMCP — Real-time news for AI agents

@pranciskus

关于 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.

基本信息

分类

生产力

传输方式

stdio

发布者

pranciskus

提交者

Pranciškus Jansas

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

生产力 分类下的更多 MCP 服务器