kinozal-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KINOZAL_PASSWORD | No | Your password on kinozal.tv | |
| KINOZAL_USERNAME | No | Your login on kinozal.tv |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_torrentsB | Search for torrents on kinozal.tv by query. Returns list of torrents with title, size, seeds, peers and ID. |
| get_torrent_detailsA | Get detailed information about a specific torrent by ID |
| download_torrentA | Download .torrent file to specified path. Credentials can be provided via arguments or environment variables (KINOZAL_USERNAME, KINOZAL_PASSWORD). |
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 3 tools
Each tool has a distinct purpose: search, get details, and download. No overlap or ambiguity.
All tools use consistent verb_noun snake_case pattern (download_torrent, get_torrent_details, search_torrents).
3 tools is well-scoped for a torrent server, covering search, details, and download without unnecessary extras.
Covers core torrent operations, but lacks features like category browsing or upload. Minor gap.