Movies MCP Server
JSON →A comprehensive movie database server supporting advanced search, CRUD operations, and image management via a PostgreSQL database.
Tools · 23
- get_movie Retrieve movie by ID
- add_movie Create movie with title, director, year, rating, genres, poster
- update_movie Update existing movie details
- delete_movie Delete movie by ID
- list_top_movies Get top-rated movies with configurable limit
- search_movies Multi-criteria search (title, director, genre, year range, rating)
- search_by_decade Find movies from specific decades (1990s, 2000s, etc.)
- search_by_rating_range Filter movies by rating boundaries
- add_actor Create actor with name, birth year, biography
- get_actor Retrieve actor by ID
- update_actor Update actor information
- delete_actor Delete actor
- link_actor_to_movie Associate actor with movie
- unlink_actor_from_movie Remove actor-movie association
- get_movie_cast Get all actors in a movie
- get_actor_movies Get all movies for an actor
- search_actors Search actors by name with birth year filtering
- bulk_movie_import Import multiple movies with error tracking
- movie_recommendation_engine AI-powered recommendations with preference scoring
- director_career_analysis Career trajectory with early/mid/late phase analysis
- create_search_context Create paginated search context for large result sets
- get_context_page Retrieve specific page from search context
- get_context_info Get context metadata and page information
Environment variables
DATABASE_URLMETRICS_PORT
Links
★ 2 GitHub stars