You're viewing a demo portfolio

Join the waitlist
PRSM

popular

Active

Tool of Trakt

declared in 0.1.0

"All-time popular movies / shows" / "most-watched [type] ever" / "classic [movies / TV]" — all-time popular movies or shows on Trakt (by lifetime watch counts, not current trending). Use for "best of all time" lists.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "type": "movies",
      "limit": 10
    },
    {
      "page": 2,
      "type": "shows"
    }
  ],
  "required": [
    "type"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "1-based page"
    },
    "type": {
      "enum": [
        "movies",
        "shows"
      ],
      "type": "string",
      "description": "movies | shows"
    },
    "limit": {
      "type": "number",
      "description": "1-100 (default 10)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Trakt

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

1/7 registries
View full server →