Skip to content
Back to search
100
MCP live v0.2.5 MCP 2025-11-25 streamable-http

com.petabloom/podcasts

com.petabloom/podcasts

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

Uptime
100.0%
1 direct probes · 30d
Response
1440ms
last probe
Tools
5
callable
Resources
1
readable
Prompts
1
available

Tools · 5

search_episodes

Search indexed podcast episodes by keyword or show name and return the show/episode GUIDs needed for transcript retrieval.

get_latest_episodes

Return the most recent transcript-ready episodes across the full podcast catalog.

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 a…

get_transcript

Fetch a bounded transcript chunk for a specific episode using its show and episode GUIDs. Use `next_cursor` to continue reading.

give_feedback

Send structured feedback about bugs, missing data, unclear behavior, or feature requests.

Resources · 1

server_guide

Usage guidance, common workflows, and runtime configuration notes for this MCP server.

resource://server-guide

Prompts · 1

summarize_topic_across_episodes

Build a grounded workflow for finding episodes on a topic and summarizing them with transcript evidence.

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"
    }
  }
}