MCP server exposing 3 tools for einpresswire.
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/einpresswire/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
einpresswire_latest_releases — Latest press releases from EIN Presswire's public news sitemap (source: einpresswire.com). Returns headline, published time, keyword tags and geo location for each release, newest first. Covers roughly the trailing 48 hours across every category — not a full archive, and not the gated RSS feeds.einpresswire_search_releases — Keyword/company search over EIN Presswire's current news sitemap (source: einpresswire.com). Matches against headline, keyword tags and geo location — there is no body excerpt in this source. Searches only the trailing ~48-hour window each call, not a historical archive.einpresswire_get_release — Fetch one specific EIN Presswire release by its URL (source: einpresswire.com), as returned by einpresswire_latest_releases or einpresswire_search_releases. Re-fetches the live sitemap each call — a release older than roughly 48 hours 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/einpresswire/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io