MCP server exposing 3 tools for prnewswire.
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/prnewswire/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
prnewswire_latest_releases — Latest press releases from PR Newswire's site-wide RSS feed (source: prnewswire.com). Returns headline, issuer, published time, excerpt and industry tags for each release, newest first. Covers the ~20 most recent releases across all categories — not PR Newswire's full archive.prnewswire_search_releases — Keyword/company search over PR Newswire's current site-wide feed (source: prnewswire.com). Matches against headline, issuer name, excerpt and industry tags. Searches only the live rolling ~20-item window each call — not a historical archive.prnewswire_get_release — Fetch one specific PR Newswire release by its URL (source: prnewswire.com), as returned by prnewswire_latest_releases or prnewswire_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/prnewswire/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io