MCP JustWatch Server
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
} |
| 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 |
|---|---|
| search_contentB | Search for movies and TV shows on JustWatch with streaming availability. |
| get_detailsA | Get detailed information about a specific movie or TV show using its JustWatch node ID. |
| get_offers_for_countriesB | Get streaming offers for specific content across multiple countries. |
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 finds content, get_details provides detailed info, and get_offers_for_countries gives streaming offers across countries. No overlap.
All tools use a consistent verb_noun snake_case pattern (get_details, get_offers_for_countries, search_content), making them predictable.
Three tools is appropriate for a content discovery and streaming info server, covering the essential operations without bloat.
The set covers search, details, and multi-country offers, which are core. Minor missing features like per-country offers or trending content, but overall adequate.