TMDB Movie Data
Summary
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.
Available Actions(3)
search_movies
Search for movies by title or keywords. Input: query (string): Search query. Returns: List of movies with titles, release years, IDs, ratings, and overviews.
get_recommendations
Get movie recommendations based on a movie ID. Input: movieId (string): TMDB movie ID. Returns: Top 5 recommended movies with details.
get_trending
Get trending movies for a specified time window. Input: timeWindow (string): Either 'day' or 'week'. Returns: Top 10 trending movies with details.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요