get_podcast
Pack: podcastindex · Endpoint: https://gateway.pipeworx.io/podcastindex/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
| Name | Type | Required | Description |
|---|---|---|---|
feed_id | number | yes | Podcast Index feed ID (from search_podcasts or trending podcasts results) |
Example call
curl -X POST https://gateway.pipeworx.io/podcastindex/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_podcast","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"podcastindex": {
"url": "https://gateway.pipeworx.io/podcastindex/mcp"
}
}
}
See Getting Started for client-specific install steps.