The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Newsagent MCP listing page.
Query scored, classified Russian & English news from any MCP client (Claude Desktop, Cursor, Cline, etc.). The server wraps the NewsAgent Data API — every article it returns is already scored for urgency (0–10), classified by political lean, topic, country and audience, and de-duplicated.
| Tool | What it does |
|---|---|
get_feed | Filtered feed — by country, topic, language, political lean, audience, min urgency, date range |
search_news | Full-text keyword search across the archive |
get_breaking | Recent high-urgency news (urgency ≥ 7 by default) |
coverage_stats | Live totals — articles, sources, countries, languages (no key) |
list_sources | Source catalog metadata (Standard tier+) |
pip install -r requirements.txtclaude_desktop_config.json):Cursor / Cline: point the MCP server command at newsagent_mcp.py the same way, with NEWSAGENT_API_KEY in the env.
get_feed with political_lean)The agent picks the right tool and filters; results come back pre-scored and classified, so no NLP pipeline is needed on your side.
list_sources requires a Standard-tier key; channel handles are never exposed.NEWSAGENT_API_BASE to override the API host (defaults to
https://api.newsagentdata.com).