movies-mcp

jenul-ferdinand/movies-mcp

3.2

If you are the rightful owner of movies-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Model Context Protocol (MCP) server that allows interaction with a PostgreSQL database via Cloudflare, using GitHub OAuth for authentication.

Tools
  1. listTables

    Get database schema and table information (all authenticated users).

  2. queryDatabase

    Execute read-only SQL queries (all authenticated users).

  3. executeDatabase

    Execute write operations like INSERT/UPDATE/DELETE (privileged users only).

Movies MCP Server (TMDB)

Started with template from: https://github.com/coleam00/remote-mcp-server-with-auth

Roadmap

  • Search tool that makes a TMDB API call to search for a movie, with max 10 best results.
  • Remove redundant code from the template.