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 — Search podcasts by title.search_episodes — Search episodes by title + description.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