imdb_get_title

Pack: imdb · Endpoint: https://gateway.pipeworx.io/imdb/mcp

Full detail for one IMDB title by tconst id (e.g. “tt0111161”). Returns title, year, runtime, genres, plus rating (average + votes) and crew (directors/writers as nconst arrays).

Parameters

NameTypeRequiredDescription
imdb_idstringyestconst, e.g. “tt0111161”

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_get_title","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.

Regenerated from source · build May 21, 2026