Skip to main content
Glama
hubbertj

iptorrents MCP Server

by hubbertj

iptorrents MCP サーバー

iptorrents.com からトレントを検索・ダウンロードするための MCP (Model Context Protocol) サーバーです。

機能

  • フィルタリングと並べ替えによるトレント検索

  • ブラウザのクッキーベースの認証 (Cloudflare Turnstile のため自動ログインは非対応)

  • トレントメタデータの抽出 (シード数、リーチ数、サイズ、カテゴリなど)

  • フリーリーチ検出

インストール

pip install -e .

使用方法

iptorrents 認証用の環境変数を設定します:

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

iptorrents.com からクッキーを取得します:

  1. ブラウザで https://iptorrents.com を開く

  2. サインインする

  3. 開発者ツール (F12) を開く

  4. 「ストレージ」→「クッキー」→「iptorrents.com」に移動する

  5. uidpasscf_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 に触発されました。これは適切な 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