imdb_episodes
Pack: imdb · Endpoint: https://gateway.pipeworx.io/imdb/mcp
List every episode for a TV series, in season/episode order. Returns parent series detail plus episode list with title and rating per episode.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
series_id | string | yes | Series tconst, e.g. “tt0903747” (Breaking Bad) |
season | number | no | Optional: filter to one season |
limit | number | no | Max episodes returned (default 500, max 2000) |
Example call
curl -X POST https://gateway.pipeworx.io/imdb/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"imdb_episodes","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"imdb": {
"url": "https://gateway.pipeworx.io/imdb/mcp"
}
}
}
See Getting Started for client-specific install steps.