MCP server exposing 3 tools for travel-feeds.
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/travel-feeds/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
list_feeds — List the curated travel feeds (id, title, category, source). Optionally filter by category (travel) or keyword. Pass an id to read_feed.read_feed — Read a curated travel feed by its id (from list_feeds). Returns normalized items (title, link, published, summary). Optionally filter items by keyword.fetch_feed — Fetch and normalize any RSS / Atom / RDF feed by URL. CF-robust: fetches directly and falls back to a proxy if the source blocks the gateway. Use list_feeds first for curated sources.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/travel-feeds/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io