Skip to main content
Glama

YggTorrent MCP Server

search_torrents

Search for torrent files on YggTorrent by specifying a query, categories, and sorting preferences. Retrieve results programmatically without exposing your Ygg passkey for secure and efficient torrent discovery.

Instructions

Search for torrent files.

Input Schema

NameRequiredDescriptionDefault
categoriesNo
limitNo
order_byNoseeders
pageNo
per_pageNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "categories": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Categories" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "order_by": { "default": "seeders", "title": "Order By", "type": "string" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "per_page": { "default": 25, "title": "Per Page", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "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