Podcast Transcripts On-Demand
petabloom/podcastsAccess 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.
Tools · 5
Search indexed podcast episodes by keyword or show name and return the show/episode GUIDs needed for transcript retrieval.
Return the most recent transcript-ready episodes across the full podcast catalog.
Semantic 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 a…
Fetch a bounded transcript chunk for a specific episode using its show and episode GUIDs. Use `next_cursor` to continue reading.
Send structured feedback about bugs, missing data, unclear behavior, or feature requests.
Resources · 1
Usage guidance, common workflows, and runtime configuration notes for this MCP server.
resource://server-guide
Prompts · 1
Build a grounded workflow for finding episodes on a topic and summarizing them with transcript evidence.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"podcast_transcripts_on-demand": {
"url": "https://podcasts.petabloom.com/mcp",
"transport": "http"
}
}
}