MCP server exposing 5 tools for tvmaze.
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/tvmaze/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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 TVMaze's actor/person database by name. Returns matched people with id, name, country code, birthday, deathday, gender, and headshot image URL.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/tvmaze/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io