This MCP server, developed by Laksh-star, integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations. It offers tools for searching movies, getting trending titles, and generating personalized recommendations based on movie IDs. The server stands out by combining multiple TMDB API endpoints into a unified interface optimized for AI assistants. By connecting AI capabilities with a vast movie database, this implementation enables AI systems to handle complex movie-related queries and analysis. It is particularly useful for applications in entertainment recommendation systems, film analysis tools, or any AI assistant that needs to work with detailed movie data.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Search by title/keywords to get titles, IDs, ratings, and overviews.
Retrieve the top 10 trending movies for a specified time window ('day' or 'week').
Get movies by genre name with an optional year filter.
Filter movies by genre, year, minimum rating, sort order, and language.
Find movies based on a theme or keyword (e.g., 'zombie', 'heist').
Fetch full details of a movie including cast, crew, runtime, genres, and reviews using the movie ID.
Get the top 5 movie recommendations based on a specified movie ID.
Retrieve movies similar to a specified movie via TMDB's similarity algorithm.
Find streaming, rental, or purchase availability for a movie by country (default is India).
Search for TV series using the title.
Retrieve the top 10 trending TV shows for a specified time window ('day' or 'week').
Find actors, directors, or crew members by name and retrieve their ID and known works.
Get the full biography and filmography (movies and TV shows) of a person using their ID.