TMDB MCP Server
NPM · TMDB-MCP · 2 COMPONENTS · SCANNED AUG 3
MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 0 of 3 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to Grinv/tmdb-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 8735 tokens (~281/item across 31 items; 31 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · tmdb-mcp
claude mcp add grinv-tmdb-mcp -- npx -y tmdb-mcp
codex mcp add grinv-tmdb-mcp -- npx -y tmdb-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"grinv-tmdb-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"tmdb-mcp"
],
"enabled": true
}
}
} openclaw mcp add grinv-tmdb-mcp --command npx --arg -y --arg tmdb-mcp
mcp_servers:
grinv-tmdb-mcp:
command: "npx"
args: ["-y", "tmdb-mcp"] {
"mcpServers": {
"grinv-tmdb-mcp": {
"command": "npx",
"args": [
"-y",
"tmdb-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 1 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.
- 31 Jul 26 +26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 0
- Package version: 0.8.1 → 0.10.1 functional
- 29 Jul 26 −53
- Malware scan: pass → unverified ▼ security
- Schema quality: 100 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Package version: 0.8.1 → 0.9.0 functional
- 27 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 26 Jul 26 94
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- Grinv/tmdb-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/Grinv/tmdb-mcp/.github/workflows/release.yml@refs/tags/v0.10.1
- Rekor log index:
- 2291391890
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:d01fc6c8cc38d1df3214e9a58c8c6e764f296dacba95e8a6abb2880f211f67e8a2f8d6b325d913dd6c4269aca3c8daab33187fc12320a26b621697a61
- Discovery method:
- attestation_endpoint
Dependencies 3 packages
3 packages in the resolved dependency tree.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
discover_movies Discover movies (filters) ~1,237
Find movies by structured filters instead of a title query: genres (include/exclude), year or release-date range, rating range, vote count, runtime range, original language, cast/crew/people, companies, keywords, watch providers, certification, a region code (minor effect only — see its own description), an adult-content toggle, and sort order. certification and with_watch_providers each error if given with no certification_country/watch_region at all, but an unrecognized certification_country still silently disables the filter instead of erroring — see certification's own description. Use for 'popular sci-fi from the 1990s rated above 7 available on Netflix', or for a specific person's work in one genre — 'which of this director's/actor's/composer's films are animated' — via with_crew/with_cast/with_people + with_genres together; get_person_credits has no genre filter, so this combination is the right tool for that question, not that one. Resolve ids with get_movie_genres, search_people, search_keywords, search_companies, search_watch_providers.
| Name | Type | Req | Description |
|---|---|---|---|
| certification | string | — | Filter by exact age/content certification, e.g. 'PG-13' (movies) or 'TV-Y7' (TV). Requires certification_country, and a certification_country TMDB doesn't recognize silently disables this filter (ret… |
| certification_country | string | — | Country whose certification system the `certification` filter uses, e.g. 'US'. |
| include_adult | boolean | — | Include adult (NSFW) results. Defaults to false. |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| max_rating | number | — | Maximum vote average (0-10). |
| max_runtime | integer | — | Maximum runtime in minutes. |
| min_rating | number | — | Minimum vote average (0-10). Must be <= max_rating if both are given. |
| min_runtime | integer | — | Minimum runtime in minutes. Must be <= max_runtime if both are given. |
| min_votes | integer | — | Minimum vote count (filters obscure titles). |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| region | string | — | ISO-3166-1 country code. TMDB's docs describe this as picking which country's release date counts as a movie's release date for date-based filtering (year, release_date_gte/lte) — but live testing fo… |
| release_date_gte | string | — | Only entries released on/after this date (YYYY-MM-DD). |
| release_date_lte | string | — | Only entries released on/before this date (YYYY-MM-DD). |
| sort_by | string | — | Sort order. Defaults to TMDB's own default (roughly popularity-based) if omitted. |
| watch_region | string | — | Two-letter ISO-3166-1 country code, e.g. 'US'. |
| with_cast | string | — | Comma-separated TMDB person ids, restricted to cast (actor) roles. Use search_people to resolve an actor's name to their id. |
| with_companies | string | — | Comma-separated TMDB production company ids (use search_companies to resolve names → ids). |
| with_crew | string | — | Comma-separated TMDB person ids, restricted to crew roles (e.g. a director). Use search_people to resolve a name to their id. |
| with_genres | string | — | Comma-separated TMDB genre ids (AND); get ids from get_movie_genres/get_tv_genres. |
| with_keywords | string | — | Comma-separated TMDB keyword ids (use search_keywords to resolve names → ids). |
| with_original_language | string | — | ISO-639-1 original-language code, e.g. 'en', 'ja'. |
| with_people | string | — | Comma-separated TMDB person ids, matching either a cast or crew role. Use search_people to resolve a name to their id. |
| with_watch_providers | string | — | Comma-separated TMDB watch-provider ids (use search_watch_providers to resolve a service name, e.g. 'Netflix', to its numeric id); requires watch_region to also be set. |
| without_genres | string | — | Comma-separated TMDB genre ids to exclude; get ids from get_movie_genres/get_tv_genres. |
| without_keywords | string | — | Comma-separated TMDB keyword ids to exclude (use search_keywords to resolve names → ids). |
| year | integer | — | Release / first-air year. |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
discover_tv Discover TV shows (filters) ~1,255
Find TV shows by structured filters (genres, first-air year or date range, rating range, vote count, runtime, language, companies, networks, keywords, watch providers, type, status, certification, an adult-content toggle, sort) — but NOT cast/crew/person: this tool doesn't accept those params for TV at all (calling with them is a validation error, not a silent no-op) because TMDB's own /discover/tv would silently ignore them anyway, unlike /discover/movie; to find TV shows featuring someone, call get_person_credits instead and filter its results to media_type 'tv'. certification and with_watch_providers each error if given with no certification_country/watch_region at all, but an unrecognized certification_country still silently disables the filter instead of erroring — see certification's own description. The TV counterpart of discover_movies; use with_networks for 'HBO shows', with_type='Miniseries' for short/limited series (e.g. 'best miniseries to binge in a weekend'), with_status='Ended' to exclude shows still airing, certification='TV-Y7' + certification_country='US' for 'shows appropriate for a young kid'. Resolve ids with get_tv_genres, search_companies, search_keywords, search_watch_providers.
| Name | Type | Req | Description |
|---|---|---|---|
| certification | string | — | Filter by exact age/content certification, e.g. 'PG-13' (movies) or 'TV-Y7' (TV). Requires certification_country, and a certification_country TMDB doesn't recognize silently disables this filter (ret… |
| certification_country | string | — | Country whose certification system the `certification` filter uses, e.g. 'US'. |
| include_adult | boolean | — | Include adult (NSFW) results. Defaults to false. |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| max_rating | number | — | Maximum vote average (0-10). |
| max_runtime | integer | — | Maximum runtime in minutes. |
| min_rating | number | — | Minimum vote average (0-10). Must be <= max_rating if both are given. |
| min_runtime | integer | — | Minimum runtime in minutes. Must be <= max_runtime if both are given. |
| min_votes | integer | — | Minimum vote count (filters obscure titles). |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| release_date_gte | string | — | Only entries released on/after this date (YYYY-MM-DD). |
| release_date_lte | string | — | Only entries released on/before this date (YYYY-MM-DD). |
| sort_by | string | — | Sort order. Defaults to TMDB's own default (roughly popularity-based) if omitted. TV's vocabulary differs from discover_movies' — 'name'/'first_air_date' instead of 'original_title'/'primary_release_… |
| watch_region | string | — | Two-letter ISO-3166-1 country code, e.g. 'US'. |
| with_companies | string | — | Comma-separated TMDB production company ids (use search_companies to resolve names → ids). |
| with_genres | string | — | Comma-separated TMDB genre ids (AND); get ids from get_movie_genres/get_tv_genres. |
| with_keywords | string | — | Comma-separated TMDB keyword ids (use search_keywords to resolve names → ids). |
| with_networks | string | — | Comma-separated TMDB TV network ids, e.g. HBO=49, Netflix=213 (verified live). Unlike with_companies/with_keywords/with_people, this server has no name-based resolver for networks — supply the raw TM… |
| with_original_language | string | — | ISO-639-1 original-language code, e.g. 'en', 'ja'. |
| with_status | string | — | Restrict to this production status, e.g. 'Ended' to exclude shows still airing (a still-airing show's later seasons could still be mediocre or unfinished). |
| with_type | string | — | Restrict to this TV type — e.g. 'Miniseries' for short/limited series, excluding documentaries/reality/talk shows/etc. that would otherwise mix into a genre/rating search. |
| with_watch_providers | string | — | Comma-separated TMDB watch-provider ids (use search_watch_providers to resolve a service name, e.g. 'Netflix', to its numeric id); requires watch_region to also be set. |
| without_genres | string | — | Comma-separated TMDB genre ids to exclude; get ids from get_movie_genres/get_tv_genres. |
| without_keywords | string | — | Comma-separated TMDB keyword ids to exclude (use search_keywords to resolve names → ids). |
| year | integer | — | Release / first-air year. |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
find_by_imdb_id Find by IMDb id ~140
Resolve an IMDb id (e.g. 'tt0133093') to TMDB entities — returns matching movie, TV and person results. Use when you only have an IMDb id and need the TMDB id for the other tools. Only matches whole movies/shows/people: IMDb also assigns 'tt' ids to individual episodes (verified live, e.g. Breaking Bad's pilot 'tt0959621'), which this tool does not resolve — such an id comes back with every result list empty, indistinguishable from a genuinely unknown id.
| Name | Type | Req | Description |
|---|---|---|---|
| imdb_id | string | yes | IMDb title (tt…) or name (nm…) id. |
| Name | Type | Req | Description |
|---|---|---|---|
| movie_results | array | yes | — |
| person_results | array | yes | — |
| tv_results | array | yes | — |
No examples provided.
get_collection Get a movie collection ~114
Get a movie collection/franchise and all its parts in release order (e.g. the whole 'The Dark Knight Collection'). Get the collection id from a movie's `collection` field in get_movie.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | — | — |
| name | string | — | — |
| overview | — | yes | — |
| parts | array | yes | — |
| poster_url | — | yes | — |
No examples provided.
get_movie Get movie details ~454
Get full details for one movie by TMDB id: overview, genres, runtime, budget/revenue, vote average, the age/content rating (certification) for `region` — falling back to the US rating, then any available country, when `region` has none; check `certification_region` to see which one was used — and links (TMDB + IMDb). By default also includes IMDb/Rotten Tomatoes/Metacritic ratings, an awards summary (major-award wins/nominations — Oscars, Emmys, Golden Globes, etc.; free text, not a structured count, for the whole film/show, not one person), and OMDb's own age rating (`ratings.rated` — separate from this tool's own `certification` above; the two can differ) from OMDb (set include_ratings=false to skip); if unavailable (no OMDB_API_KEY, no imdb_id, or the OMDb lookup fails), `ratings` degrades to `{found:false, reason}` instead of failing the call. If you only need the headline info (title/year/genres/vote average) — for one id or several — use get_movies instead; it's trimmed on purpose and skips the rest of this payload. Get the id from search_movies.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| include_ratings | boolean | — | If true (default), enrich the result with IMDb/Rotten Tomatoes/Metacritic ratings plus an awards summary (major-award wins/nominations — Oscars, Emmys, Golden Globes, etc., whatever OMDb aggregates;… |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| region | string | — | ISO-3166-1 country code for region-specific results (default 'US'). |
| Name | Type | Req | Description |
|---|---|---|---|
| budget_usd | — | yes | — |
| certification | — | yes | — |
| certification_region | string | yes | — |
| certifications | object | yes | — |
| collection | — | yes | — |
| genres | array | yes | — |
| homepage | — | yes | — |
| id | number | yes | — |
| imdb_id | — | yes | — |
| imdb_url | — | yes | — |
| media_type | string | yes | — |
| origin_country | array | yes | — |
| original_language | — | yes | — |
| original_title | string | — | — |
| overview | — | yes | — |
| popularity | — | yes | — |
| poster_url | — | yes | — |
| production_companies | array | yes | — |
| ratings | — | — | — |
| release_date | — | yes | — |
| revenue_usd | — | yes | — |
| runtime_minutes | — | yes | — |
| spoken_languages | array | yes | — |
| status | — | yes | — |
| tagline | — | yes | — |
| title | string | — | — |
| tmdb_url | string | yes | — |
| vote_average | — | yes | — |
| vote_count | — | yes | — |
| year | — | yes | — |
No examples provided.
get_movie_credits Get movie cast & crew ~64
List the top-billed cast (up to 20) and the headline crew (director, writers, composer, DoP, …) of a movie by TMDB id. Get the id from search_movies.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| Name | Type | Req | Description |
|---|---|---|---|
| cast | array | yes | — |
| crew | array | yes | — |
No examples provided.
get_movie_genres List movie genres ~43
List TMDB movie genres with their numeric ids and names (reference data; rarely changes). Feed the ids into discover_movies' with_genres/without_genres.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| genres | array | yes | — |
No examples provided.
get_movie_recommendations Get movie recommendations ~129
Get movies TMDB recommends for the given movie id, based on co-viewing/personalization data (what users who liked this also liked) — usually the more thematically relevant list. Prefer this over get_similar as the default choice; get_similar matches on shared genres/keywords, a blunter heuristic that can surface tonally unrelated titles. Get the id from search_movies.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
get_movies Get compact movie card(s) ~312
Get a compact card — title, year, genres, vote average, and (opt-in) ratings — for 1-20 movies by TMDB id in one call. Deliberately trimmed (no overview, cast, budget, certifications, production companies, etc.): use this for a single id too when you only need that headline info and not the full get_movie payload, not just for checking many at once. Call get_movie instead when you need the full details for a title (including region-specific certification). A bad/unknown id never fails the whole call — that entry comes back `{id, found:false, reason}` instead, in the same order as `ids`.
| Name | Type | Req | Description |
|---|---|---|---|
| ids | array | yes | TMDB movie ids to fetch (1-20). Get them from search_movies/discover_movies/get_similar/get_movie_recommendations/etc. |
| include_ratings | boolean | — | If true, enrich every card with compact IMDb/Rotten Tomatoes/Metacritic ratings from OMDb (requires OMDB_API_KEY) — one extra OMDb lookup per id, so a large batch means a burst of OMDb calls; mind OM… |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | — |
No examples provided.
get_person Get person details ~126
Get full details for one person by TMDB id: biography, birthday/deathday, department, and links (TMDB + IMDb). Does not include filmography — use get_person_credits for that. Get the id from search_people or a credits list.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| Name | Type | Req | Description |
|---|---|---|---|
| also_known_as | array | yes | — |
| biography | — | yes | — |
| birthday | — | yes | — |
| deathday | — | yes | — |
| gender | — | yes | — |
| homepage | — | yes | — |
| id | number | yes | — |
| imdb_id | — | yes | — |
| imdb_url | — | yes | — |
| known_for_department | — | yes | — |
| name | string | — | — |
| place_of_birth | — | yes | — |
| popularity | — | yes | — |
| profile_url | — | yes | — |
| tmdb_url | string | yes | — |
No examples provided.
get_person_credits Get person filmography ~461
List the movies and TV shows a person is known for (cast roles and crew jobs), most popular first, capped to the top 25 of each by default; talk-show/awards-show guest appearances ('Self'/'Himself'/'Herself') and repeat entries for the same title are excluded so the list stays about actual roles. A title with several crew jobs (writer AND director AND producer on one film) still only counts once against the crew cap. Cast entries include a vote_average; crew entries (director, writer, …) do not — call get_movie/get_tv on the id for a crew credit's rating. Pass department (e.g. 'Directing') to restrict crew to just that role — the reliable way to get someone's complete filmography in one department when their other departments would otherwise compete for the same cap; for a handful of exceptionally prolific people even that isn't enough (e.g. 50+ directing credits), so raise `limit` too when department alone still looks short. Use for 'what has this actor/director been in'. This tool has no genre filter — for 'which of X's movies are animated/horror/etc.' use discover_movies instead, combining with_cast/with_crew/with_people with with_genres (discover_tv has no equivalent — it can't filter by person at all — so for a person's TV work in one genre, call this tool and check the returned media_type 'tv' entries' genres yourself, e.g. via get_tv_shows). Get the id from search_people.
| Name | Type | Req | Description |
|---|---|---|---|
| department | string | — | Restrict crew credits to this department (e.g. 'Directing' for a director's filmography). Without it, a multi-hyphenate's OTHER departments (writing, producing, …) compete for the same 25-credit cap… |
| id | integer | yes | TMDB numeric id. |
| limit | integer | — | Max cast entries and max crew entries to return (each capped separately; default 25). Raise this for an exceptionally prolific person — e.g. a director with 50+ films — where even a department filter… |
| Name | Type | Req | Description |
|---|---|---|---|
| cast | array | yes | — |
| crew | array | yes | — |
No examples provided.
get_ratings Get IMDb/RT/Metacritic ratings ~319
Look up IMDb, Rotten Tomatoes and Metacritic ratings, an awards summary (major-award wins/nominations — Oscars, Emmys, Golden Globes, etc.; free text, not a structured count, for the whole film/show, not one person), and OMDb's own age rating (`rated`), from OMDb by IMDb id (preferred, e.g. 'tt0133093') or by title (+ optional year/type). Prefer get_movie/get_tv when you have a TMDB id — they already include this. Requires OMDB_API_KEY. One of imdb_id or title is required; omitting both returns an error. A no-match lookup is not an error: it returns `{found:false, reason}`.
| Name | Type | Req | Description |
|---|---|---|---|
| imdb_id | string | — | IMDb title id. Takes precedence over title when both are given. |
| title | string | — | Movie/show title (used when imdb_id is absent). |
| type | string | — | Restrict a title lookup to this entry type. Verified live: without it, OMDb's own title match can silently prefer one type over another when the exact same title exists as more than one — e.g. a titl… |
| year | integer | — | Year, to disambiguate a title. |
Structured output declared, but exposes no named fields.
No examples provided.
get_reviews Get user reviews ~111
Get user reviews for a movie or TV show (author, their rating if the reviewer left one — it can be null, and the review text, clipped to ~1500 characters). Get the id from search_movies/search_tv.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| media_type | string | yes | Media type: 'movie' or 'tv'. |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
get_similar Get similar titles ~322
Get titles TMDB considers similar to a given movie or TV show, based on shared genres and keywords — a blunter heuristic than get_movie_recommendations'/get_tv_recommendations' behavioral (co-viewing) data, so results can still be thematically noisy (matching on a shared keyword despite an unrelated tone or plot). Results sharing only the source title's broadest genre (e.g. two titles that are both merely tagged 'Drama' among several genres) are filtered out per page, since a title with a common genre can otherwise return results spanning TMDB's entire catalog; a page can come back thin or empty for a niche title once that filter applies. `total_pages`/`total_results` reflect TMDB's raw, pre-filter counts, not how many titles actually pass this filter — don't use them to gauge how many genuinely similar titles exist or when to stop paging; expect per-page result counts well under 20, sometimes 0 (verified live: a real title returned total_pages:23897/total_results:477939 but only 3-6 actual results per page). Try recommendations first for thematically closer picks; use this when you specifically want genre/keyword-adjacent titles. Get the id from search_movies/search_tv.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| media_type | string | yes | Media type: 'movie' or 'tv'. |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
get_trending Get trending titles ~160
Get what's trending on TMDB. media_type selects movies, TV, people, or all; time_window is the trending period (today vs this week). Good for 'what's popular right now'. Each result row carries its own media_type ('movie' | 'tv' | 'person') — check it to route to the right get_* tool, especially when media_type is left at 'all'.
| Name | Type | Req | Description |
|---|---|---|---|
| media_type | string | — | Which kind of entity to rank. Defaults to 'all'. |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| time_window | string | — | Trending period: 'day' or 'week'. Defaults to 'week'. |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
get_tv Get TV show details ~746
Get full details for one TV show by TMDB id: overview, genres, seasons/episodes counts, networks, created_by (the show's creator(s)), status, the age/content rating (certification) for `region` — falling back to the US rating, then any available country, when `region` has none; check `certification_region` to see which one was used — and links. By default also includes IMDb/Rotten Tomatoes/Metacritic ratings, an awards summary (major-award wins/nominations — Oscars, Emmys, Golden Globes, etc.; free text, not a structured count, for the whole film/show, not one person), and OMDb's own age rating (`ratings.rated` — separate from this tool's own `certification` above; the two can differ) from OMDb (set include_ratings=false to skip); if unavailable (no OMDB_API_KEY, no imdb_id, or the OMDb lookup fails), `ratings` degrades to `{found:false, reason}` instead of failing the call. Set expand_episodes=true to also pull every season's episode list in one extra request instead of calling get_tv_season per season. If you only need the headline info (name/year/genres/vote average, season/episode counts) — for one id or several — use get_tv_shows instead; it's trimmed on purpose and skips the rest of this payload. Get the id from search_tv.
| Name | Type | Req | Description |
|---|---|---|---|
| expand_episodes | boolean | — | If true, also fetch every season's full episode list (name, air date, runtime, rating) as `seasons_detail`, in one extra request — use this instead of calling get_tv_season once per season when you n… |
| id | integer | yes | TMDB numeric id. |
| include_ratings | boolean | — | If true (default), enrich the result with IMDb/Rotten Tomatoes/Metacritic ratings plus an awards summary (major-award wins/nominations — Oscars, Emmys, Golden Globes, etc., whatever OMDb aggregates;… |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| region | string | — | ISO-3166-1 country code for region-specific results (default 'US'). |
| Name | Type | Req | Description |
|---|---|---|---|
| certification | — | yes | — |
| certification_region | string | yes | — |
| certifications | object | yes | — |
| created_by | array | yes | — |
| episode_run_time | array | yes | — |
| first_air_date | — | yes | — |
| genres | array | yes | — |
| homepage | — | yes | — |
| id | number | yes | — |
| imdb_id | — | yes | — |
| imdb_url | — | yes | — |
| in_production | — | yes | — |
| last_air_date | — | yes | — |
| last_episode_to_air | — | yes | — |
| media_type | string | yes | — |
| name | string | — | — |
| networks | array | yes | — |
| next_episode_to_air | — | yes | — |
| number_of_episodes | — | yes | — |
| number_of_seasons | — | yes | — |
| original_language | — | yes | — |
| original_name | string | — | — |
| overview | — | yes | — |
| popularity | — | yes | — |
| poster_url | — | yes | — |
| ratings | — | — | — |
| seasons | array | yes | — |
| seasons_detail | array | — | — |
| status | — | yes | — |
| tagline | — | yes | — |
| tmdb_url | string | yes | — |
| type | — | yes | — |
| vote_average | — | yes | — |
| vote_count | — | yes | — |
No examples provided.
get_tv_credits Get TV cast & crew ~176
List the main cast (up to 20) and production crew (executive producers, producers, composer, DoP, …) of a TV show by TMDB id. TMDB's show-level TV credits data does not reliably expose director/writer/creator credits — verified live across several shows (Breaking Bad, Stranger Things, Chernobyl, The Queen's Gambit): each show's actual creator/head-writer/director appears only as 'Executive Producer', never as 'Writer', 'Director' or 'Creator'. For who created the show, use get_tv's own `created_by` field instead; for a specific episode's actual director/writer (which TMDB does track reliably at that level), use get_tv_episode. Get the id from search_tv.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| Name | Type | Req | Description |
|---|---|---|---|
| cast | array | yes | — |
| crew | array | yes | — |
No examples provided.
get_tv_episode Get TV episode ~94
Get one episode of a TV show by show id + season number + episode number: overview, air date, runtime, rating, guest stars (up to 15) and director/writer. Get the show id from search_tv.
| Name | Type | Req | Description |
|---|---|---|---|
| episode_number | integer | yes | Episode number within the season. |
| id | integer | yes | TMDB numeric id. |
| season_number | integer | yes | Season number (0 = specials). |
| Name | Type | Req | Description |
|---|---|---|---|
| air_date | — | yes | — |
| crew | array | yes | — |
| episode_number | — | yes | — |
| guest_stars | array | yes | — |
| name | — | yes | — |
| overview | — | yes | — |
| runtime_minutes | — | yes | — |
| season_number | — | yes | — |
| still_url | — | yes | — |
| vote_average | — | yes | — |
No examples provided.
get_tv_genres List TV genres ~43
List TMDB TV genres with their numeric ids and names (reference data; rarely changes). Feed the ids into discover_tv's with_genres/without_genres.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| genres | array | yes | — |
No examples provided.
get_tv_recommendations Get TV recommendations ~130
Get TV shows TMDB recommends for the given show id, based on co-viewing/personalization data (what users who liked this also liked) — usually the more thematically relevant list. Prefer this over get_similar as the default choice; get_similar matches on shared genres/keywords, a blunter heuristic that can surface tonally unrelated titles. Get the id from search_tv.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
get_tv_season Get TV season ~127
Get one season of a TV show (by show id + season number): overview and the episode list with air dates, runtimes and ratings, capped at 50 episodes (`episode_count` reports the true total). Season 0 is usually specials, which can run to hundreds of bonus clips on a long-running show. Use get_tv with expand_episodes=true instead if you need every season's episodes in one call. Get the show id from search_tv.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| season_number | integer | yes | Season number (0 = specials). |
| Name | Type | Req | Description |
|---|---|---|---|
| air_date | — | yes | — |
| episode_count | number | yes | — |
| episodes | array | yes | — |
| name | — | yes | — |
| overview | — | yes | — |
| poster_url | — | yes | — |
| season_number | — | yes | — |
No examples provided.
get_tv_shows Get compact TV show card(s) ~348
Get a compact card — name, year, genres, vote average, season/episode counts, and (opt-in) ratings — for 1-20 TV shows by TMDB id in one call. A quick way to spot short/miniseries shows (low episode count) across many candidates without a per-title get_tv call. Deliberately trimmed otherwise (no overview, the actual episode list, networks, certifications, etc.): use this for a single id too when you only need that headline info and not the full get_tv payload, not just for checking many at once. Call get_tv instead when you need the full details for a title (including region-specific certification). A bad/unknown id never fails the whole call — that entry comes back `{id, found:false, reason}` instead, in the same order as `ids`.
| Name | Type | Req | Description |
|---|---|---|---|
| ids | array | yes | TMDB TV show ids to fetch (1-20). Get them from search_tv/discover_tv/get_similar/get_tv_recommendations/etc. |
| include_ratings | boolean | — | If true, enrich every card with compact IMDb/Rotten Tomatoes/Metacritic ratings from OMDb (requires OMDB_API_KEY) — one extra OMDb lookup per id, so a large batch means a burst of OMDb calls; mind OM… |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | — |
No examples provided.
get_videos Get trailers & videos ~145
List trailers, teasers and clips for a movie or TV show; YouTube entries include a watch URL. Get the id from search_movies/search_tv. Results are filtered to the server's configured TMDB_LANGUAGE (default 'en-US') — this tool has no per-call language override, so a title with plenty of videos in other languages can come back with few or none if the server is configured for a different language (verified live: 29 results for a title under 'en-US' vs. 2 under 'de-DE').
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| media_type | string | yes | Media type: 'movie' or 'tv'. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | — |
No examples provided.
get_watch_providers Where to watch ~126
Find where a movie or TV show can be streamed, rented or bought in a given country (JustWatch data via TMDB). Returns provider names per access type for that country; if it has no data, returns `available:false` plus `available_regions` to retry with. Get the id from search_movies/search_tv.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | TMDB numeric id. |
| media_type | string | yes | Media type: 'movie' or 'tv'. |
| region | string | — | ISO-3166-1 country code for region-specific results (default 'US'). |
Structured output declared, but exposes no named fields.
No examples provided.
search_companies Search production companies ~139
Resolve a production company's name to its TMDB numeric id (e.g. 'A24', 'Pixar'). Feed the id into discover_movies/discover_tv via with_companies. Company names aren't unique — TMDB can have several unrelated companies sharing the same name (e.g. two different 'A24's, one US and one GB) — check origin_country and logo_url to tell rows apart when a name matches more than one.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| query | string | yes | Company name to look up. |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
search_keywords Search keywords ~87
Resolve keyword names to TMDB keyword ids (e.g. 'time travel', 'based on true story'). Feed the ids into discover_movies/discover_tv via with_keywords / without_keywords.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| query | string | yes | Keyword text to look up. |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
search_movies Search movies ~312
Search TMDB movies by title; returns compact summaries with the TMDB id that the other movie tools (get_movie, get_movie_credits, …) require, plus pagination info. Use this over search_multi when you already know the result is a movie. `region` here only picks which country's release_date is shown per result (e.g. a title's US vs. India theatrical date) — verified live, it does not filter which movies match or reorder them; for actual region-based availability use get_watch_providers instead.
| Name | Type | Req | Description |
|---|---|---|---|
| include_adult | boolean | — | Include adult (NSFW) results. Defaults to false. |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| query | string | yes | Movie title to search for. |
| region | string | — | ISO-3166-1 country code for region-specific results (default 'US'). |
| year | integer | — | Bias results toward this release year — TMDB's search 'year' filter is soft: some results outside this year can still appear (unlike discover_movies' year filter, a hard primary_release_year match).… |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
search_multi Search everything ~188
Search movies, TV shows and people in one call. Each result carries a media_type ('movie' | 'tv' | 'person') so you can route to the right get_* tool. Use when the user's query could be any of these; if you already know the type, search_movies/search_tv/search_people are more precise.
| Name | Type | Req | Description |
|---|---|---|---|
| include_adult | boolean | — | Include adult (NSFW) results. Defaults to false. |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| query | string | yes | Free-text query. |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
search_people Search people ~173
Search TMDB people (actors, directors, crew) by name; returns the TMDB id needed by get_person plus their top 5 best-known titles (known_for). Use this over search_multi when you already know the result is a person.
| Name | Type | Req | Description |
|---|---|---|---|
| include_adult | boolean | — | Include adult (NSFW) results. Defaults to false. |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| query | string | yes | Person name to search for. |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
search_tv Search TV shows ~179
Search TMDB TV shows by name; returns compact summaries with the TMDB id that get_tv and the other TV tools require. Use this over search_multi when you already know the result is a TV show.
| Name | Type | Req | Description |
|---|---|---|---|
| include_adult | boolean | — | Include adult (NSFW) results. Defaults to false. |
| language | string | — | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| query | string | yes | TV show name to search for. |
| year | integer | — | Filter by first-air-date year. |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.
search_watch_providers Search streaming/rental providers ~324
Resolve a streaming/rental/purchase service's name (e.g. 'Netflix', 'Disney Plus') to its TMDB numeric provider id. Feed the id into discover_movies/discover_tv's with_watch_providers (with watch_region set to the same region given here, if any) to find top titles on that service — TMDB has no name-based lookup of its own for this, only numeric ids, and there are hundreds of providers (269+ for the US alone, more elsewhere), so don't guess an id. A provider's id and even whether it's offered at all can differ by region (e.g. a service bundled as a channel add-on in one country vs. standalone in another) — pass watch_region to match what discover_movies/discover_tv will actually see; omitting it searches the full global provider list instead, which may include ids not valid for the region the caller actually cares about.
| Name | Type | Req | Description |
|---|---|---|---|
| media_type | string | yes | Whether to search movie or TV providers — a service can be offered for one media type but not the other (its id stays the same either way; a movie-only or TV-only service just returns nothing from th… |
| page | integer | — | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). |
| query | string | yes | Service name (or part of it) to look up, e.g. 'Netflix'. |
| watch_region | string | — | Two-letter ISO-3166-1 country code, e.g. 'US'. |
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | — |
| results | array | yes | — |
| total_pages | number | yes | — |
| total_results | number | yes | — |
No examples provided.