🛰️ Space Flight News MCP Server
This project is a Model Context Protocol (MCP) server that integrates with the Space Flight News API to provide up-to-date spaceflight-related news articles.
WMs784
README
🛰️ Space Flight News MCP Server
This project is a Model Context Protocol (MCP) server that integrates with the Space Flight News API to provide up-to-date spaceflight-related news articles. It exposes tools that can be consumed by AI assistants or other MCP-compatible clients.
🚀 Features
- 🔍 Search for space flight news articles by keyword
- 🆕 Retrieve the latest published articles
- 🔌 Compatible with any tool consuming MCP via stdio transport
- 📦 Built using TypeScript,
node-fetch
, andzod
📦 Requirements
- Node.js v18 or later
- npm (or yarn)
🛠️ Installation
git clone https://github.com/your-username/space-flight-news-mcp.git
cd space-flight-news-mcp
npm install
▶️ Usage
To start the MCP server:
npm run build
npm start
This launches the MCP server using standard input/output (stdio) for communication—ideal for integration into AI agent environments like Claude, ChatGPT, or similar.
🧰 Available Tools
get-latest-articles
Get the latest spaceflight news.
- Parameters:
limit
(optional): Number of articles to retrieve (1–50). Default:10
search-articles
Search articles using a keyword.
- Parameters:
keyword
(required): Term to search forlimit
(optional): Number of articles to retrieve (1–50). Default:10
💬 Example Output
Title: NASA's Artemis Mission Update
Published: 4/10/2025
Source: NASA
Summary: NASA announced updates to its upcoming Artemis II mission...
URL: https://www.nasa.gov/article/artemis-update
---
🧱 Tech Stack
- Model Context Protocol SDK
- Space Flight News API
node-fetch
– HTTP clientzod
– Schema validation for tool parameters
🐛 Debugging
The server logs detailed request info via console.error()
, including:
- Requested URL
- HTTP status code
- Trimmed response body (for easier inspection)
📄 License
MIT License
Made with 💫 and curiosity for the stars by WMs784.
🛰️ Space Flight News MCP サーバー
このプロジェクトは Model Context Protocol (MCP) に対応したサーバーで、Space Flight News API と連携し、宇宙開発に関する最新ニュース記事を提供します。AI アシスタントや MCP 互換クライアントから利用できるツールを公開しています。
🚀 主な機能
- 🔍 キーワードによる宇宙ニュース記事の検索
- 🆕 最新の宇宙ニュースの取得
- 🔌 標準入出力 (stdio) を使った MCP 通信に対応
- 📦 TypeScript、
node-fetch
、zod
による構成
📦 必要環境
- Node.js v18 以上
- npm または yarn
🛠️ インストール
git clone https://github.com/your-username/space-flight-news-mcp.git
cd space-flight-news-mcp
npm install
▶️ 実行方法
MCP サーバーを起動するには以下のコマンドを使用します:
npm run build
npm start
標準入出力を介して通信する形式で起動します。これは Claude、ChatGPT などの AI エージェントとの統合に適しています。
🧰 提供ツール一覧
get-latest-articles
最新の宇宙ニュースを取得します。
- パラメータ:
limit
(任意): 取得する記事数(1 ~ 50)。デフォルトは10
search-articles
指定したキーワードで宇宙ニュース記事を検索します。
- パラメータ:
keyword
(必須): 検索キーワードlimit
(任意): 取得する記事数(1 ~ 50)。デフォルトは10
💬 出力例
Title: NASAのアルテミス計画アップデート
Published: 2025/04/10
Source: NASA
Summary: NASAは今後のアルテミスIIミッションの最新情報を発表しました...
URL: https://www.nasa.gov/article/artemis-update
---
🧱 使用技術
- Model Context Protocol SDK
- Space Flight News API
node-fetch
– HTTP リクエストzod
– パラメータバリデーション
🐛 デバッグ情報
サーバーは以下の情報を console.error()
経由で詳細にログ出力します:
- リクエスト URL
- HTTP ステータスコード
- レスポンス本文(300 文字までトリム)
📄 ライセンス
MIT ライセンス
💫 WMs784 の宇宙への好奇心によって作られました。
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.