MCP server exposing 4 tools for spaceflight-news.
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/spaceflight-news/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_articles — Full-text search spaceflight news articles aggregated from dozens of sources (Spaceflight Now, NASASpaceflight, NASA, SpaceX, Blue Origin, ESA, and more). Filter by source, publish date, and featured status. Newest first. Keyless.get_article — Get a single spaceflight news article by its numeric id, with the full untruncated summary plus any associated launches and events. Keyless.latest_reports — Latest long-form spaceflight mission reports (longer than standard news articles), newest first. Keyless.list_sources — List every news source the Spaceflight News API aggregates, plus the API version. Use the names to filter search_articles by news_site. Keyless.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/spaceflight-news/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io