Skip to main content
Glama
hubbertj

iptorrents MCP Server

by hubbertj

iptorrents MCP Server

MCP (Model Context Protocol) сервер для поиска и скачивания торрентов с iptorrents.com.

Функции

  • Поиск торрентов с фильтрацией и сортировкой

  • Аутентификация на основе файлов cookie браузера (автоматический вход невозможен из-за Cloudflare Turnstile)

  • Извлечение метаданных торрента (сиды, личи, размер, категория и т. д.)

  • Обнаружение freeleech

Установка

pip install -e .

Использование

Установите переменные окружения для аутентификации на iptorrents:

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

Получите файлы cookie с iptorrents.com:

  1. Откройте https://iptorrents.com в браузере

  2. Войдите в систему

  3. Откройте инструменты разработчика (F12)

  4. Перейдите в Хранилище → Файлы cookie → iptorrents.com

  5. Скопируйте значения для uid, pass и cf_clearance

Запустите сервер:

python -m iptorrents_mcp.main

Инструменты

search_iptorrents

Поиск торрентов на iptorrents.com

Параметры:

  • query (строка, обязательно): Поисковый запрос

  • limit (целое число): Максимальное количество результатов (по умолчанию: 10)

  • sort (строка): Поле для сортировки (seeders, leechers, size, downloads, name, age)

Пример:

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

Основано на

Вдохновлено https://github.com/evanpurkhiser/iptorrents-cli — эталонной реализацией для правильного взаимодействия с API iptorrents.

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