Skip to main content
Glama
hubbertj

iptorrents MCP Server

by hubbertj

iptorrents MCP-Server

MCP-Server (Model Context Protocol) zum Suchen und Herunterladen von Torrents von iptorrents.com.

Funktionen

  • Suche nach Torrents mit Filtern und Sortierung

  • Browserbasierte Cookie-Authentifizierung (kein automatischer Login aufgrund von Cloudflare Turnstile)

  • Extraktion von Torrent-Metadaten (Seeder, Leecher, Größe, Kategorie usw.)

  • Freeleech-Erkennung

Installation

pip install -e .

Verwendung

Setzen Sie Umgebungsvariablen für die iptorrents-Authentifizierung:

export IPTORRENTS_UID="<your_uid_cookie>"
export IPTORRENTS_PASS="<your_pass_cookie>"
export IPTORRENTS_CF_CLEARANCE="<cf_clearance_if_needed>"

Cookies von iptorrents.com abrufen:

  1. Öffnen Sie https://iptorrents.com im Browser

  2. Melden Sie sich an

  3. Öffnen Sie die Entwicklertools (F12)

  4. Gehen Sie zu Speicher → Cookies → iptorrents.com

  5. Kopieren Sie die Werte für uid, pass und cf_clearance

Starten Sie den Server:

python -m iptorrents_mcp.main

Tools

search_iptorrents

Suchen Sie nach Torrents auf iptorrents.com

Parameter:

  • query (Zeichenfolge, erforderlich): Suchanfrage

  • limit (Ganzzahl): Maximale Anzahl der Ergebnisse (Standard: 10)

  • sort (Zeichenfolge): Sortierfeld (seeders, leechers, size, downloads, name, age)

Beispiel:

search_iptorrents("The Office", limit=5, sort="seeders")

Basiert auf

Inspiriert von https://github.com/evanpurkhiser/iptorrents-cli – eine Referenzimplementierung für die korrekte Interaktion mit der iptorrents-API.

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/hubbertj/openclaw-mcp-iptorrents-v2'

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