space_flight_news
0
The Space Flight News MCP Server is a project designed to integrate with the Space Flight News API and deliver the latest spaceflight news. It functions as a Model Context Protocol server, making it compatible with AI assistants through standard input/output communication.
🛰️ Space Flight News MCP Server
This project provides a Model Context Protocol (MCP) server that integrates with the Space Flight News API to deliver up-to-date news articles related to spaceflight.## 🚀 Features
- Search for space flight news by keyword
- Retrieve the latest published articles
- MCP compatible via stdio transport
- Built with TypeScript, node-fetch, and zod
📦 Requirements
- Node.js v18 or later
- npm or yarn
🛠️ Installation
Clone the repository and install dependencies
▶️ Usage
Start the MCP server using npm run build
and npm start
. Suitable for AI agent environments like ChatGPT.