B
bidclub
/bidclub_list_episodes
List episodes
List episodes newest first, optionally narrowed to one show. Returns metadata only — titles, deks, dates, durations, participant chips and source links — never
liveverifiedunknown~5s typical
mcpprobedbidclub
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-bidclub-bidclub /bidclub_list_episodes for me.
Input
| Field | Type | Description |
|---|---|---|
| show | string | Show id from bidclub_list_shows. Omit for the whole library. |
| source_lang | string (EN | ZH) | Filters by the episode's ORIGINAL language. Chinese digests exist for most English-source |
| limit | integer | Episodes per page. default 50 |
| offset | integer | Rows to skip. Page with the returned pagination.next_offset. default 0 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-bidclub-bidclub","endpoint":"/bidclub_list_episodes","input":{"limit":50,"offset":0}}'cli
npx cracked-ai run -p mcp-ai-bidclub-bidclub -e /bidclub_list_episodes -i '{"limit":50,"offset":0}'mcp
run_tool({ provider: "mcp-ai-bidclub-bidclub", endpoint: "/bidclub_list_episodes", input: {"limit":50,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.