Newsagent Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Newsagent Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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):{
"mcpServers": {
"newsagent": {
"command": "python",
"args": ["/absolute/path/to/newsagent_mcp.py"],
"env": { "NEWSAGENT_API_KEY": "your_key_here" }
}
}
}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.
server surfaces 401/403/429 as clear errors.
list_sources requires a Standard-tier key; channel handles are never exposed.NEWSAGENT_API_BASE to override the API host (defaults tohttps://api.newsagentdata.com).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.