best_podcasts
ActiveTool of Listen Notes
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"region": "us",
"genre_id": 144
},
{
"page": 2
}
],
"properties": {
"page": {
"type": "number"
},
"sort": {
"type": "string"
},
"region": {
"type": "string"
},
"genre_id": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Listen Notes
https://github.com/pipeworx-io/mcp-listen-notes
1/7 registries