Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Podcast Index MCP Server

NPM · PODCASTINDEX-MCP · SCANNED AUG 3

Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.

Available components

+35 this week 81 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (107 of 108), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (107 of 108), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to conorbronsdon/podcastindex-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 25 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1284 tokens (~71/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · podcastindex-mcp

# add to Claude Code
claude mcp add conorbronsdon-podcastindex-mcp -- npx -y podcastindex-mcp
# add to Codex CLI
codex mcp add conorbronsdon-podcastindex-mcp -- npx -y podcastindex-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "conorbronsdon-podcastindex-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "podcastindex-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add conorbronsdon-podcastindex-mcp --command npx --arg -y --arg podcastindex-mcp
# ~/.hermes/config.yaml
mcp_servers:
  conorbronsdon-podcastindex-mcp:
    command: "npx"
    args: ["-y", "podcastindex-mcp"]
// mcp.json
{
  "mcpServers": {
    "conorbronsdon-podcastindex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "podcastindex-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +59
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • The attested source repository moved: conorbronsdon/podcastindex-mcp security
    • Schema quality: 576 → 1284 functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
    • Package version: 0.2.0 → 0.3.0 functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
conorbronsdon/podcastindex-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/conorbronsdon/podcastindex-mcp/.github/workflows/publish.yml@refs/heads/main
Rekor log index:
2112362021
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:b9896219c6bc4c861365f367684e7b4f60ebf5faaf5ff465d1fe99c6ece1e4d3b916986536dc12c93d4b43df1796bb91c9207b6d764c50c4abca9fa6d
Discovery method:
attestation_endpoint
Dependencies 107 packages

107 packages in the resolved dependency tree · 107 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 18 exposed · ~1,284 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
categories_list ~20

Get the full list of Podcast Index categories and their IDs.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

episode_by_id ~63

Look up a single episode by its Podcast Index episode ID. Returns full episode metadata including enclosure URL, duration, and transcript links where available.

NameTypeReqDescription
fulltextbooleanReturn full text descriptions (default false)
idnumberyesPodcast Index episode ID

No output schema declared.

No examples provided.

episodes_by_feed_id ~91

Get episodes for a specific podcast by its Podcast Index feed ID. Use podcast_by_feed_url first to get the feed ID.

NameTypeReqDescription
fulltextbooleanReturn full text descriptions (default false)
idnumberyesPodcast Index feed ID
maxnumberMaximum episodes to return (default 10)
sincenumberOnly return episodes published since this Unix timestamp

No output schema declared.

No examples provided.

episodes_live ~48

Get episodes that are currently live (actively streaming right now) across the Podcast Index. Useful for finding live shows in progress.

NameTypeReqDescription
maxnumberMaximum results to return (default 10)

No output schema declared.

No examples provided.

podcast_by_feed_id ~44

Look up a podcast by its Podcast Index feed ID. Returns full metadata including categories, language, and feed health.

NameTypeReqDescription
idnumberyesPodcast Index feed ID

No output schema declared.

No examples provided.

podcast_by_feed_url ~58

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.

NameTypeReqDescription
urlstringyesRSS feed URL

No output schema declared.

No examples provided.

podcast_by_guid ~62

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.

NameTypeReqDescription
guidstringyesThe podcast:guid value from the feed

No output schema declared.

No examples provided.

podcast_by_itunes_id ~47

Look up a podcast by its Apple Podcasts (iTunes) ID. Returns full Podcast Index feed metadata.

NameTypeReqDescription
idnumberyesApple Podcasts (iTunes) feed ID

No output schema declared.

No examples provided.

recent_episodes ~91

Get the most recent episodes across the entire Podcast Index. Useful for seeing what is being published right now in the ecosystem.

NameTypeReqDescription
beforenumberOnly return episodes before this episode ID
excludeStringstringExclude episodes containing this string in title
fulltextbooleanReturn full text descriptions (default false)
maxnumberMaximum results (default 10)

No output schema declared.

No examples provided.

recent_feeds ~123

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.

NameTypeReqDescription
catstringOnly include feeds with these categories (comma-separated names or IDs)
langstringLanguage code filter (e.g. "en")
maxnumberMaximum results to return (default 40)
notcatstringExclude feeds with these categories (comma-separated names or IDs)
sincenumberOnly return feeds updated since this Unix timestamp

No output schema declared.

No examples provided.

recent_new_feeds ~121

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.

NameTypeReqDescription
descbooleanReturn feeds in descending order (default false, only applies with feedid)
feedidstringPodcast Index feed ID to start from. Takes precedence over since — if both are set, since is ignored.
maxnumberMaximum results to return (default 40)
sincenumberOnly return feeds added since this Unix timestamp

No output schema declared.

No examples provided.

search_by_person ~91

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.

NameTypeReqDescription
fulltextbooleanReturn full text descriptions (default false)
maxnumberMaximum results to return (default 10)
qstringyesPerson name to search for (e.g. "Conor Bronsdon")

No output schema declared.

No examples provided.

search_by_term ~86

Full-text search across all podcasts in the index. Search by topic, show name, or keyword to find relevant podcasts.

NameTypeReqDescription
cleanbooleanExclude explicit content (default false)
fulltextbooleanReturn full text descriptions (default false)
maxnumberMaximum results to return (default 10)
qstringyesSearch term

No output schema declared.

No examples provided.

search_by_title ~111

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.

NameTypeReqDescription
cleanbooleanExclude explicit content (default false)
fulltextbooleanReturn full text descriptions (default false)
maxnumberMaximum results to return (default 10)
qstringyesPodcast title to search for (e.g. "Chain of Thought")

No output schema declared.

No examples provided.

stats_current ~27

Get current aggregate statistics for the entire Podcast Index (total feeds, episodes, and related counts).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

trending_podcasts ~95

Get trending podcasts with optional filters for language and category. Useful for competitive intelligence and content planning.

NameTypeReqDescription
catstringCategory filter — name or ID (e.g. "Technology", "102")
langstringLanguage code filter (e.g. "en")
maxnumberMaximum results (default 10)
sincenumberOnly return podcasts trending since this Unix timestamp

No output schema declared.

No examples provided.

value_by_feed_id ~54

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.

NameTypeReqDescription
idnumberyesPodcast Index feed ID

No output schema declared.

No examples provided.

value_by_feed_url ~52

Get the value4value (lightning payment / streaming sats) information for a podcast by its RSS feed URL, if the feed publishes a podcast:value block.

NameTypeReqDescription
urlstringyesRSS feed URL

No output schema declared.

No examples provided.