imsdbMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@imsdbMCPRecap Inception up to the scene where they wake up on the beach."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
User gives movie title + a description of where they are
Check cache (SQLite) for that movie title
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
If cached (or now freshly cached): LLM matches user's description against the scene_summary column to find the right scene_number
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)
This server cannot be installed
Maintenance
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
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
MCP server for RiverScript, an AI transcription platform - fetches transcripts shared via a link.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA 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
- AlicenseDqualityDmaintenanceAn 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.525MIT
- FlicenseAqualityDmaintenanceAn 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
- FlicenseNot gradedqualityDmaintenanceA robust MCP server that wraps The Movie Database API, enabling LLMs to search movies, get details, popular movies, and recommendations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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