org.memoryapi/nasa
Official3 toolsNASA Data
NASA data: near-Earth objects, space weather, and astronomy pictures
Provides NASA data on near-Earth objects, space weather, and astronomy pictures.
Captured live from the server via tools/list.
get_near_earth_objects
Get Near Earth Objects (asteroids) from NASA NeoWs. Returns asteroid data including size, hazard status, closest approach distance and velocity.
Parameters (3)
- datestring
Start date YYYY-MM-DD (default: today)
- daysnumber
Number of days to fetch (1-7, default: 3)
- hazardous_onlyboolean
Only return potentially hazardous asteroids (default: false)
get_space_weather
Get space weather events from NASA DONKI. Includes solar flares, coronal mass ejections (CME), and geomagnetic storms.
Parameters (2)
- typestring
Event type: solar_flare, cme, geomagnetic_storm, or all (default: all)
- daysnumber
Number of days to look back (1-30, default: 7)
get_apod
Get NASA Astronomy Picture of the Day. Returns image/video with title, explanation, and URLs.
Parameters (3)
- datestring
Date YYYY-MM-DD (default: today)
- countnumber
Get N random pictures (1-10, overrides date)
- thumbsboolean
Include thumbnail URLs for videos
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"nasa": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nasa.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.