networks

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

Watchmode TV network directory: HBO, FX, BBC, AMC, ABC, NBC, etc. Returns network ID, name, origin country. Use as a directory before filtering list_titles by network.

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":"networks","arguments":{}}}'

TypeScript (@pipeworx/sdk)

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

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

Response shape

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

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