🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@newsmcp/server

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newsmcp/server

World news for AI agents — MCP server with real-time AI-clustered events, topic classification, geographic filtering. Free, no API key.

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

@newsmcp/server

World news for AI agents. Real-time events clustered by AI from hundreds of sources, classified by topic and geography, ranked by importance.

Free. No API key. One command.

npx -y @newsmcp/server

Website: newsmcp.io Full docs: github.com/pranciskus/newsmcp

Install

Claude Desktop — add to claude_desktop_config.json:

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

Claude Code: claude mcp add newsmcp -- npx -y @newsmcp/server

Cursor — add to .cursor/mcp.json:

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

Tools

ToolDescription
get_newsTop events with topic/geo/time filtering
get_news_detailFull event detail with context and all sources
get_topicsAvailable topic categories
get_regionsAvailable geographic regions (100+)

REST API

Same data without MCP. Base URL: https://newsmcp.io/v1

curl -s https://newsmcp.io/v1/news/ | jq
curl -s "https://newsmcp.io/v1/news/?topics=technology&geo=europe" | jq
curl -s https://newsmcp.io/v1/news/topics/ | jq

License

MIT

Keywords

mcp

FAQs

Package last updated on 05 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts