get_by_imdb_id
Pack: omdb · Endpoint: https://gateway.pipeworx.io/omdb/mcp
Fetch a single title by its IMDB ID (e.g., “tt0111161” = The Shawshank Redemption). Returns full record.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
imdb_id | string | yes | IMDB ID with leading “tt” |
plot | string | no | short | full (default short) |
Example call
curl -X POST https://gateway.pipeworx.io/omdb/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_by_imdb_id","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"omdb": {
"url": "https://gateway.pipeworx.io/omdb/mcp"
}
}
}
See Getting Started for client-specific install steps.