movie_reviews

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

Search New York Times movie reviews. Optionally filter by query or critics picks. Returns title, summary, byline, publication date, and URL. Example: movie_reviews({ query: “dune”, critics_pick: true })

Parameters

NameTypeRequiredDescription
querystringnoSearch query — movie title or keyword (optional).
critics_pickbooleannoIf true, only return reviews flagged as NYT Critics’ Picks (optional).
_apiKeystringnoOptional — your own NYT API key for higher limits; omit to use the shared Pipeworx key.

Example call

curl -X POST https://gateway.pipeworx.io/nyt/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"movie_reviews","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nyt": {
      "url": "https://gateway.pipeworx.io/nyt/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 3, 2026