MCP server exposing 4 tools for movies.
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/movies/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_movies — Search for movies by title or keyword. Returns title, director, release date, genre, description, and artwork.search_tv_shows — Look up a TV SERIES BY NAME on TVmaze and get its facts in one call — "tell me about the TV show Breaking Bad", "when did The Sopranos air", "how was Chernobyl rated", "what network was Mad Men on", "is The Bear still running". Returns the show name, genres, premiere and end dates, status (Running/Ended), rating, network, summary and images for each match. THE entry point for a named series: it takes the TITLE directly, so a show known by name is answered here without resolving an id first.get_tv_show — Full TVmaze record for ONE TV series by its numeric TVmaze show id — the episode list with air dates, plus network, status and rating. The id is an internal TVmaze number, so resolve it with search_tv_shows first and pass what that returns; when the caller names the show rather than an id, search_tv_shows answers directly.get_tv_schedule — Check what's broadcasting on a specific date and country (e.g., 'US', 'GB'). Returns shows, times, and channels.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/movies/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io