Skip to content
Back to search
100
MCP live v1.0.0 MCP 2026-07-28 streamable-http

ai.bidclub/bidclub

ai.bidclub/bidclub

Search 45+ investor podcasts and read transcripts, TL;DRs, digests — bilingual EN/中文, keyless.

Uptime
25.0%
4 probes
Response
586ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

bidclub_list_shows

List every show in the BidClub library with its id, display name, source language, hosts, and source links. Start here when you need a show id for the show parameter of the other tools.

bidclub_list_episodes

List episodes newest first, optionally narrowed to one show. Returns metadata only — titles, deks, dates, durations, participant chips and source links — never the digest or transcript. Use bidclub_ge…

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. Returns up to 20 metadata rows, never content. …

bidclub_get_episode

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 concatenate content_md until next_offset is nu…

bidclub_feed_index

The slim catalogue of every episode — one row each, metadata only. Narrow it with show or person; passing both is an error. Large responses are truncated to the newest rows with a note, so filter rath…

bidclub_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 transcript in a single request instead of pagin…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.bidclub/bidclub": {
      "url": "https://bidclub.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}