@pipeworx/listen-notes
Connect: https://gateway.pipeworx.io/listen-notes/mcp · Install: one-click buttons
Tools: 7
Listen Notes MCP — podcast directory. Free tier 300 req/month.
Auth
- Platform:
PLATFORM_LISTENNOTES_KEY. BYO:?_apiKey=….
Tools
search(query, type?, sort_by_date?, language?, len_min?, len_max?, genre_ids?, offset?)— searchpodcast(id)— single podcastepisode(id)— single episodegenres()— list genresbest_podcasts(genre_id?, region?, sort?, page?)— top podcastsrecommendations_for_podcast(id)— similar podcastsrecommendations_for_episode(id)— similar episodes
Data source
https://listen-api.listennotes.com/api/v2/
Tools
- search — Search podcasts/episodes/curated/people.
- podcast — Fetch full details for a single podcast by Listen Notes
id. Returns title, description, publisher, language, total episodes, latest episode date, and image URL. - episode — Fetch full details for a single podcast episode by Listen Notes
id. Returns title, description, audio URL, duration, publish date, and parent podcast info. - genres — Return the full list of Listen Notes podcast genre categories with genre id and name. Use genre_id values to filter
best_podcastsorsearchby genre. - best_podcasts — Fetch the Listen Notes curated list of top podcasts, optionally filtered by
genre_id,region, orsort. Returns title, publisher, image URL, and Listen Notes id per podcast. - recommendations_for_podcast — Fetch podcast recommendations similar to a given podcast by Listen Notes
id. Returns a list of similar podcasts with title, publisher, description, and image URL. - recommendations_for_episode — Fetch episode recommendations similar to a given episode by Listen Notes
id. Returns a list of similar episodes with title, audio URL, duration, and parent podcast info.
Tools
-
best_podcasts— Fetch the Listen Notes curated list of top podcasts, optionally filtered by `genre_id`, `region`, or `sort`. Returns title, publisher, image URL, and Listen Notes id per podcast. -
episode— Fetch full details for a single podcast episode by Listen Notes `id`. Returns title, description, audio URL, duration, publish date, and parent podcast info. -
genres— Return the full list of Listen Notes podcast genre categories with genre id and name. Use genre_id values to filter `best_podcasts` or `search` by genre. -
podcast— Fetch full details for a single podcast by Listen Notes `id`. Returns title, description, publisher, language, total episodes, latest episode date, and image URL. -
recommendations_for_episode— Fetch episode recommendations similar to a given episode by Listen Notes `id`. Returns a list of similar episodes with title, audio URL, duration, and parent podcast info. -
recommendations_for_podcast— Fetch podcast recommendations similar to a given podcast by Listen Notes `id`. Returns a list of similar podcasts with title, publisher, description, and image URL. -
search— Search podcasts/episodes/curated/people.