search
Pack: trakt · Endpoint: https://gateway.pipeworx.io/trakt/mcp
Search Trakt. type = comma-separated of movie, show, episode, person, list. Returns each result with score + matched object.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search term |
type | string | no | movie | show | episode | person | list (comma-sep ok) |
fields | string | no | Restrict matched fields (title | tagline | overview | people | translations | aliases | …) |
years | string | no | Restrict to year/range (e.g., “1999” or “1999-2005”) |
genres | string | no | Genre slug filter (comma-sep ok) |
countries | string | no | Country code filter (comma-sep) |
languages | string | no | Language code filter |
page | number | no | 1-based page (default 1) |
limit | number | no | 1-100 (default 10) |
Example call
curl -X POST https://gateway.pipeworx.io/trakt/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"trakt": {
"url": "https://gateway.pipeworx.io/trakt/mcp"
}
}
}
See Getting Started for client-specific install steps.