MCP server exposing 3 tools for globenewswire.
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/globenewswire/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
globenewswire_latest_releases — Latest press releases from GlobeNewswire's public-company RSS feed (source: globenewswire.com). Returns headline, issuer, published time, excerpt and ticker(s) for each release, newest first. Covers only the public-company org class, last ~20 releases — not GlobeNewswire's full wire.globenewswire_search_releases — Keyword/company search over GlobeNewswire's current public-company feed (source: globenewswire.com). Matches against headline, issuer name and excerpt. Searches only the live rolling ~20-item window each call — not a historical archive.globenewswire_get_release — Fetch one specific GlobeNewswire release by its URL (source: globenewswire.com), as returned by globenewswire_latest_releases or globenewswire_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/globenewswire/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io