@pipeworx/nasa
Connect: https://gateway.pipeworx.io/nasa/mcp · Install: one-click buttons
Tools: 3
Tools
- get_apod — Get the NASA Astronomy Picture of the Day with explanation. Optionally specify a date. Example: get_apod({ date: “2024-01-15”, _apiKey: “DEMO_KEY” })
- get_asteroids — Get near-Earth asteroids approaching within a date range (max 7 days). Returns size, velocity, and miss distance. Example: get_asteroids({ start_date: “2024-01-01”, end_date: “2024-01-07”, _apiKey: “D
- get_mars_photos — Get photos taken by Mars rovers (Curiosity, Opportunity, Spirit). Filter by Martian sol and camera. Example: get_mars_photos({ sol: 1000, camera: “FHAZ”, _apiKey: “DEMO_KEY” })
Tools
-
get_apod— Get the NASA Astronomy Picture of the Day with explanation. Optionally specify a date. Example: get_apod({ date: 2024-01-15 , _apiKey: DEMO_KEY }) -
get_asteroids— Get near-Earth asteroids approaching within a date range (max 7 days). Returns size, velocity, and miss distance. Example: get_asteroids({ start_date: 2024-01-01 , end_date: 2024-01-07 , _apiKey: DEMO -
get_mars_photos— Get photos taken by Mars rovers (Curiosity, Opportunity, Spirit). Filter by Martian sol and camera. Example: get_mars_photos({ sol: 1000, camera: FHAZ , _apiKey: DEMO_KEY })