PodKit
Podcast search, metadata, chapters, and transcripts for AI agents — from $15/mo
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- Search Podcasts: Search podcasts by keyword. Returns normalized podcast metadata; each result’s `id` is the iTunes/Apple collection id you pass to get_podcast.
- Get Podcast: Get a podcast and a page of its episodes (newest first) by iTunes id. Each returned episode includes an `id` — pass it to get_episode, get_episode_chapters, or get_episode_transcript.
- Get Episode: Get a single episode by its PodKit episode id, with parent podcast info.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Podcast search, metadata, chapters, and transcripts for AI agents — from $15/mo
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| search_podcasts | Search podcasts by keyword. Returns normalized podcast metadata; each result’s `id` is the iTunes/Apple collection id you pass to get_podcast. |
| get_podcast | Get a podcast and a page of its episodes (newest first) by iTunes id. Each returned episode includes an `id` — pass it to get_episode, get_episode_chapters, or get_episode_transcript. |
| get_episode | Get a single episode by its PodKit episode id, with parent podcast info. |
| get_episode_chapters | Get an episode’s chapters (podcast:chapters) as normalized JSON. |
| get_episode_transcript | Get an episode’s transcript (JSON/VTT/SRT/text) as normalized segments + text. |