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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Seed — one or more titles, comma-separated. Prefix with <type>: to disambiguate (e.g., “movie:Inception”). |
type | string | no | Restrict to one category. Note: types are singular (movie, show, book), not plural. |
limit | number | no | 1-50 (default 20) |
include_info | boolean | no | Add 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.