transmission-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRANSMISSION_URL | No | The URL of the Transmission instance (Default: http://localhost:9091). | http://localhost:9091 |
| TRANSMISSION_PASS | No | The password for Transmission authentication (optional). | |
| TRANSMISSION_USER | No | The username for Transmission authentication (optional). |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_session | Get Transmission session configuration and version info. |
| get_session_statsA | Get session statistics (speeds, torrent counts, cumulative stats). |
| free_spaceA | Get free disk space in bytes at the specified path. |
| list_torrents | List all torrents with their details. |
| get_torrent_detailsB | Get detailed info for a specific torrent by its ID or hash. |
| get_torrent_statsC | Get stats and status for a specific torrent by its ID or hash. |
| get_recently_activeA | Get recently active torrents and IDs of recently removed ones. |
| add_torrentB | Add a torrent from magnet link, HTTP URL, or local file path. |
| remove_torrentC | Remove a torrent. Set delete_data=True to also delete downloaded files. |
| start_torrentC | Start (resume) a torrent. |
| stop_torrent | Stop (pause) a torrent. |
| verify_torrent | Verify torrent data integrity. |
| reannounce_torrent | Reannounce torrent to trackers. |
| move_torrentC | Move torrent data to a new location. |
| set_torrent_labelsC | Set labels for a torrent. |
| download_torrent | Download a torrent from a magnet link, HTTP URL, or local file. |
| pause_torrentC | Pause a torrent. |
| delete_torrent | Delete a torrent and its files. |
| forget_torrentC | 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/philogicae/transmission-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server