regions

Pack: watchmode · Endpoint: https://gateway.pipeworx.io/watchmode/mcp

Watchmode supported regions/countries for streaming availability (US, UK, CA, AU, etc.). Returns 2-letter codes. Use to constrain title_sources or list_titles to a region.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/watchmode/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"regions","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('regions', {});

Response shape

Full JSON Schema
{
  "type": "object",
  "description": "Available regions"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "watchmode": {
      "url": "https://gateway.pipeworx.io/watchmode/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 6, 2026