@pipeworx/omdb
Connect: https://gateway.pipeworx.io/omdb/mcp · Install: one-click buttons
Tools: 3
OMDb MCP — IMDB-derived movie / TV / episode metadata. BYO key.
Tools
search_titles(query, year?, type?, page?)get_by_title(title, year?, type?, plot?)get_by_imdb_id(imdb_id, plot?)
Auth
BYO only — free tier is 1,000 lookups/day per key. Pass ?_apiKey=<key> on the gateway URL. Register at https://www.omdbapi.com/apikey.aspx.
Data source
https://www.omdbapi.com/ — ?apikey= query param.
Tools
- search_titles — Search OMDb (IMDB-derived) by keyword. Returns up to 10 results per page with title, year, IMDB ID, type, poster.
- get_by_title — Fetch a single title by exact name. Returns full record: rated, released, runtime, director, writer, cast, plot, awards, ratings (IMDB / RT / Metacritic), box office, IMDB ID, etc.
- get_by_imdb_id — Fetch a single title by its IMDB ID (e.g., “tt0111161” = The Shawshank Redemption). Returns full record.
Tools
-
get_by_imdb_id— Fetch a single title by its IMDB ID (e.g., tt0111161 = The Shawshank Redemption). Returns full record. -
get_by_title— Fetch a single title by exact name. Returns full record: rated, released, runtime, director, writer, cast, plot, awards, ratings (IMDB / RT / Metacritic), box office, IMDB ID, etc. -
search_titles— Search OMDb (IMDB-derived) by keyword. Returns up to 10 results per page with title, year, IMDB ID, type, poster.