MCP server exposing 7 tools for fyyd.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/fyyd/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_podcasts — fyyd, the open podcast directory — search podcast shows by title term, optionally restricted to a language code, up to 30 per page. Returns each show's fyyd podcast id, title, author, description, RSS feed URL, artwork and episode count. Answers which podcast shows exist under a name and where the RSS feed is.search_episodes — fyyd, the open podcast directory — search individual podcast episodes, matching the term against episode titles and show-note descriptions, optionally filtered by language. Returns each episode's fyyd id, title, description, publication date, duration, audio enclosure URL and its parent podcast id. Answers which podcast episode covered a subject and where to listen to it.get_podcast — Podcast metadata + recent episodes.get_podcast_by_url — Resolve an RSS feed URL to its fyyd id.latest_episodes — Latest episodes for a podcast.top_podcasts — Return the most popular podcasts on fyyd, optionally filtered by category slug and language code, with up to 30 results per call.categories — Category tree.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/fyyd/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io