A
licenseB
qualityNot graded
maintenanceA Python MCP server that allows programmatic interaction with YggTorrent, enabling torrent search, details retrieval, and magnet link generation without exposing your Ygg passkey.
4
18
MIT
Scored across 8 tools
Most tools have distinct purposes, but get_torrent_details and get_torrent_stats could cause confusion as both provide information about a specific torrent.
All tool names follow a consistent verb_noun pattern with snake_case, using 'torrent' as the object throughout.
8 tools cover essential torrent management operations without being excessive; each tool serves a clear purpose.
The set covers core operations (add, list, get info, pause/resume, delete/forget), but lacks an update/modify operation for torrent properties.