You're viewing a demo portfolio

Join the waitlist
PRSM

trending

Active

Tool of Trakt

declared in 0.1.0

"What's trending on TV / movies right now" / "popular shows this week" / "what people are watching" — currently-trending movies or shows on Trakt (ranked by active watchers). Pass type="movies" or "shows". Use for "what should I watch" recommendations.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "type": "movies"
    },
    {
      "type": "shows",
      "limit": 20
    }
  ],
  "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 →
trending — Trakt — PRSM MCP