podcast_mcp
Verified Safeby Red5d
Overview
A FastMCP server that provides structured access to Podcasting 2.0 RSS feed data.
Installation
No command providedSecurity Notes
The server fetches external RSS feeds and podcast transcripts. While this introduces inherent reliance on external sources, the feeds are configured internally (in `server.py`) rather than being accepted as arbitrary user input, reducing direct injection risks. Uses well-known libraries (`lxml`, `requests`) for parsing and HTTP, which are generally secure.
Similar Servers
miniflux-mcp
An MCP server that provides tools to interact with a Miniflux RSS reader instance, enabling management of feeds, entries, categories, and users.
listenhub-mcp-server
An MCP server for ListenHub, enabling AI-powered podcast and FlowSpeech audio generation within various client applications.
fetch-mcp
Provides an MCP server for programmatically fetching web content from URLs and YouTube video transcripts.
termfeed
A terminal-based RSS reader for managing and consuming feed content, with an MCP server to expose data to LLM agents.