Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/pranciskus/newsmcp/skillnpx skills add pranciskus/newsmcp --skill skillgit clone --depth 1 https://github.com/pranciskus/newsmcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/pranciskus/newsmcp/skill)<a href="https://agentmods.dev/skills/pranciskus/newsmcp/skill"><img src="https://agentmods.dev/badge/skills/pranciskus/newsmcp/skill.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00029 | $0.01941 |
| Opus 5 | $0.00015 | $0.00971 |
| Sonnet 5 | $0.00006 | $0.00388 |
| Haiku 4.5 | $0.00003 | $0.00194 |
Grade A, and why
newsmcp scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- curl How it starts
The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
World News Skill
Get real-time world news from an AI-powered news aggregation service. Stories are clustered into events (deduplicated across multiple sources), summarized, classified by topic, and tagged by geography.
No API key required. No authentication. Just call the API.
Why This Is Different
- Events, not articles — individual articles are clustered into stories, so you get one summary per story instead of 20 duplicates
- Pre-summarized — every event has an AI-generated summary, no need to read full articles
- Classified — 12 topic categories and 100+ geographic regions
- Importance signals —
sources_count(how many outlets covered it) andimpact_score(AI-assessed significance) - Multi-source — each event lists all source articles with titles, URLs, and domains
API Base URL
https://newsmcp.io/v1
Endpoints
1. Get News Events
curl -s "https://newsmcp.io/v1/news/?hours=24&per_page=10&order_by=-sources_count"
Parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
hours |
int | 24 | Time window (1-168, i.e. up to 7 days) |
topics |
string | — | Comma-separated topic slugs (e.g. politics,military) |
geo |
string | — | Comma-separated geo slugs (e.g. europe,united-states) |
page |
int | 1 | Page number |
per_page |
int | 20 | Results per page (max 50) |
order_by |
string | -sources_count |
Sort field. Options: sources_count, entries_count, impact_score, first_seen_at, last_seen_at (prefix - for descending) |
Response shape:
{
"events": [
{
"id": "uuid",
"summary": "AI-generated event summary",
"topics": ["politics", "military"],
"geo": ["europe", "ukraine"],
"entries_count": 15,
"sources_count": 8,
"first_seen_at": "2026-03-03T10:00:00Z",
"last_seen_at": "2026-03-03T14:00:00Z",
"impact_score": 4,
"entries": [
{
"title": "Article headline",
"url": "https://example.com/article",
"domain": "example.com",
"published_at": "2026-03-03T12:00:00Z"
}
]
}
],
"total": 42,
"page": 1,
"per_page": 10
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 198 lines · 29 tokens per session scan A 61bed2e6e990
newsmcp is a skill published in the GitHub repository pranciskus/newsmcp (42 stars, last pushed 6mo ago), licensed MIT. It adds 29 tokens to every session and 1,941 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
release-dbt-mcp
Release a new version of dbt-mcp to PyPi.
unraid
This skill should be used when the user mentions Unraid, asks to check server health, monitor array or disk status, list or restart Docker containers, start or stop VMs, read system logs, check parity status, view notifications, manage API keys, configure rclone remotes, check UPS or power status, get live CPU or…
authoring
Add or edit an MCP server entry in mcptoon's config correctly — stdio/streamable-http/sse shapes, command rules, placeholders, and validation.
connect
Connect any AI agent to MCP servers through mcptoon — one config synced everywhere, one stdio gateway, 99.8% fewer tokens on tool discovery.
triage
Diagnose and fix broken MCP servers in mcptoon — doctor, health, per-server probes, and the common failure playbook.
swag
This skill should be used when the user says "add proxy config", "create reverse proxy", "SWAG config", "nginx proxy", "expose service", "proxy configuration", "subdomain config", "subfolder config", "configure SWAG", "list proxy configs", "view proxy config", "edit proxy config", "remove proxy config", "check proxy…