Sabnzbd Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Sabnzbd 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.
An MCP (Model Context Protocol) server for SABnzbd — manage your Usenet downloader through Claude or any MCP-compatible client.
| Tool | Description |
|---|---|
get_status | Full server status (speed, disk space, queue summary) |
get_version | SABnzbd version |
get_warnings | Current warnings and log messages |
get_categories | All configured categories |
get_scripts | All configured post-processing scripts |
get_queue | Download queue with pagination |
pause_queue | Pause all downloads |
resume_queue | Resume all downloads |
pause_post_processing | Pause post-processing |
resume_post_processing | Resume post-processing |
set_speed_limit | Set download speed limit |
delete_from_queue | Delete items from the queue |
set_priority | Set download priority |
change_category | Change category of a queue item |
move_in_queue | Move item to a specific queue position |
add_nzb_url | Add NZB by URL |
get_history | Download history with search and filtering |
retry_download | Retry a failed download |
retry_all_failed | Retry all failed downloads |
delete_history | Delete history items |
purge_history | Purge all history |
docker run -d \
-e SABNZBD_URL=http://your-sabnzbd:8080 \
-e SABNZBD_API_KEY=your_api_key \
-e MCP_TRANSPORT=http \
-p 3001:3001 \
ghcr.io/ltmarx/sabnzbd-mcp:latestcp .env.example .env
# edit .env with your SABnzbd URL and API key
docker compose --profile http up -d{
"mcpServers": {
"sabnzbd": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-e", "SABNZBD_URL=http://your-sabnzbd:8080",
"-e", "SABNZBD_API_KEY=your_api_key",
"ghcr.io/ltmarx/sabnzbd-mcp:latest"
]
}
}
}| Variable | Default | Description |
|---|---|---|
SABNZBD_URL | http://localhost:8080 | SABnzbd base URL |
SABNZBD_API_KEY | (required) | SABnzbd API key (Settings → General → API Key) |
MCP_TRANSPORT | stdio | Transport mode: stdio or http |
MCP_PORT | 3000 | HTTP port (only used when MCP_TRANSPORT=http) |
MCP_HOST | 0.0.0.0 | HTTP bind host (only used when MCP_TRANSPORT=http) |
npm install
cp .env.example .env
# edit .env
npm run dev~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.