space-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_astronomy_pictureA | Astronomy Picture of the Day (APOD) abrufen. NASAs berühmtes tägliches Astronomiebild mit Erklärung. Ohne Parameter: heutiges Bild. Mit Datum: bestimmter Tag. Mit count: mehrere zufällige Bilder. Args: date: Bestimmtes Datum im Format YYYY-MM-DD (optional) count: Anzahl zufälliger Bilder (1-100, optional) |
| search_nasa_imagesA | NASAs Bild- und Video-Bibliothek durchsuchen (140.000+ Medien). Findet Bilder, Videos und Audiodateien aus NASAs gesamtem Archiv. Args: query: Suchbegriff (z.B. "apollo 11", "mars landing", "hubble nebula") media_type: Medientyp — "image", "video" oder "audio" (optional) year_start: Ergebnisse ab diesem Jahr (optional) year_end: Ergebnisse bis zu diesem Jahr (optional) page_size: Anzahl Ergebnisse (Standard: 10, Maximum: 100) |
| get_exoplanetsB | Bestätigte Exoplaneten aus NASAs Exoplanet Archive suchen. Durchsucht die Datenbank mit über 5.000 bestätigten Exoplaneten. Args: discovery_year: Entdeckungsjahr filtern (z.B. 2024) discovery_method: Entdeckungsmethode (z.B. "Transit", "Radial Velocity") min_mass: Mindestmasse in Jupitermassen (optional) max_mass: Maximalmasse in Jupitermassen (optional) limit: Maximale Anzahl Ergebnisse (Standard: 20, Maximum: 50) |
| get_space_weatherA | Aktuelle Weltraumwetter-Daten von NASAs DONKI abrufen. Zeigt Sonneneruptionen, koronale Massenauswürfe (CME) und geomagnetische Stürme. Wichtig für Satellitenoperationen und Polarlicht-Vorhersagen. Args: start_date: Startdatum YYYY-MM-DD (Standard: letzte 7 Tage) end_date: Enddatum YYYY-MM-DD (optional) event_type: "all", "cme" (Massenauswürfe), "flare" (Eruptionen) oder "storm" (geomagnetische Stürme) |
| get_mars_rover_photosA | Fotos von Mars-Rovern abrufen. Zeigt echte Fotos von der Marsoberfläche. Ohne sol/earth_date: neueste verfügbare Fotos. Args: rover: Rover-Name — "curiosity", "perseverance", "opportunity" oder "spirit" sol: Mars-Sol (Marstag seit Landung, z.B. 1000) earth_date: Erddatum im Format YYYY-MM-DD (alternativ zu sol) camera: Kamera-Kürzel (z.B. "FHAZ", "RHAZ", "MAST", "NAVCAM", "CHEMCAM") limit: Maximale Anzahl Fotos (Standard: 10, Maximum: 25) |
| get_mars_rover_infoA | Missionsinformationen eines Mars-Rovers abrufen. Zeigt Status, Landedatum, Gesamtanzahl Fotos und Kamera-Liste. Args: rover: Rover-Name — "curiosity", "perseverance", "opportunity" oder "spirit" |
| get_near_earth_objectsA | Erdnahe Asteroiden in einem Zeitraum abrufen (NeoWs). Zeigt Asteroiden die der Erde nahe kommen, mit Größe, Geschwindigkeit, Entfernung und Gefahrenbewertung. Args: start_date: Startdatum im Format YYYY-MM-DD end_date: Enddatum im Format YYYY-MM-DD (optional, max. 7 Tage Spanne) |
| get_asteroid_detailsA | Detaillierte Informationen zu einem bestimmten Asteroiden. Zeigt Orbitalparameter, alle nahen Vorbeiflüge und physische Daten. Args: asteroid_id: NEO-Referenz-ID (z.B. "3542519" für Bennu) |
| get_earth_imageryA | Echte Fotos der Erde von NASAs DSCOVR-Satellit (EPIC-Kamera). Liefert Bilder der ganzen Erde aus 1,5 Millionen km Entfernung am Lagrange-Punkt L1. Zeigt Wolken, Kontinente und Ozeane. Args: date: Bestimmtes Datum YYYY-MM-DD (optional, Standard: neueste) limit: Maximale Anzahl Bilder (Standard: 5, Maximum: 20) |
| get_natural_eventsA | Aktuelle Naturereignisse weltweit abrufen (EONET). Zeigt aktive Waldbrände, Vulkanausbrüche, Stürme, Überschwemmungen und andere Naturkatastrophen mit Koordinaten und Zeitstempel. Args: category: Kategorie — "wildfires", "volcanoes", "severeStorms", "seaLakeIce", "earthquakes", "floods", "landslides" (optional) status: "open" (aktive Events) oder "closed" (beendete) days: Events der letzten N Tage (optional) limit: Maximale Anzahl Events (Standard: 20, Maximum: 50) |
| get_usage_statsA | Nutzungsstatistiken des MCP-Servers abrufen. Zeigt: Gesamtanzahl Tool-Aufrufe, Aufrufe pro Tool, erster und letzter Aufruf. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Each tool targets a distinct space-related domain (asteroids, APOD, Earth imagery, exoplanets, Mars rovers, natural events, NEO, space weather, usage stats, NASA image search). No two tools have overlapping purposes.
All tools follow a consistent verb_noun pattern in snake_case, with most using 'get_'. The exception is 'search_nasa_images' which uses 'search_' instead of 'get_', a minor deviation.
With 11 tools, the server covers a broad range of space data without being overwhelming. Each tool serves a clear, non-redundant purpose, making the count appropriate for the scope.
The tool set covers major NASA data sources (APOD, Mars photos, NEO, space weather, natural events, image search) but lacks coverage of satellite tracking, deep space missions, or planetary facts. Minor gaps but functional for common tasks.