get_schedule
Pack: tvmaze · Endpoint: https://gateway.pipeworx.io/tvmaze/mcp
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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
country | string | no | 2-letter country code (default “US”) |
date | string | no | YYYY-MM-DD (default today) |
Example call
curl -X POST https://gateway.pipeworx.io/tvmaze/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_schedule","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"tvmaze": {
"url": "https://gateway.pipeworx.io/tvmaze/mcp"
}
}
}
See Getting Started for client-specific install steps.