media-stack-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RADARR_URL | No | Radarr server URL (e.g., http://radarr:7878). | |
| SONARR_URL | No | Sonarr server URL (e.g., http://sonarr:8989). | |
| SABNZBD_URL | No | SABnzbd server URL (e.g., http://sabnzbd:8080). | |
| PROWLARR_URL | No | Prowlarr server URL (e.g., http://prowlarr:9696). | |
| MCP_HTTP_HOST | No | HTTP server host (default: 0.0.0.0). | 0.0.0.0 |
| MCP_HTTP_PATH | No | HTTP endpoint path (default: /mcp). | /mcp |
| MCP_HTTP_PORT | No | HTTP server port (default: 3000). | 3000 |
| MCP_TRANSPORT | No | Transport mode: 'http' (default) or 'stdio'. | http |
| MCP_HTTP_TOKEN | Yes | Bearer token for HTTP authentication. Required when MCP_TRANSPORT is http. | |
| RADARR_API_KEY | No | Radarr API key. | |
| SONARR_API_KEY | No | Sonarr API key. | |
| MCP_SERVER_NAME | No | Server name (default: media-stack-mcp). | media-stack-mcp |
| QBITTORRENT_URL | No | qBittorrent WebUI URL (e.g., http://vpn:5080). | |
| SABNZBD_API_KEY | No | SABnzbd API key. | |
| PROWLARR_API_KEY | No | Prowlarr API key. | |
| QBITTORRENT_PASSWORD | No | qBittorrent WebUI password. | |
| QBITTORRENT_USERNAME | No | qBittorrent WebUI username (default: admin). | admin |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| media_health_checkA | Check connectivity and versions for the configured media apps. |
| radarr_lookup_movieA | Search Radarr/TMDB for a movie by title. |
| radarr_add_movieA | Add a movie to Radarr by TMDB ID. Use radarr_lookup_movie first. |
| radarr_get_queueC | Get Radarr download/import queue. |
| sonarr_lookup_seriesB | Search Sonarr/TVDB for a TV series by title. |
| sonarr_add_seriesC | Add a TV series to Sonarr by TVDB ID. Use sonarr_lookup_series first. |
| sonarr_get_queueA | Get Sonarr download/import queue. |
| sabnzbd_get_queueB | Get SABnzbd queue. |
| sabnzbd_pauseB | Pause SABnzbd. |
| sabnzbd_resumeC | Resume SABnzbd. |
| prowlarr_searchC | Search Prowlarr indexers. |
| prowlarr_test_indexersA | Return Prowlarr indexers. Use this before testing individual indexers. |
| qbittorrent_list_torrentsC | List qBittorrent torrents. |
| qbittorrent_pause_allA | Pause all qBittorrent torrents. |
| qbittorrent_resume_allA | Resume all qBittorrent torrents. |
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
- 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/gbone001/media-stack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server