@pipeworx/trakt
Connect: https://gateway.pipeworx.io/trakt/mcp · Install: one-click buttons
Tools: 7
Trakt.tv MCP — TV/movie metadata + trending/popular signals.
Tools
search(query, type?, fields?, years?, genres?, countries?, languages?, page?, limit?)get_movie(id, extended?)get_show(id, extended?)list_seasons(show_id, extended?)get_episode(show_id, season, episode, extended?)trending(type, limit?, page?)popular(type, limit?, page?)
Auth
- Platform key: gateway env
PLATFORM_TRAKT_KEY(client_id from a registered Trakt app). - BYO:
?_apiKey=<client_id>after registering at https://trakt.tv/oauth/applications.
Read-only endpoints work with just the client_id (no user OAuth required).
Data source
https://api.trakt.tv — header trakt-api-key + trakt-api-version: 2.
Tools
- search — Search Trakt. type = comma-separated of movie, show, episode, person, list. Returns each result with score + matched object.
- get_movie — Movie record by trakt ID / slug / IMDB ID. Use extended=full for plot/runtime/genres/cast.
- get_show — Show record. Use extended=full for runtime/genres/cast/rating/airs/etc.
- list_seasons — Seasons + episode counts for a show.
- get_episode — Single episode by show + season + episode number.
- trending — Currently-trending movies or shows.
- popular — All-time popular movies or shows.
Tools
-
get_episode— Single episode by show + season + episode number. -
get_movie— Movie record by trakt ID / slug / IMDB ID. Use extended=full for plot/runtime/genres/cast. -
get_show— Show record. Use extended=full for runtime/genres/cast/rating/airs/etc. -
list_seasons— Seasons + episode counts for a show. -
popular— All-time popular movies or shows. -
search— Search Trakt. type = comma-separated of movie, show, episode, person, list. Returns each result with score + matched object. -
trending— Currently-trending movies or shows.