B
bidclub
/bidclub_download_links
Download links
Build the download URLs for an episode or a whole show without fetching anything. Hand these to the user, or fetch one yourself when you need a complete transcr
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_download_links for me.
Input
| Field | Type | Description |
|---|---|---|
| slug | string | Episode slug. Mutually exclusive with show. |
| show | string | Show id, for the whole-show zip archives. Mutually exclusive with slug. |
| lang | string (orig | EN | ZH) | Edition to request in the generated URLs. orig keeps each artifact in its source language. default "orig" |
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_download_links","input":{"lang":"orig"}}'cli
npx cracked-ai run -p mcp-ai-bidclub-bidclub -e /bidclub_download_links -i '{"lang":"orig"}'mcp
run_tool({ provider: "mcp-ai-bidclub-bidclub", endpoint: "/bidclub_download_links", input: {"lang":"orig"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.