bidclub
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

FieldTypeDescription
q*stringQuery text. English words are stemmed; Chinese matches as a substring.
timestring (24h | 7d | 30d)Restrict to episodes published within this window.
personstringExact participant name, matched against the "person:" chips.
showstringShow id from bidclub_list_shows.
source_langstring (EN | ZH)Filters by the episode's ORIGINAL language. Chinese digests exist for most English-source
lenstring (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.