Skip to main content
Glama

wizzy-mcp-tmdb

get_watch_providers

Find streaming services for movies and TV shows in specific regions. Input media type and region code to get available providers.

Instructions

Retrieves watch providers (streaming services) for movies or TV in a specific region. Input: type (required: movie|tv), language (optional ISO 639-1, default en), watch_region (required ISO 3166-1 code). Output: JSON with provider list. Purpose: Discover streaming availability for content recommendations by AI agents.

Input Schema

NameRequiredDescriptionDefault
languageNoISO 639-1 language (e.g., en)
typeYesMedia type for providers endpoint
watch_regionYesISO 3166-1 region code (e.g., IT)

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "ISO 639-1 language (e.g., en)", "type": "string" }, "type": { "description": "Media type for providers endpoint", "enum": [ "movie", "tv" ], "type": "string" }, "watch_region": { "description": "ISO 3166-1 region code (e.g., IT)", "type": "string" } }, "required": [ "watch_region", "type" ], "type": "object" }

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/drakonkat/wizzy-mcp-tmdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server