Rollekino MCP server
OfficialRelated Servers
Alternatives to Rollekino MCP server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceProvides movie listings, showtimes, and personalized recommendations for Amsterdam cinemas by scraping filmladder.nl, with support for filtering by date, cinema, rating, and preferred showtimes.1-
- FlicenseNot gradedqualityNot gradedmaintenanceProvides access to The Movie Database (TMDB) API for searching movies, retrieving movie details, cast information, and browsing current, upcoming, popular, and top-rated films, as well as searching for actors and directors.57 npm-
- FlicenseNot gradedqualityBmaintenanceEnables AI models to access an in-memory movie database, read and edit synopses, retrieve movie resources, and use film analysis prompts.-
- FlicenseAqualityCmaintenanceEnables movie/series recommendations via TMDB API and personal tracking of watchlist, watched history, and episodes in local SQLite.8-
- AlicenseNot gradedqualityCmaintenanceEnables managing a personal media collection of films, series, animation, books, and games via MCP, including adding, searching, filtering, updating, deleting, and retrieving statistics.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to interact with Letterboxd data and perform account actions like rating films, writing reviews, and managing watchlists.4ISC
TDQS
Scored across 12 tools
search_films and list_films both return films and could be confused, but search_films is clearly for title lookup while list_films is for filtered browsing. Every other tool targets a distinct resource or action, so overall boundaries are clear.
All tool names follow a consistent snake_case verb_noun pattern with clear verbs like search, list, get, set, write, create, and trash. Minor synonym variety among retrieval verbs is not confusing.
12 tools is within the ideal range for a personal film archive server. Each tool supports a core need: discovery, retrieval, creation, rating/review, queue management, stats, and TMDB integration.
Core film lifecycle (search/list/get/create/trash) and review/rating workflows are covered. Missing metadata update, unrate, and API-level restore are minor gaps that agents can work around.