MCP server exposing 3 tools for prweb.
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/prweb/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
prweb_latest_releases — Latest press releases from PRWeb's site-wide RSS feed (source: prweb.com, Cision's small-business wire). Returns headline, issuer, published time, excerpt and industry tags for each release, newest first. Covers the ~20 most recent releases across all categories — not PRWeb's full archive.prweb_search_releases — Keyword/company search over PRWeb's current site-wide feed (source: prweb.com). Matches against headline, issuer name, excerpt and industry tags. Searches only the live rolling ~20-item window each call — not a historical archive.prweb_get_release — Fetch one specific PRWeb release by its URL (source: prweb.com), as returned by prweb_latest_releases or prweb_search_releases. Re-fetches the live feed each call — a release that has scrolled off the current ~20-item window will not be found.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/prweb/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io