@pipeworx/globenewswire

Connect: https://gateway.pipeworx.io/globenewswire/mcp · Install: one-click buttons

No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.

Tools: 3

Live press releases from GlobeNewswire’s public-company RSS feed — headline, issuer, tickers, publish time and excerpt, newest first.

Tools

  • globenewswire_latest_releases(since_hours?, limit?) — the current rolling window of releases, newest first. newest_item_at tells a caller whether the feed is quiet or stalled.
  • globenewswire_search_releases(query, limit?) — keyword/company match over headline, issuer and excerpt, within the current window only.
  • globenewswire_get_release(url) — one specific release, matched by the URL a prior call returned. Fails clearly (not silently empty) if the release has scrolled out of the current window.

Auth

Keyless. No account, no clickthrough terms.

Data sources

Every call re-fetches this same rolling ~20-item window live — it is not an archive. A release typically scrolls off within about an hour at the wire’s normal volume, so search_releases only ever searches what is currently in the window and get_release can miss something that has already fallen out of it (the tool says so explicitly rather than returning an empty result).

The issuer name is pulled from <dc:contributor>, not from a generic <author>/byline heuristic — this feed carries no <author> tag, so a generic byline reader would return nothing useful here.

PR Newswire sits behind Cloudflare bot management and occasionally answers a request with a challenge redirect that 404s; this pack retries up to 3 times before reporting the wire down (see mcps/prnewswire/src/index.ts for the measured rate — the same defensive retry is applied here too, even though it has not been observed on this feed specifically).

Tools

Tools

Regenerated from source · build September 22, 2026