MCP server exposing 3 tools for businesswire.
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/businesswire/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
businesswire_latest_releases — Latest press releases from Business Wire's all-news RSS channel (source: businesswire.com). Returns headline, dateline, language, published time, excerpt and release id for each release, newest first. The channel holds roughly the last 7 days of the whole wire (~3,500 releases, every language Business Wire distributes in) — not Business Wire's full archive. Pass language "en" for English only.businesswire_search_releases — Keyword/company search over Business Wire's current all-news channel (source: businesswire.com). Matches against headline, dateline and excerpt across roughly the last 7 days of the wire (~3,500 releases, all languages unless language is set) — not a historical archive.businesswire_get_release — Fetch one specific Business Wire release by its URL or release id (source: businesswire.com), as returned by businesswire_latest_releases or businesswire_search_releases. Re-fetches the live channel each call — a release older than the ~7-day 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/businesswire/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io