Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.pranciskus/newsmcp

NPM · @NEWSMCP/SERVER · SCANNED AUG 3

Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key.

Available components

+54 this week 79 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to pranciskus/newsmcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 150 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 434 tokens (~108/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @newsmcp/server

# add to Claude Code
claude mcp add pranciskus-newsmcp -- npx -y @newsmcp/server
# add to Codex CLI
codex mcp add pranciskus-newsmcp -- npx -y @newsmcp/server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pranciskus-newsmcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@newsmcp/server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pranciskus-newsmcp --command npx --arg -y --arg @newsmcp/server
# ~/.hermes/config.yaml
mcp_servers:
  pranciskus-newsmcp:
    command: "npx"
    args: ["-y", "@newsmcp/server"]
// mcp.json
{
  "mcpServers": {
    "pranciskus-newsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@newsmcp/server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +53
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Provenance: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • The attested source repository moved: pranciskus/newsmcp security
    • Security disclosure: fail → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +21
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 25

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@newsmcp/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
pranciskus/newsmcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/pranciskus/newsmcp/.github/workflows/release.yml@refs/tags/v1.1.1
Rekor log index:
1042441508
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:d0b23ba7ee3a553e3f73635003bad3ec0b7a09a7a19b1e235a597896b152558ec70a87b177d233092b6268e7707416e1a3099b5428dfba66ca0b02bb7
Discovery method:
attestation_endpoint
Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~434 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_news ~270

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.

NameTypeReqDescription
geostringComma-separated geographic slugs (e.g. 'europe,lithuania'). Use get_regions to see available regions.
hoursintegerTime window in hours (1-168). Default: 24.
order_bystringSort order. Default: -sources_count (most covered first).
pageintegerPage number. Default: 1.
per_pageintegerResults per page (1-50). Default: 20.
topicsstringComma-separated topic slugs (e.g. 'politics,technology'). Use get_topics to see available topics.

No output schema declared.

No examples provided.

get_news_detail ~99

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.

NameTypeReqDescription
event_idstringyesUUID of the news event.

No output schema declared.

No examples provided.

get_regions ~31

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_topics ~34

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.