# 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
- 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.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 7, 2026
- Source: https://registry.modelcontextprotocol.io
