trending
ActiveTool of Trakt
"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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Trakt
https://github.com/pipeworx-io/mcp-trakt
1/7 registries