search_podcasts
ActiveTool of Podcast Index MCP
Podcast search by term. Find podcasts in the open podcast database by name or keyword. Returns matching podcasts with title, author, description, categories, episode count, and artwork. Example: search_podcasts({ query: "true crime", max: 10 })
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"max": {
"type": "number",
"description": "Maximum number of podcasts to return (default 10, max 40)"
},
"query": {
"type": "string",
"description": "Search term — podcast name or keyword, e.g. \"true crime\", \"javascript\""
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Podcast Index credentials as KEY:SECRET for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Podcast Index MCP
https://github.com/pipeworx-io/mcp-podcastindex
2/7 registries