Podcast Index MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PODCASTINDEX_API_KEY | Yes | Your Podcast Index API key | |
| PODCASTINDEX_API_SECRET | Yes | Your Podcast Index API secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_by_personA | Search for podcast episodes where a specific person appeared as host or guest. Returns episodes across all indexed podcasts — useful for tracking appearances beyond your own show. |
| search_by_termA | Full-text search across all podcasts in the index. Search by topic, show name, or keyword to find relevant podcasts. |
| podcast_by_feed_urlA | Look up a podcast by its RSS feed URL. Returns feed ID, iTunes ID, categories, last update time, and feed health. Useful for checking if your podcast is properly indexed. |
| podcast_by_feed_idA | Look up a podcast by its Podcast Index feed ID. Returns full metadata including categories, language, and feed health. |
| trending_podcastsA | Get trending podcasts with optional filters for language and category. Useful for competitive intelligence and content planning. |
| episodes_by_feed_idA | Get episodes for a specific podcast by its Podcast Index feed ID. Use podcast_by_feed_url first to get the feed ID. |
| recent_episodesA | Get the most recent episodes across the entire Podcast Index. Useful for seeing what is being published right now in the ecosystem. |
| categories_listA | Get the full list of Podcast Index categories and their IDs. |
| search_by_titleA | Search for podcasts by title. Narrower than search_by_term, which also matches descriptions and other feed metadata — use this when you already know (or are guessing at) the show name. |
| episode_by_idA | Look up a single episode by its Podcast Index episode ID. Returns full episode metadata including enclosure URL, duration, and transcript links where available. |
| episodes_liveA | Get episodes that are currently live (actively streaming right now) across the Podcast Index. Useful for finding live shows in progress. |
| podcast_by_itunes_idA | Look up a podcast by its Apple Podcasts (iTunes) ID. Returns full Podcast Index feed metadata. |
| podcast_by_guidA | Look up a podcast by its podcast:guid tag value — the globally unique identifier defined in the Podcast Namespace spec. Use this when you have the GUID rather than a feed URL or ID. |
| value_by_feed_idA | Get the value4value (lightning payment / streaming sats) information for a podcast by its Podcast Index feed ID, if the feed publishes a podcast:value block. |
| value_by_feed_urlA | Get the value4value (lightning payment / streaming sats) information for a podcast by its RSS feed URL, if the feed publishes a podcast:value block. |
| recent_feedsA | Get the most recently updated podcast feeds across the entire Podcast Index, with optional language and category filters. Useful for spotting fresh activity in the ecosystem. |
| recent_new_feedsA | Get podcast feeds newly added to the Podcast Index, in the order they were added. Useful for discovering brand-new shows before they show up in other searches. |
| stats_currentA | Get current aggregate statistics for the entire Podcast Index (total feeds, episodes, and related counts). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/conorbronsdon/podcastindex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server