Skip to main content
Glama
philogicae

rqbit Torrent Client MCP

by philogicae

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_torrentsA

List all torrents.

download_torrentA

Download a torrent from a magnet link, HTTP URL, or local file.

get_torrent_detailsA

Get details for a specific torrent by its ID or infohash.

get_torrent_statsA

Get stats and status for a specific torrent by its ID or infohash.

delete_torrentC

Delete a torrent and its files.

start_torrentC

Start (resume) a torrent.

pause_torrentC

Pause a torrent.

forget_torrentA

Forget a torrent, keeping the files.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation4/5

Most tools have distinct purposes, but get_torrent_details and get_torrent_stats could cause confusion as both provide information about a specific torrent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, using 'torrent' as the object throughout.

Tool Count5/5

8 tools cover essential torrent management operations without being excessive; each tool serves a clear purpose.

Completeness4/5

The set covers core operations (add, list, get info, pause/resume, delete/forget), but lacks an update/modify operation for torrent properties.

Maintenance

ActivityInactive
ResponsivenessNo issues