INDIVIDUAL MCP TOOL
bidclub_download_links
Build the download URLs for an episode or a whole show without fetching anything.
LIVE ENDPOINT
https://bidclub.ai/api/mcp
Connect to this endpoint to inspect the live schema for bidclub_download_links and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bidclub]
url = "https://bidclub.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bidclub": {
"type": "http",
"url": "https://bidclub.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bidclub
Remote MCP URL: https://bidclub.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bidclub": {
"url": "https://bidclub.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bidclub": {
"type": "http",
"url": "https://bidclub.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bidclub",
"transport": "streamable-http",
"url": "https://bidclub.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
bidclub_list_shows— List every show in the BidClub library with its id, display name, source language, hosts, and source links.bidclub_list_episodes— List episodes newest first, optionally narrowed to one show.bidclub_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.bidclub_get_episode— Read one section of an episode.bidclub_feed_index— The slim catalogue of every episode — one row each, metadata only.