Wraps the OMDb API to pull IMDb-derived movie, TV show, and episode metadata into your MCP-enabled environment. You bring your own OMDb API key. Exposes a single tool, get_by_imdb_id, which fetches full records by IMDb identifier like tt0111161 for The Shawshank Redemption. Part of the Pipeworx gateway ecosystem, so you can either connect to this standalone server or hook into the broader Pipeworx hub for access to 250+ data sources. Useful when you need structured film and television data in conversational workflows without scraping or maintaining your own IMDb integration.
OMDb MCP — IMDB-derived movie / TV / episode data (BYO key)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
get_by_imdb_id | Fetch a single title by its IMDB ID (e.g., "tt0111161" = The Shawshank Redemption). Returns full record. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"omdb": {
"url": "https://gateway.pipeworx.io/omdb/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Omdb data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json