get_podcast
ActiveTool of Podcast Index MCP
Get full metadata for a single podcast by its Podcast Index feed ID. Returns title, author, description, owner, episode count, categories, language, and artwork. Example: get_podcast({ feed_id: 920666 })
Parameters schema
{
"type": "object",
"required": [
"feed_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Optional — your own Podcast Index credentials as KEY:SECRET for higher limits; omit to use the shared Pipeworx key."
},
"feed_id": {
"type": "number",
"description": "Podcast Index feed ID (from search_podcasts or trending podcasts results)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Podcast Index MCP
https://github.com/pipeworx-io/mcp-podcastindex
2/7 registries