fr-torrent-search-mcp
Verified Safeby philogicae
Overview
This project aggregates French torrent providers (YggTorrent, La Cale) and provides a programmatic interface (Python wrapper, MCP, and FastAPI server) for searching and downloading torrents.
Installation
docker compose up --build -dEnvironment Variables
- YGG_ENABLE
- YGG_DOMAIN
- YGG_LOCAL_API
- YGG_USERNAME
- YGG_PASSWORD
- TURBO_ENABLED
- LA_CALE_ENABLE
- LA_CALE_DOMAIN
- LA_CALE_PASSKEY
- FOLDER_TORRENT_FILES
Security Notes
The server uses environment variables for credentials, which is good practice. It handles external network requests and torrent files. While the server itself doesn't execute torrents, users should be aware of the inherent risks associated with torrent content. The `eval` function or similar dangerous patterns are not found.
Similar Servers
torrent-search-mcp
Provides a Python API and an MCP/FastAPI server to search for torrents programmatically across multiple sources like ThePirateBay, Nyaa, YggTorrent, and La Cale.
ygg-torrent-mcp
Provides a Python wrapper and MCP/FastAPI server to programmatically interact with YggTorrent for searching, retrieving details, and downloading torrents.
rqbit-mcp
Provides a Python API wrapper and an MCP (Model Context Protocol) server to interact with the rqbit torrent client.
MultiServer-Mcp
Demonstrates building and interacting with multiple Microservice-Compatible Protocol (MCP) servers for math and text processing using a LangChain MCP client for direct tool invocation.