canon_podcast_list

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

Every podcast CanonCannon tracks, with its episode count — the roster that forms the denominator of the canon bar (an idea needs ceil(5%) of these shows to clear it). Requires a CanonCannon API key via _apiKey. Example: canon_podcast_list({ limit: 100 }).

Parameters

NameTypeRequiredDescription
limitnumbernoPodcasts per page, 1-100. Default 50.
cursorstringnoKeyset cursor from a previous call’s next_cursor.

Example call

Arguments

{
  "limit": 5
}

curl

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

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('canon_podcast_list', {
  "limit": 5
});

More examples

{}

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build September 15, 2026