NASA MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NASA_API_KEY | Yes | Your NASA API key (get at api.nasa.gov) | |
| MCP_HTTP_HOST | No | Host for Streamable HTTP mode (default: 127.0.0.1) | 127.0.0.1 |
| MCP_HTTP_PATH | No | MCP endpoint path for Streamable HTTP mode (default: /mcp) | /mcp |
| MCP_HTTP_PORT | No | Port for Streamable HTTP mode (default: 3000) | 3000 |
| MCP_TRANSPORT | No | Transport mode: stdio (default) or http for Streamable HTTP | stdio |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| nasa_apodC | Fetch NASA's Astronomy Picture of the Day |
| nasa_neoC | Near Earth Object Web Service - information about asteroids |
| nasa_epicC | Earth Polychromatic Imaging Camera - views of Earth |
| nasa_gibsC | Global Imagery Browse Services - satellite imagery |
| nasa_cmrC | NASA Common Metadata Repository - search for NASA data collections |
| nasa_firmsD | NASA Fire Information for Resource Management System - fire data |
| nasa_imagesC | NASA Image and Video Library - search NASA's media archive |
| nasa_exoplanetC | NASA Exoplanet Archive - data about planets beyond our solar system |
| nasa_donkiD | Space Weather Database Of Notifications, Knowledge, Information |
| nasa_mars_roverC | NASA Mars Rover Photos - images from Mars rovers |
| nasa_eonetC | Earth Observatory Natural Event Tracker - natural events data |
| nasa_powerD | Prediction of Worldwide Energy Resources - meteorological data |
| jpl_sbdbC | Small-Body Database (SBDB) - asteroid and comet data |
| jpl_fireballC | Fireball data - atmospheric impact events |
| jpl_jd_calC | Julian Day number to/from calendar date/time converter |
| jpl_nhatsC | Human-accessible NEOs (Near-Earth Objects) data |
| jpl_cadC | Asteroid and comet close approaches to the planets in the past and future |
| jpl_sentryC | JPL Sentry - NEO Earth impact risk assessment data |
| jpl_horizonsC | JPL Horizons - Solar system objects ephemeris data |
| jpl_horizons_fileC | JPL Horizons - Solar system objects ephemeris data (File Input) |
| jpl_periodic_orbitsD | JPL Three-Body Periodic Orbits Database |
| nasa_osdr_filesC | NASA OSDR - Get data files for an OSD study |
| jpl_scoutB | Scout - NEOCP orbits, ephemerides, and impact risk data |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| nasa/get-astronomy-picture | Fetch NASA's Astronomy Picture of the Day with optional date selection |
| nasa/browse-near-earth-objects | Find near-Earth asteroids within a specific date range |
| nasa/view-epic-imagery | Browse Earth Polychromatic Imaging Camera views of Earth |
| jpl_query-small-body-database | Search the Small-Body Database for asteroids and comets matching specific criteria |
| jpl_find-close-approaches | Find close approaches of asteroids and comets to Earth or other planets |
| jpl_get-fireball-data | Retrieve data about fireballs detected by US Government sensors |
| apod-daily | Get NASA's Astronomy Picture of the Day with a natural language prompt |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Astronomy Picture of the Day (2023-01-01) | |
| EPIC Earth View (2023-01-01) | |
| Near Earth Objects (2023-01-01) | |
| nasa-apod-image | NASA Astronomy Picture of the Day |
| nasa-epic-image | NASA EPIC Earth observation image |
| mars-rover-photo | NASA Mars Rover photograph |
| nasa-image | NASA Image and Video Library item |
| nasa-gibs-imagery | NASA Global Imagery Browse Services (GIBS) satellite image |
| jpl-asteroid-data | JPL Small-Body Database entry |
| nasa-earth-imagery | NASA Earth Landsat satellite imagery |
TDQS
Scored across 23 tools
Each tool targets a distinct NASA data source or service with clear, non-overlapping purposes. For example, jpl_sbdb provides asteroid/comet data, nasa_apod fetches daily astronomy images, and nasa_firms offers fire data, ensuring agents can easily differentiate them.
All tool names follow a consistent prefix-based pattern: 'jpl_' for JPL data sources and 'nasa_' for NASA services, with descriptive suffixes (e.g., _cad, _apod, _firms). This uniformity makes the set predictable and easy to navigate.
With 23 tools, the server is comprehensive for its broad domain of NASA and JPL data, but it borders on being slightly heavy. The count is reasonable given the scope, though some consolidation might improve usability without significant loss of functionality.
The tool set provides extensive coverage of NASA's data offerings, including astronomy, Earth observation, space weather, and planetary science. There are no obvious gaps; agents can access diverse datasets like images, ephemerides, and impact risks, supporting a wide range of queries.