@pipeworx/tvmaze
Connect: https://gateway.pipeworx.io/tvmaze/mcp · Install: one-click buttons
Tools: 5
TVMaze MCP — TV show metadata, episodes, schedules, cast. No auth.
Tools
search_shows(query)get_show(show_id, embed_episodes?, embed_cast?, embed_seasons?)list_episodes(show_id, specials?)get_schedule(country?, date?)search_people(query)
Data source
https://api.tvmaze.com — public REST/JSON.
Tools
- search_shows — Search TV shows by name. Returns shows with id, name, premiere date, network, genres, rating, status, and TVMaze URL.
- get_show — Fetch a full show record by TVMaze ID. Optionally embed episodes, cast, seasons, or previous/next episode info for richer responses.
- list_episodes — List all episodes of a show. Returns season, number, name, airdate, runtime, and summary.
- get_schedule — What TV shows are airing on a given day in a country. Useful for “what aired last night on UK TV”. Returns episode + show records.
- search_people — Search actors / people by name. Returns id, name, country, birthday, gender, image.
Tools
-
get_schedule— What TV shows are airing on a given day in a country. Useful for what aired last night on UK TV . Returns episode + show records. -
get_show— Fetch a full show record by TVMaze ID. Optionally embed episodes, cast, seasons, or previous/next episode info for richer responses. -
list_episodes— List all episodes of a show. Returns season, number, name, airdate, runtime, and summary. -
search_people— Search actors / people by name. Returns id, name, country, birthday, gender, image. -
search_shows— Search TV shows by name. Returns shows with id, name, premiere date, network, genres, rating, status, and TVMaze URL.