com.petabloom/podcasts
com.petabloom/podcastsAn MCP server that provides tools to discover and retrieve podcast episodes transcripts.
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": {
"com.petabloom/podcasts": {
"url": "https://podcasts.petabloom.com/mcp",
"transport": "streamable-http"
}
}
}