MCP server exposing 7 tools for trakt.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/trakt/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — 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.get_movie — Fetch a movie record from Trakt by Trakt ID, slug, or IMDB/TMDB ID. Pass extended="full" to include plot, runtime, genres, rating, certification, and release year.get_show — "TV show info for [title]" / "details on [series]" / "how many seasons does [show] have" / "is [show] still on the air" / "[show] genre / runtime / cast" — full TV show record by Trakt ID, slug, or IMDb ID. Pass extended="full" for runtime, genres, cast, rating, airs schedule, network, status.list_seasons — "How many seasons of [show]" / "list seasons of [TV series]" / "episode counts per season" — list all seasons of a show with episode counts. Pass extended="episodes" to include each episode in the response.get_episode — "Episode [N] of season [M] of [show]" / "what happens in [show] S[X]E[Y]" / "episode info / runtime / title" — single episode record by show + season + episode number. Returns title, summary, runtime, air date, IDs.trending — "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.popular — "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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/trakt/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io