← Registry

Content Tools

bidclub.ai

MCP server for browsing and retrieving BidClub podcast shows, episodes, and searchable transcripts.

1 endpoint6 known toolsFirst detected August 17, 2026Last detected September 6, 2026

ENDPOINT 1

https://bidclub.ai/api/mcp

No auth detected

MCP server metadata

Name
bidclub
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

BidClub publishes bilingual digests and transcripts of investment and technology podcasts. Search or list to find a slug, then read the tldr or digest section; page a transcript only when the summary is not enough.

Known tools 6

bidclub_list_shows

List every show in the BidClub library with its id, display name, source language, hosts, and source links.

Inferred read-only
bidclub_list_episodes

List episodes newest first, optionally narrowed to one show.

Inferred read-only
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.

Inferred read-only
bidclub_get_episode

Read one section of an episode.

Inferred read-only
bidclub_feed_index

The slim catalogue of every episode — one row each, metadata only.

Inferred read-only
bidclub_download_links

Build the download URLs for an episode or a whole show without fetching anything.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bidclub.ai was fetched 2026-08-24T04:04:30.630Z.

Trust status RestrictedContent

bidclub.ai is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.