Skip to main content
Glama
julien-nc

C411 MCP Server

by julien-nc

C411 MCP サーバー

c411.org でのトレント検索、トレントのメタデータやコメントの取得、.torrent ファイルのダウンロードを行うための MCP (Model Context Protocol) サーバーです。

目次

Related MCP server: RuTracker MCP Server

機能

  • c411.org でのトレント検索

  • infoHash による詳細なトレントメタデータの取得

  • infoHash によるページ分割されたトレントコメントの取得

  • infoHash による .torrent ファイルのダウンロード

  • 認証済みセッションの自動再利用

  • 期限切れ認証の自動再試行(短い遅延と上限付き再試行回数)

  • 資格情報の欠如、無効な資格情報、メンテナンスモードによる失敗の区別

  • タイトル、サイズ、シード数、および利用可能な場合は infoHash を含む構造化された検索結果の返却

インストール

npm install

使用方法

サーバーの実行

サーバーはデフォルトで stdio トランスポートを使用します:

npm run dev

または、ビルドして実行します:

npm run build
npm start

認証

C411.org はトレントリストへのアクセスに認証を必要とします。ログインを有効にするには:

  1. 以下の環境変数を設定します:

    • C411_USERNAME: c411.org のユーザー名

    • C411_PASSWORD: c411.org のパスワード

  2. サーバーは自動的にログインし、セッションを維持します。

資格情報がない場合、サーバーは検索結果を取得できない可能性があります。

認証失敗時の動作

サーバーは認証失敗時に、より詳細なエラーを返そうとします:

  • 資格情報の欠如: C411_USERNAMEC411_PASSWORD を要求します

  • 無効な資格情報: ユーザー名またはパスワードが拒否されたことを報告します

  • メンテナンスモード: c411.org が一時的に利用不可であることを報告します

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables interaction with qBittorrent through its Web API to search for torrents using search plugins and manage downloads. Supports torrent searching, downloading via URLs/magnet links, and torrent management operations like pause, resume, and delete.
    4
    7
    3
  • F
    license
    -
    quality
    B
    maintenance
    Allows users to search and browse torrents on rutracker.org, retrieving detailed metadata including magnet links and file lists. It automatically handles authentication by extracting session cookies from the Brave browser on macOS.
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to interact with the M-Team private torrent tracker API for searching resources, retrieving torrent details, and downloading torrent files. It provides a bridge for Model Context Protocol clients to manage and access private tracker content through natural language.
    3
    8
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables searching and downloading torrents from iptorrents.com using browser cookie-based authentication, with features like filtering, sorting, and freeleech detection.

View all related MCP servers

Related MCP Connectors

  • x402-gated web extraction gateway. Tools: extract, extract_batch.

  • Source-first URL clone, capture, rebuild, and fidelity verification tools.

  • Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.

View all MCP Connectors

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/julien-nc/mcp-server-c411'

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