You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Trakt

declared in 0.1.0

Full-text search across Trakt's movie, TV show, episode, person, and list catalog. Returns ranked matches with Trakt IDs usable in get_movie/get_show. Filter by type, year range, genre, country, or language.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "The Matrix"
    },
    {
      "type": "show",
      "limit": 5,
      "query": "Breaking Bad",
      "years": "2008-2013"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "1-based page (default 1)"
    },
    "type": {
      "type": "string",
      "description": "movie | show | episode | person | list (comma-sep ok)"
    },
    "limit": {
      "type": "number",
      "description": "1-100 (default 10)"
    },
    "query": {
      "type": "string",
      "description": "Search term"
    },
    "years": {
      "type": "string",
      "description": "Restrict to year/range (e.g., \"1999\" or \"1999-2005\")"
    },
    "fields": {
      "type": "string",
      "description": "Restrict matched fields (title | tagline | overview | people | translations | aliases | ...)"
    },
    "genres": {
      "type": "string",
      "description": "Genre slug filter (comma-sep ok)"
    },
    "countries": {
      "type": "string",
      "description": "Country code filter (comma-sep)"
    },
    "languages": {
      "type": "string",
      "description": "Language code filter"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Trakt

https://github.com/pipeworx-io/mcp-trakt

1/7 registries
View full server →