B
bidclub
/bidclub_get_episode
Get episode content
Read one section of an episode. Long sections page deterministically: when the result says truncated: true, call again with offset set to next_offset and concat
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_get_episode for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Episode slug from a list or search result. |
| section | string (meta | tldr | digest | transcript) | meta returns the row with no long markdown at all; tldr is the bullet summary; digest is t default "digest" |
| lang | string (EN | ZH) | Output edition. A translated summary is served only when both the TL;DR and the digest tra default "EN" |
| offset | integer | Code-point offset into the section. Use the previous next_offset. default 0 |
| max_chars | integer | Code points per window. Defaults to 20000 for Latin text and 14000 for Chinese or Japanese |
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_get_episode","input":{"slug":"...","section":"digest","lang":"EN","offset":0}}'cli
npx cracked-ai run -p mcp-ai-bidclub-bidclub -e /bidclub_get_episode -i '{"slug":"...","section":"digest","lang":"EN","offset":0}'mcp
run_tool({ provider: "mcp-ai-bidclub-bidclub", endpoint: "/bidclub_get_episode", input: {"slug":"...","section":"digest","lang":"EN","offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.