Pulls spaceflight news articles and updates through the Spaceflight News API via the Pipeworx gateway. The source doesn't list specific tools, but this is part of Pipeworx's collection of 851+ data sources, so you'd use it to query recent launches, mission updates, or industry news without building your own API client. Instead of calling individual tools, you can use ask_pipeworx to query in plain English and let the gateway route to the right endpoint. Useful when you're building space industry dashboards, news aggregators, or just need current spaceflight data without manual API wrangling. Runs over streamable HTTP, so no local installation needed.
Spaceflight News MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 851+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"spaceflight-news": {
"url": "https://gateway.pipeworx.io/spaceflight-news/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 851+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Spaceflight News data" })
The gateway picks the right tool and fills the arguments automatically.
MIT