Skip to main content
Glama
387,889 tools. Last updated 2026-08-04 03:04

"BitTorrent" matching MCP tools:

  • Distribute artifacts across peers using BitTorrent v2 protocol for efficient P2P transfer.
    Apache 2.0
  • Retrieve detailed information about torrents in qBittorrent, including download status, progress, and file details for specific torrents or all active downloads.
  • Add a download task to the queue with support for multiple protocols including HTTP, HTTPS, FTP, magnet, and BitTorrent. Returns the new task ID.
    AGPL 3.0
  • Remove torrents from qBittorrent client with option to delete associated downloaded files, freeing up storage space and managing download queue.

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Built-in MCP server in the FluxDown download manager: a Streamable HTTP endpoint (POST /mcp, JSON-RPC 2.0, Bearer auth) exposing 9 tools to add, list, pause, resume, and remove HTTP/FTP/BitTorrent/HLS downloads and manage queues.
    Last updated
    9
    1,428
    AGPL 3.0
  • Find torrents by searching across multiple sources using qBittorrent's search plugins. Filter results by category including movies, TV shows, music, games, and software.
  • Update download configuration parameters including max concurrent tasks, default directories, throttling modes, newsgroup settings, BitTorrent options, RSS feed intervals, blocklist sources, and DNS servers.
    MIT
  • Return individual raw honeypot events with all fields. Use when the user wants to see actual records: 'show me events from this IP', 'what hit port 443 last week', 'events from Russia yesterday'. Filters: source_ip, country (2-letter code), asn (e.g. 'AS12345'), dest_port, protocol ('tls' or '' = the coarse TLS/raw-TCP signal), app_protocol (nDPI L7 protocol label: 'bittorrent', 'ssh', 'rdp', 'mssql-tds', 'mining', 'rtsp', 'smbv1', ... — find everything speaking a protocol regardless of port), http_method, request_header (substring of the masked HTTP request headers), ja4/ja3 (exact TLS client fingerprint), has_client_cert (true = only events where the client presented an mTLS cert), ip_version (4 or 6 = only IPv4 or IPv6 sources). since/until are ISO-8601 UTC strings. Each record includes: source_ip, country, asn, dest_port, user_agent, url_path, http_request_headers, tls_client_ja4, tls_client_ja3, http_request_ja4h, ssh_client_hassh, tls_client_cert_subject/issuer, event_sequence, event_duration, source_bytes/dest_bytes/network_bytes, network_protocol, application_protocol, timestamp.
    Connector