search_podcasts
Find shows by name across the Apple Podcasts catalog, with feed URLs ready for ingestion.
Search the Apple Podcasts catalog, ingest episodes, and pull clean transcripts, over MCP and REST. Give Claude, ChatGPT, and your own agents reliable access to spoken audio.
Every tool is available over MCP for agents and over REST for your backend. Same data, same auth, same rate limits.
Find shows by name across the Apple Podcasts catalog, with feed URLs ready for ingestion.
Search episodes and get in_catalog / addable flags so agents know what to fetch versus add.
Ingest an episode by id. Audio is downloaded and queued for transcription automatically.
Pull transcript text by episode id, with a polite poll-and-wait while transcription runs.
Built as a first-class MCP server, so clients like Claude and ChatGPT can discover and call the tools with no glue code. OAuth handles authorization end to end.
Search the Apple Podcasts catalog by show or episode. Results carry in_catalog and addable flags so agents know what to fetch versus ingest.
Ingest an episode and we download the audio and queue transcription. Poll get_transcript and receive clean text when it is ready.