# NASA Open Data MCP for AI Agents AI Agent Connect

> NASA Open Data MCP. This tool gives your AI agent a direct line to official NASA databases. You can pull high-resolution images from Mars rovers like Curiosity and Opportunity, track near-earth objects for potential hazards, and get real-time solar weather reports. It is built for anyone who needs to access official space science data quickly without manual searching.

## Overview
- **Category:** the-unthinkable
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_NGwKxeFxNXQGTGFEMTSqGIVq7rjYQn82hY21OK57/ai-agent-connect
- **Tags:** space-data, astronomy-images, asteroid-tracking, planetary-data, open-science

## Description

NASA Open Data connects your agent to official space archives. You can ask for high-resolution imagery from Mars rovers, track asteroid paths, or check solar weather reports without leaving your chat. It pulls from the Space Weather Database and other NASA sources to give you real-time info on solar flares and near-earth objects. It saves you from hunting through different websites and tabs. When you add this to your Vinkius collection, you get a dedicated space science specialist for your AI client.

## Tools

### get_mars_rover_manifest
This tool views the mission manifest and photo details for a Mars Rover. It helps track specific rover milestones.

### get_mars_rover_photos
This tool retrieves photos from the Curiosity, Opportunity, and Spirit rovers. It gives you access to high-resolution imagery.

### get_astronomy_picture
This tool retrieves the Astronomy Picture of the Day. It provides the daily image and its scientific explanation.

### get_coronal_mass_ejections
This tool fetches records of Coronal Mass Ejections. It pulls data from the Space Weather Database.

### get_solar_flares
This tool pulls records of Solar Flares. It provides recent activity from the Space Weather Database.

### get_earth_polychromatic_images
This tool accesses Earth Polychromatic Imaging Camera images. It pulls data from the DSCOVR instrument.

### get_near_earth_objects_feed
This tool lists Near Earth Objects for a specific date range. Use this to monitor asteroid movements.

### lookup_asteroid
This tool searches for details on a specific Near Earth Object. It provides data on a single asteroid.

## Prompt Examples

**Prompt:** 
```
Show me today's NASA Astronomy Picture of the Day.
```

**Response:** 
```
### Today's Astronomy Picture of the Day

**Image:** [Link to daily image]

**Description:** The image features a stunning view of the Pillars of Creation in the Eagle Nebula. 

**Scientific Context:** 
* **Location:** Eagle Nebula
* **Composition:** Interstellar gas and dust
* **Significance:** These structures are being shaped by intense stellar winds and radiation from nearby massive stars.
```

**Prompt:** 
```
Get photos from the Curiosity rover on Earth date 2023-05-15.
```

**Response:** 
```
I've checked the Curiosity rover archives for May 15, 2023. 

**Found Images:**
* **Mastcam View:** Shows rocky terrain in the Gale Crater.
* **Navigation Camera:** Captures a wide view of the surrounding crater wall.

Would you like the direct links to these high-resolution photos?
```

**Prompt:** 
```
Are there any potentially hazardous asteroids approaching Earth this week?
```

**Response:** 
```
I've analyzed the Near Earth Object (NEO) feed for the current week. 

**Summary:**
* **Total Objects:** 12
* **Potentially Hazardous:** 2

**Details:**
1. **2024 AB**: Classified as hazardous but will pass at a safe distance.
2. **2024 CD**: Classified as hazardous but will pass at a safe distance.

Would you like to see the specific sizes and speeds for these two objects?
```

## Capabilities

### Retrieve daily astronomy pictures
Get the official Astronomy Picture of the Day along with its scientific explanation.

### View Mars rover photos
Access high-resolution images from the Curiosity, Opportunity, and Spirit rovers.

### Track solar flares
Monitor real-time solar weather activity and Coronal Mass Ejections.

### Monitor near-earth objects
Identify and track asteroids and other objects approaching Earth.

### Access Earth imagery
Pull polychromatic images of Earth from the DSCOVR EPIC instrument.

## Use Cases

### Finding specific rover images from 2023
A student needs to find specific rover images from a date in 2023. They ask the agent to pull photos from Curiosity for May 15, 2023.

### Creating a daily space post
A content creator needs the daily astronomy picture for a social post. They ask the agent to fetch the latest image and its description.

### Tracking asteroid hazards
A researcher wants to track the path of a specific asteroid. They ask the agent to lookup details for a specific Near Earth Object.

### Checking solar flare activity
A hobbyist wants to know about recent solar flares. They ask the agent to pull the latest records from the Space Weather Database.

## Benefits

- Get daily space imagery without browsing NASA websites.
- Monitor solar flares and space weather in real-time.
- Track potentially hazardous asteroids automatically.
- Pull rover data for research or school projects.
- Access high-resolution Earth imagery for analysis.

## How It Works

The bottom line is you get a direct line to NASA data without the manual searching.

1. Subscribe to the NASA Open Data MCP in your client.
2. Enter your NASA API Key obtained from api.nasa.gov.
3. Ask your agent to pull Mars rover photos or track asteroid movements.

## Frequently Asked Questions

**Can I use the NASA Open Data MCP to get Mars rover photos?**
Yes. This Connector connects your agent to NASA's archives, allowing you to pull high-resolution images from the Curiosity, Opportunity, and Spirit rovers instantly.

**Does the NASA Open Data MCP track real-time space weather?**
Yes. You can ask your agent to pull the latest records for solar flares and Coronal Mass Ejections directly from the Space Weather Database.

**How do I get my NASA API key for the NASA Open Data MCP?**
You can get your free API key by visiting api.nasa.gov and registering for an account. Once you have it, just add it to your Connector settings.

**Can the NASA Open Data MCP find asteroids near Earth?**
Yes. It can pull the Near Earth Object feed for specific dates and provide details on specific asteroids, including their hazard status.

**Is the NASA Open Data MCP good for school projects?**
It is excellent for education. You can quickly grab official NASA images, daily astronomy facts, and rover data to build high-quality science projects.

**What kind of Earth images does the NASA Open Data MCP provide?**
It provides access to Earth Polychromatic Imaging Camera (EPIC) images, which offer high-resolution views of our planet from the DSCOVR instrument.

**Can I see photos from the Curiosity rover?**
Yes! Use the `get_mars_rover_photos` tool and set the `rover` parameter to 'curiosity'. You'll also need to provide a specific earth date.

**How do I know if an asteroid is dangerous?**
The `get_near_earth_objects` tool returns a list of asteroids. For each object, the `is_potentially_hazardous_asteroid` field will tell you if NASA has classified it as a potential threat.

**Does this provide real-time space images?**
The images are updated as soon as they are processed and published by NASA. For example, APOD is updated daily, and rover photos are uploaded as they are received from the Martian surface.