rqbit Torrent Client MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Most tools have distinct purposes, but get_torrent_details and get_torrent_stats could cause confusion as both provide information about a specific torrent.
All tool names follow a consistent verb_noun pattern with snake_case, using 'torrent' as the object throughout.
8 tools cover essential torrent management operations without being excessive; each tool serves a clear purpose.
The set covers core operations (add, list, get info, pause/resume, delete/forget), but lacks an update/modify operation for torrent properties.