search_articles

Pack: spaceflight-news · Endpoint: https://gateway.pipeworx.io/spaceflight-news/mcp

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.

Parameters

NameTypeRequiredDescription
searchstringnoFull-text query, e.g. “starship”, “artemis”, “mars sample return”. Optional — omit to list recent articles.
news_sitestringnoFilter to a single source name, e.g. “Spaceflight Now”, “NASASpaceflight”. Use list_sources to discover names.
published_afterstringnoOnly articles published on/after this ISO date or datetime, e.g. “2026-01-01” or “2026-01-01T00:00:00Z”.
limitnumbernoMax articles to return (default 10, max 25).
featured_onlybooleannoIf true, return only editorially featured articles.

Example call

curl -X POST https://gateway.pipeworx.io/spaceflight-news/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_articles","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "spaceflight-news": {
      "url": "https://gateway.pipeworx.io/spaceflight-news/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 10, 2026