提交

Newsagent Data

@newsagentdata

MCP server for scored, classified Russian & English news — urgency (0–10), 9-category political lean, topic/country/audience tags and event clusters. Five tools, including a keyless coverage_stats. Free API key, no card.
概览

Most news APIs hand you raw articles. NewsAgent Data hands you structured intelligence — every article arrives already labeled with urgency, political lean, topic, event clustering and audience tags.

What makes it different

  • Enrichment on every article — urgency score (0–10), breaking detection, 9-category political lean, event clustering & de-duplication, plus topic / country / audience / language tags.
  • Sources others miss — RSS and 2,600+ live Telegram channels (MTProto): a real edge for OSINT, geopolitics and breaking-news monitoring.
  • RU + EN depth — true Russian & English coverage across 190+ countries and 40+ languages, 1M+ articles.
  • Built for agents — native MCP server; same data also via REST, SSE stream, JSONL export and HMAC-signed webhooks.

Tools

ToolWhat it does
get_feedFiltered feed — country, topic, language, lean, audience, min urgency, date range
search_newsFull-text keyword search across the archive
get_breakingRecent high-urgency items (urgency ≥ 7)
coverage_statsLive totals — articles, sources, countries, languages (no key)
list_sourcesSource catalog metadata (Standard tier+)

Quick start

  1. Free API key (no card): https://newsagentdata.com/signup/?plan=free
  2. Add to your MCP client config:
{
  "mcpServers": {
    "newsagent": {
      "command": "python",
      "args": ["/absolute/path/to/newsagent_mcp.py"],
      "env": { "NEWSAGENT_API_KEY": "your_key_here" }
    }
  }
}

Example prompts

  • "Get breaking sanctions news from Russia scored 7 or higher."
  • "Search the news for 'central bank rate' in the last 14 days, English only."
  • "Compare how state vs opposition sources covered Ukraine this week."

Links: Website · API docs · Pricing · GitHub

服务器配置

{
  "mcpServers": {
    "newsagent": {
      "command": "python",
      "args": [
        "/absolute/path/to/newsagent_mcp.py"
      ],
      "env": {
        "NEWSAGENT_API_KEY": "your_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.