MCP Hub
Back to servers

spacenews

Spacenews MCP — wraps the Spaceflight News API v4 (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-spacenews

MCP server for spaceflight news via the Spaceflight News API. Free, no auth required.

Tools

ToolDescription
get_articlesFetch the latest spaceflight news articles
search_articlesSearch articles by keyword
get_blogsFetch the latest spaceflight blog posts

Quickstart (Pipeworx Gateway)

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

License

MIT

Reviews

No reviews yet

Sign in to write a review