{"id":"francknouama-movies-mcp-server","name":"movies-mcp-server","af_score":60.0,"security_score":47.5,"reliability_score":32.5,"what_it_does":"Movies MCP Server is an MCP (Model Context Protocol) server that manages a PostgreSQL-backed movie database, exposing tools for movie and actor CRUD, linking/unlinking cast, search (multi-criteria, by decade, by rating range), bulk import, recommendations, and director career analysis. It also provides MCP resources for returning full database stats and base64-encoded poster images.","best_when":"You want an MCP-native toolset that an agent can call locally (stdio) while using a PostgreSQL database as the source of truth.","avoid_when":"You need externally exposed HTTP endpoints, complex enterprise auth flows, or a clearly documented, fine-grained authorization model for the MCP tools.","last_evaluated":"2026-04-04T21:21:52.799900+00:00","has_mcp":true,"has_api":false,"auth_methods":["Environment-variable based authentication configuration is mentioned (JWT_SECRET, API_KEY), but the README does not clearly describe how auth is enforced for MCP tool calls in the SDK server."],"has_free_tier":false,"known_gotchas":["Because it’s an MCP stdio server, an agent integration must run the command and manage stdin/stdout correctly (not an HTTP URL).","Pagination is handled via “search context” tools rather than typical page/limit parameters; agents need to follow the context/page flow.","Auth and rate-limiting behavior are not clearly documented for MCP tool invocation in the README, so agent-side retries/backoff may need conservative handling."],"error_quality":0.0}