get_recommendations

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

Get “similar to X” recommendations from TasteDive. type narrows the category (music | movies | shows | books | authors | games | podcasts). info=true also returns short descriptions and Wikipedia URLs.

Parameters

NameTypeRequiredDescription
querystringyesSeed — one or more titles, comma-separated. Prefix with <type>: to disambiguate (e.g., “movie:Inception”).
typestringnoRestrict to one category. Note: types are singular (movie, show, book), not plural.
limitnumberno1-50 (default 20)
include_infobooleannoAdd description + Wikipedia URL (default false)

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026