# podcasts MCP server

An MCP server that provides tools to discover and retrieve podcast episodes transcripts.

## Links
- Registry page: https://www.getdrio.com/mcp/com-petabloom-podcasts

## Install
- Endpoint: https://podcasts.petabloom.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://podcasts.petabloom.com/mcp

## Tools
- search_episodes (Search Episodes) - Search indexed podcast episodes by keyword or show name and return the show/episode GUIDs needed for transcript retrieval. Endpoint: https://podcasts.petabloom.com/mcp
- get_latest_episodes (Get Latest Episodes) - Return the most recent transcript-ready episodes across the full podcast catalog. Endpoint: https://podcasts.petabloom.com/mcp
- search_episodes_by_topic (Search Episodes by Topic) - 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 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` instead when the user is looking for a specific person, product, or verbatim phrase. Endpoint: https://podcasts.petabloom.com/mcp
- get_transcript (Get Transcript) - Fetch a bounded transcript chunk for a specific episode using its show and episode GUIDs. Use `next_cursor` to continue reading. Endpoint: https://podcasts.petabloom.com/mcp
- give_feedback (Give Feedback) - Send structured feedback about bugs, missing data, unclear behavior, or feature requests. Endpoint: https://podcasts.petabloom.com/mcp

## Resources
- resource://server-guide - Podcast Transcript Search Guide Usage guidance, common workflows, and runtime configuration notes for this MCP server. MIME type: text/markdown

## Prompts
- summarize_topic_across_episodes - Summarize Topic Across Episodes Build a grounded workflow for finding episodes on a topic and summarizing them with transcript evidence. Arguments: topic, podcast_name, max_episodes

## Metadata
- Owner: com.petabloom
- Version: 0.2.6
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 5, 2026
- Source: https://registry.modelcontextprotocol.io
