get_by_title
Pack: omdb · Endpoint: https://gateway.pipeworx.io/omdb/mcp
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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
title | string | yes | Exact title |
year | number | no | Optional release-year filter |
type | string | no | movie | series | episode |
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_title","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.