MCP server exposing 3 tools for newswire-com.
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/newswire-com/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
newswire_com_latest_releases — Latest press releases from Newswire.com's public newsroom RSS feed (source: newswire.com, an Issuer Direct wire that shares many releases with ACCESS Newswire). Returns headline, published time and sub-headline excerpt for each release, newest first. Covers the 50 most recent releases — not Newswire.com's full archive.newswire_com_search_releases — Keyword/company search over Newswire.com's current newsroom feed (source: newswire.com). Matches against headline and sub-headline excerpt. Searches only the live rolling 50-item window each call — not a historical archive.newswire_com_get_release — Fetch one specific Newswire.com release by its URL (source: newswire.com), as returned by newswire_com_latest_releases or newswire_com_search_releases. Re-fetches the live feed each call — a release that has scrolled off the current 50-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/newswire-com/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io