@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_attells 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
- https://www.globenewswire.com/RssFeed/orgclass/1/feedTitle/GlobeNewswire%20-%20News%20About%20Public%20Companies — GlobeNewswire’s own channel description calls this “the last 20 releases”. It is the public-company org class only (org class 1); GlobeNewswire also distributes private-company, nonprofit and mutual-fund releases under other org classes this pack does not read.
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
- globenewswire_latest_releases — Latest press releases from GlobeNewswire’s public-company RSS feed (source: globenewswire.com).
- globenewswire_search_releases — Keyword/company search over GlobeNewswire’s current public-company feed (source: globenewswire.com).
- globenewswire_get_release — Fetch one specific GlobeNewswire release by its URL (source: globenewswire.com), as returned by
Tools
globenewswire_get_release— Fetch one specific GlobeNewswire release by its URL (source: globenewswire.com), as returned byglobenewswire_latest_releases— Latest press releases from GlobeNewswire's public-company RSS feed (source: globenewswire.com).globenewswire_search_releases— Keyword/company search over GlobeNewswire's current public-company feed (source: globenewswire.com).