orca-mcp
Free MCP server for movies & TV.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Movies Search: Search movies, TV shows and people by title or keyword. Use when the user asks about a film, series or actor, or you need a TMDB id for another tool. Returns id, title, year, rating and
- Movies Details: Full details for one movie or TV show: plot, genres, ratings (TMDB, IMDb, Rotten Tomatoes, Metacritic), cast, director, trailer, awards, IMDb id, poster. Use after movies_search gave y
- Movies Discover: Find movies or shows by filters: genre, year, minimum rating, minimum votes, sort order. Use for 'action movies after 2020 rated above 7' style questions. Titles with few votes are no
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Free MCP server for movies & TV. 21 tools: search, ratings, rankings, streaming, episodes. Works with Claude, Cursor, and other AI agents. No key required.
Список инструментов сервера (21)
Технические названия из tools/list. Нужны только разработчикам.
| movies_search | Search movies, TV shows and people by title or keyword. Use when the user asks about a film, series or actor, or you need a TMDB id for another tool. Returns id, title, year, rating and poster. Do NOT use for ranked-list questions (use movies_compare_lists) or episodes (use tv_episodes). |
| movies_details | Full details for one movie or TV show: plot, genres, ratings (TMDB, IMDb, Rotten Tomatoes, Metacritic), cast, director, trailer, awards, IMDb id, poster. Use after movies_search gave you an id. Do NOT guess ids - search first. |
| movies_discover | Find movies or shows by filters: genre, year, minimum rating, minimum votes, sort order. Use for 'action movies after 2020 rated above 7' style questions. Titles with few votes are noisy - min_votes (default 300, 0 disables) filters them. For brand-new releases use sort newest with min_votes 0-50, or movies_trending for what is hot now. Items with low_votes:true have shaky scores - warn the user. Do NOT use for title search (use movies_search). |
| movies_trending | What is trending now: movies, shows or people, today or this week. Use for 'what is popular right now' and new-release questions (new titles have few votes, so they rarely pass rating filters - look here instead). Do NOT use for all-time rankings (use movies_compare_lists). |
| movies_where_to_watch | Where to stream, rent or buy a movie/show in a given country: Netflix, Prime, Disney+ etc. Needs a TMDB id from movies_search. Availability changes - present it as current snapshot, not a promise. |
| movies_compare_lists | Rank of a film in the IMDb Top 250 and Letterboxd Top 500 side by side. Use for 'what rank is X' or 'is X in the top 250' questions. Covers only ranked films - unranked titles return empty, which means 'not in either list', not 'does not exist'. |
| movies_ratings | Ratings for one film across sources: TMDB score, IMDb score and votes, plus IMDb Top 250 and Letterboxd Top 500 ranks. Accepts a title, a TMDB id, or an IMDb id (tt...) - provide only one. Use for 'how is X rated everywhere' questions. Resolves all ids internally - this is the entity-resolution showcase. |
| movies_collection | Franchise viewing order: all parts of a saga in release order with runtime each, total runtime, ratings, posters, and (with region) where each part streams. Accepts a film title (resolves its collection) or a TMDB collection id directly - provide only one of query, collection_id, tmdb_id. Use for 'in what order do I watch X' questions. Returns empty with an explanation for standalone films. |
| movies_similar | Films or shows similar to a given one: merged similar + recommendations, deduplicated. Accepts title, TMDB id or IMDb id - provide only one. Use for 'like Whiplash what should I watch' questions. Do NOT use for genre browsing (use movies_discover). |
| movies_person | A person in film/TV: bio, photo, top acting credits and directing credits. Use for 'what else did the Dune director make' or actor filmography questions. Returns top 15 credits by votes, not everything. |
| movies_artwork | High-quality artwork for a film or show: poster, backdrop, logo, banner from Fanart. Accepts title, TMDB id or IMDb id - provide only one. Use when the user explicitly wants images/artwork. Do NOT use for metadata (use movies_details). |
| tv_episodes | Episode list for a TV series: season/episode numbers, titles, airdates, summaries. Use for 'breaking bad season 2 episodes' style questions. For one season with ratings and stills use tv_season, for a single episode with guest stars use tv_episode. Series only - do NOT use for movies. |
| movies_reviews | User reviews for one movie or show: author, author rating, date, excerpt, link. Accepts title, TMDB id or IMDb id - provide only one. Use for 'what do people say about X' questions. Ratings alone live in movies_ratings. |
| movies_videos | Trailers, teasers, clips and featurettes for one movie or show, trailers first with YouTube watch URLs. Accepts title, TMDB id or IMDb id - provide only one. Use for 'trailer for X' questions. |
| tv_season | One season of a TV series in full: episode titles, airdates, runtimes, ratings, summaries, stills. Accepts show title, TMDB id or IMDb id - provide only one. Omit season for the latest season. Series only - movies are rejected with guidance. |
| tv_episode | One episode in full: title, overview, airdate, runtime, rating, still, director, writer, guest stars. Accepts show title, TMDB id or IMDb id - provide only one - plus season and episode numbers. Series only. |
| find_by_external_id | Resolve an IMDb id (tt...) to its TMDB id, media type, title and year. Use when you only have an IMDb link/id and need to call the other tools. Tells you the exact next call. |
| movies_keywords | Resolve a theme word to TMDB keyword ids, e.g. 'zombie', 'heist', 'time travel'. Pass an id to movies_discover as keyword for theme browsing. |
| movies_companies | Resolve a studio name to its TMDB company id, e.g. 'A24', 'Pixar', 'Netflix'. Pass an id to movies_discover as company for 'best of studio X' questions. |
| person_watch_path | Where to start with an actor/director/crew member: one starter pick (safest first watch), best-rated, most popular and recent titles. With region, headline picks also show subscription streaming. Use for 'where do I start with X' questions. |
| release_calendar | What is coming out: upcoming movies in theatres (by region) or shows currently on air. Optional from/to date window (YYYY-MM-DD). Use for 'what comes out in December' or 'what is in cinemas now' questions. Dates shift - present as a planning snapshot. |