lnl-spacex-mcp-server

fercervantesx/lnl-spacex-mcp-server

3.2

If you are the rightful owner of lnl-spacex-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

SpaceX MCP Server for Generac's Lunch & Learn session provides a robust platform for managing model context protocols in a seamless and efficient manner.

SpaceX MCP Server

A Model Context Protocol (MCP) server that provides access to SpaceX launch data.

Installation

npm install
npm run build

Usage

This server is designed to be used with MCP clients. It provides tools to query SpaceX launch information from the official SpaceX API.

Available Tools

  • get_launches - Retrieves all SpaceX launches with their names, dates, and IDs

Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "spacex": {
      "command": "node",
      "args": ["/path/to/spacex-mcp-server/build/index.js"]
    }
  }
}

Development

npm run build

Data Source

Uses the SpaceX API v4