Podcast Index
Open podcast directory search, feed lookup, episode lookup, trending feeds, and Podcasting 2.0 metadata.
Tools
| Name | Description |
|---|---|
search_podcastsSearch Podcast Index feeds by term. | Search Podcast Index feeds by term. |
get_podcast_by_feed_idGet a Podcast Index feed by numeric feed ID. | Get a Podcast Index feed by numeric feed ID. |
get_podcast_by_urlGet a Podcast Index feed by RSS feed URL. | Get a Podcast Index feed by RSS feed URL. |
list_episodes_by_feedList recent Podcast Index episodes for a feed. | List recent Podcast Index episodes for a feed. |
get_episode_by_idGet a Podcast Index episode by numeric episode ID. | Get a Podcast Index episode by numeric episode ID. |
trending_podcastsList trending podcasts from Podcast Index. | List trending podcasts from Podcast Index. |
get_value_by_feedGet Podcasting 2.0 value block information for a feed. | Get Podcasting 2.0 value block information for a feed. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('podcast-index', 'search_podcasts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'podcast-index',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Podcast Index to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Podcast Index support?
Podcast Index supports 7 tools including Search Podcasts, Get Podcast By Feed ID, Get Podcast By Feed URL, List Episodes By Feed, Get Episode By ID, and more.
Can I use Podcast Index with AI agents?
Yes. Add Podcast Index to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Podcast Index be used in stateful agent workflows?
Yes. Agents can combine Podcast Index tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Podcast Index use?
Podcast Index uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Podcast Index integration cost?
The Podcast Index integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Podcast Index in minutes
Get 20,000 free action executions every month. No credit card required.