Podcast Transcripts On-Demand
Access high quality transcripts for podcasts. Updated in real-time as new episodes are published. This MCP server also accepts feedback for feature requests and bug reports.
https://podcasts--petabloom.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/petabloom/podcasts 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://podcasts--petabloom.run.tools
Tools (5)
-
search_episodesSearch indexed podcast episodes by keyword or show name and return the show/episode GUIDs needed for transcript retrieval.
-
get_latest_episodesReturn the most recent transcript-ready episodes across the full podcast catalog.
-
search_episodes_by_topicSemantic topic search across the podcast catalog. Unlike `search_episodes` (which does lexical/keyword matching), this tool understands meaning: a query for 'AI safety' will match episodes about 'AI alignment', 'AGI risk', or 'frontier model evaluation' even if they don't contain the exact phrase. Returns ranked episodes with the matched topic phrases so you can explain *why* each result is relevant before fetching the transcript. Best for conceptual or thematic queries — use `search_episodes` i
-
get_transcriptFetch a bounded transcript chunk for a specific episode using its show and episode GUIDs. Use `next_cursor` to continue reading.
-
give_feedbackSend structured feedback about bugs, missing data, unclear behavior, or feature requests.