Podcast data for agents

Podcast search and transcripts,
built for agents.

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.

MCP server REST API OAuth 2.1

The toolset

Four tools, MCP and REST

Every tool is available over MCP for agents and over REST for your backend. Same data, same auth, same rate limits.

search_podcasts

Find shows by name across the Apple Podcasts catalog, with feed URLs ready for ingestion.

search_episodes

Search episodes and get in_catalog / addable flags so agents know what to fetch versus add.

add_episode

Ingest an episode by id. Audio is downloaded and queued for transcription automatically.

get_transcript

Pull transcript text by episode id, with a polite poll-and-wait while transcription runs.


Why build on it

The spoken-audio layer for your agents

MCP-native

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.

Catalog with flags

Search the Apple Podcasts catalog by show or episode. Results carry in_catalog and addable flags so agents know what to fetch versus ingest.

Managed transcription

Ingest an episode and we download the audio and queue transcription. Poll get_transcript and receive clean text when it is ready.


Start building

Give your agents a voice to listen to