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. |
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
- 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