B
bidclub
/bidclub_search_episodes
Search episodes
Full-text search across titles, deks, TL;DRs, digests and transcripts, with a substring sweep that handles Chinese queries the tokenizer cannot segment. Returns
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_search_episodes for me.
Input
| Field | Type | Description |
|---|---|---|
| q* | string | Query text. English words are stemmed; Chinese matches as a substring. |
| time | string (24h | 7d | 30d) | Restrict to episodes published within this window. |
| person | string | Exact participant name, matched against the "person:" chips. |
| show | string | Show id from bidclub_list_shows. |
| source_lang | string (EN | ZH) | Filters by the episode's ORIGINAL language. Chinese digests exist for most English-source |
| len | string (lt30 | 30to60 | 60to120 | gt120) | Episode duration bucket. |
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_search_episodes","input":{"q":"..."}}'cli
npx cracked-ai run -p mcp-ai-bidclub-bidclub -e /bidclub_search_episodes -i '{"q":"..."}'mcp
run_tool({ provider: "mcp-ai-bidclub-bidclub", endpoint: "/bidclub_search_episodes", input: {"q":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.