Skip to main content
Glama

bidclub

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

6 tools
bidclub_feed_indexFeed indexInspect

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 rather than paging.

ParametersJSON Schema
NameRequiredDescriptionDefault
showNoShow id. Mutually exclusive with person.
personNoExact participant name. Mutually exclusive with show.
bidclub_get_episodeGet episode contentInspect

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 null. Prefer tldr or digest — a transcript can exceed 100,000 characters and is rarely worth paging in full. lang selects the OUTPUT edition, not a catalogue filter; transcripts exist only in the episode's source language, so requesting a different lang for section=transcript always returns the source with lang_fallback: true.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoOutput edition. A translated summary is served only when both the TL;DR and the digest translations are complete; otherwise the source edition comes back with lang_fallback: true.EN
slugYesEpisode slug from a list or search result.
offsetNoCode-point offset into the section. Use the previous next_offset.
sectionNometa returns the row with no long markdown at all; tldr is the bullet summary; digest is the structured writeup; transcript is the full text.digest
max_charsNoCode points per window. Defaults to 20000 for Latin text and 14000 for Chinese or Japanese text, which cost about one token per character.
bidclub_list_episodesList episodesInspect

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_get_episode for content.

ParametersJSON Schema
NameRequiredDescriptionDefault
showNoShow id from bidclub_list_shows. Omit for the whole library.
limitNoEpisodes per page.
offsetNoRows to skip. Page with the returned pagination.next_offset.
source_langNoFilters by the episode's ORIGINAL language. Chinese digests exist for most English-source episodes, so do NOT set source_lang=ZH just because you want Chinese output — use the lang parameter on bidclub_get_episode instead.
bidclub_list_showsList showsInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

bidclub_search_episodesSearch episodesInspect

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. When the response carries partial: true the query only covered the newest searched_recent episodes, so say so rather than reporting an absence.

ParametersJSON Schema
NameRequiredDescriptionDefault
qYesQuery text. English words are stemmed; Chinese matches as a substring.
lenNoEpisode duration bucket.
showNoShow id from bidclub_list_shows.
timeNoRestrict to episodes published within this window.
personNoExact participant name, matched against the "person:" chips.
source_langNoFilters by the episode's ORIGINAL language. Chinese digests exist for most English-source episodes, so do NOT set source_lang=ZH just because you want Chinese output — use the lang parameter on bidclub_get_episode instead.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources