getEpisodesList EpisodesLists episodes with parsed frontmatter (guest, title, duration, youtube_url, etc.) and their canonical resource URIs.
MCP SERVER
https://lenny-rachitsky.run.mcp.com.ai/mcpSUMMARY
This MCP server provides structured access to Lenny Rachitsky podcast transcripts. It offers tools to list episodes, retrieve episode metadata and transcripts in various formats (markdown, text, JSON), retrieve transcript chunks, and search across metadata and transcript text. The server is designed for content creators who need to query and retrieve podcast content programmatically.
CAPABILITIES
Evidence-backed capability profile
TOOLS IN THIS MCP SERVER
getEpisodesList EpisodesLists episodes with parsed frontmatter (guest, title, duration, youtube_url, etc.) and their canonical resource URIs.
getEpisodesGuestGet Episode CardGet an episode card (metadata + key URIs)
getEpisodesGuestChunksList Chunk Descriptors for an EpisodeReturns chunk boundaries and URIs for chunk retrieval. Chunks may be computed on-demand using size/overlap parameters.
getEpisodesGuestChunksChunkIdtxtGet a Specific Transcript Chunk as Plain TextGet a specific transcript chunk as plain text.
getEpisodesGuestMetadatajsonGet Episode Metadata as JSONGet episode metadata as JSON (frontmatter)
getEpisodesGuestTranscriptformatGet Transcript in a Specific FormatReturns the transcript in the requested format: md (markdown, may include or exclude frontmatter based on include_frontmatter), txt (clean text, best for LLM ingestion), json (structured form with metadata and transcript text).
getSearchSearch Episodes and TranscriptsSearches across metadata (D1) and transcript text (Vectorize). Returns matches as resources, including per-hit URIs pointing to episode cards and transcript chunks. Note: pagination cursor applies to metadata search only.
postSearchSearch Episodes and Transcripts (POST body)Same search as GET /search, but parameters are provided in the request body. This is useful for longer filter payloads.
MACHINE-READABLE ENDPOINTS
ACCESS
USAGE OBSERVATIONS