Content Tools
bidclub.ai
MCP server for browsing and retrieving BidClub podcast shows, episodes, and searchable transcripts.
ENDPOINT 1
https://bidclub.ai/api/mcp
MCP server metadata
- Name
- bidclub
- Version
- 1.0.0
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_showsList every show in the BidClub library with its id, display name, source language, hosts, and source links.
Inferred read-onlybidclub_search_episodesFull-text search across titles, deks, TL;DRs, digests and transcripts, with a substring sweep that handles Chinese queries the tokenizer cannot segment.
Inferred read-onlybidclub_feed_indexThe slim catalogue of every episode — one row each, metadata only.
Inferred read-onlybidclub_download_linksBuild the download URLs for an episode or a whole show without fetching anything.
Inferred read-onlyCONNECT 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.
bidclub.ai is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.