Metadata-Version: 2.4
Name: space-explorer-mcp
Version: 0.1.0
Summary: An awesome MCP server for exploring space! Track the ISS, get SpaceX launch data, discover NASA content, and learn fascinating space facts.
Requires-Python: >=3.10
Requires-Dist: fastmcp>=2.0.0
Description-Content-Type: text/markdown

# Space Explorer MCP

An awesome MCP server for exploring space! Track the ISS, get SpaceX launch data, discover NASA content, and learn fascinating space facts.

## Installation

```bash
uvx space-explorer-mcp
```

## Tools

- `get_iss_location`: Get the current location of the International Space Station with coordinates and timestamp
- `get_astronauts_in_space`: Get information about all astronauts currently in space
- `get_spacex_next_launch`: Get information about the next upcoming SpaceX launch
- `get_nasa_apod`: Get NASA's Astronomy Picture of the Day
- `get_space_fact`: Get a random fascinating space fact
- `calculate_space_distance`: Calculate distances between celestial bodies or convert space units

## Resources

- `space://apis`: Information about space-related APIs and data sources
- `space://iss`: Detailed information about the International Space Station
- `space://solar-system`: Overview of our solar system with key facts

## Prompts

- `space_mission_briefing`: Generate a space mission briefing for any celestial destination
- `explain_space_concept`: Generate an engaging explanation of space concepts for different audiences

## Claude Desktop Configuration

```json
{
  "mcpServers": {
    "space-explorer-mcp": {
      "command": "uvx",
      "args": ["space-explorer-mcp"]
    }
  }
}
```

---

Generated with MCP Builder
