# Lenny Rachitsky Podcast Transcripts MCP Server MCP server

MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-com-mcp-lenny-rachitsky-podcast
- Repository: https://github.com/la-rebelion/hapimcp
- Website: https://mcp.com.ai

## Install
- Endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp

## Tools
- getEpisodes - List episodes - Lists episodes with parsed frontmatter (guest, title, duration, youtube_url, etc.) and their canonical resource URIs. Endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp
- getEpisodesGuest - Get an episode card (metadata + key URIs) Endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp
- getEpisodesGuestMetadatajson - Get episode metadata as JSON (frontmatter) Endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp
- getEpisodesGuestTranscriptformat - Get transcript in a specific format - Returns 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 (metadata + transcript text) Endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp
- getEpisodesGuestChunks - List chunk descriptors for an episode - Returns chunk boundaries and URIs for chunk retrieval. Chunks may be computed on-demand using size/overlap parameters. Endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp
- getEpisodesGuestChunksChunkIdtxt - Get a specific transcript chunk as plain text Endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp
- getSearch - Search episodes and transcripts - Searches 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. Example (vector search with filters):

  GET /search?q=pricing&mode=vector&guest=Marty%20Cagan&keywords=pricing,monetization&top_k=5 Endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp
- postSearch - Search 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. Endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp

## Resources
- http://localhost:3000/lenny-rachitsky.json - The OpenAPI specification for this API MIME type: application/json

## Prompts
- system - System prompt for API interaction

## Metadata
- Owner: ai.com.mcp
- Version: 0.6.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jan 16, 2026
- Source: https://registry.modelcontextprotocol.io
