Skip to main content
Glama

YggTorrent MCP Server

download_torrent_file

Download torrent files from YggTorrent using a specific torrent ID and save them to a designated output directory for programmatic access and management.

Instructions

Download the torrent file.

Input Schema

NameRequiredDescriptionDefault
output_dirYes
torrent_idYes

Input Schema (JSON Schema)

{ "properties": { "output_dir": { "title": "Output Dir", "type": "string" }, "torrent_id": { "title": "Torrent Id", "type": "integer" } }, "required": [ "torrent_id", "output_dir" ], "type": "object" }

You must be authenticated.

Other Tools from YggTorrent MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/philogicae/ygg-torrent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server