Skip to main content
Glama

Internet Movie Script Database - MCP for Movie Catch Up Tool

This project is an MCP to connect LLM's to the IMSDB database. This MCP is being built to serve a tool that will be able to tell the user a summary of a show so far, so they can catch up without any spoilers. This is the first version, which will require the user to give a summary of what is happening now. In the final verison, the user should be able to input the time stamp, then the LLM will be able to return that summary.

Workflow:

  1. User gives movie title + a description of where they are

  2. Check cache (SQLite) for that movie title

  3. If not cached: scrape IMSDb → parse into scenes (your number-matching + all-caps + INT/EXT logic) → generate one-line summary per scene (LLM, done once) → insert all rows into SQLite

  4. If cached (or now freshly cached): LLM matches user's description against the scene_summary column to find the right scene_number

  5. Pull scene_text for all scenes 1 through N → LLM synthesizes a spoiler-free "here's what's happened" recap

Related MCP server: Movie Search MCP Server

Data model (SQLite, one table):

scenes: movie_title (TEXT), scene_number (INTEGER), scene_summary (TEXT), scene_text(TEXT)

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A server that connects to The Movie Database API, enabling clients to fetch popular movies, now playing movies, movie details, cast information, and search for movies through a Message Control Protocol interface.
    9
  • A
    license
    D
    quality
    D
    maintenance
    An MCP server that allows users to search for movies, get detailed information, receive genre-based recommendations, and discover popular/trending films using OMDb and TMDb APIs.
    5
    25
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server that wraps The Movie Database (TMDB) API, enabling search for movies and TV shows, retrieval of movie details, recommendations, similar movies, trending content, streaming providers, and movie discovery.
    8
  • F
    license
    Not graded
    quality
    D
    maintenance
    A robust MCP server that wraps The Movie Database API, enabling LLMs to search movies, get details, popular movies, and recommendations.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/meghs315/imsdbMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server