🛰️ Space Flight News MCP Server
@WMs784
About 🛰️ 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.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Space Flight News MCP Server?
It 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.
How to use Space Flight News MCP Server?
Clone the repository, run npm install, then build with npm run build and start with npm start. The server communicates via standard input/output (stdio), making it suitable for integration into AI agent environments like Claude or ChatGPT.
Key features of Space Flight News MCP Server
- Search for space flight news articles by keyword
- Retrieve the latest published articles
- Compatible with any MCP client via stdio transport
- Built with TypeScript, node‑fetch, and zod
- Parameters support configurable article limits (1‑50)
Use cases of Space Flight News MCP Server
- AI assistants fetching the latest spaceflight news on demand
- Searching for articles about a specific space mission or topic
- Integrating space news updates into automated workflows or chatbots
FAQ from Space Flight News MCP Server
What tools are available?
Two tools: get-latest-articles (retrieve latest news) and search-articles (search by keyword). Both accept an optional limit parameter (1‑50, default 10). search-articles also requires a keyword parameter.
What runtime is required?
Node.js v18 or later, and npm (or yarn).
How does the server communicate with clients?
It uses standard input/output (stdio) as the transport layer for MCP.
Are there any authentication requirements?
The README does not describe any authentication mechanism for using the server.
How can I debug the server?
The server logs detailed request info via console.error(), including the requested URL, HTTP status code, and a trimmed response body.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments