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

NameTypeRequiredDescription
querystringyesSearch term
typestringnomovie | show | episode | person | list (comma-sep ok)
fieldsstringnoRestrict matched fields (title | tagline | overview | people | translations | aliases | …)
yearsstringnoRestrict to year/range (e.g., “1999” or “1999-2005”)
genresstringnoGenre slug filter (comma-sep ok)
countriesstringnoCountry code filter (comma-sep)
languagesstringnoLanguage code filter
pagenumberno1-based page (default 1)
limitnumberno1-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.

Regenerated from source · build May 21, 2026