NASA MCP
Integrates with NASA's public APIs to provide tools for astronomy pictures, media search, Earth events, space weather, and EPIC Earth imagery.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NASA MCPshow me today's astronomy picture of the day"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NASA MCP
A local stdio MCP server that turns NASA's public APIs into compact, assistant-friendly tools instead of pouring raw telemetry into the context window.
Tools
nasa_daily_brief— APOD, recent space-weather notices, current Earth events, and the latest full-disc Earth image in one fault-tolerant call.nasa_apod— Astronomy Picture of the Day by date or random sample.nasa_search_media— search NASA's image, video, and audio library.nasa_media_asset— retrieve downloadable files for a NASA media ID.nasa_earth_events— current/recent wildfires, storms, volcanoes, icebergs, floods, and other EONET events.nasa_space_weather— DONKI notifications or event feeds such as flares, CMEs, and geomagnetic storms.nasa_epic_earth— recent DSCOVR/EPIC full-disc Earth imagery with direct image URLs.nasa_power_daily— historical daily weather, solar-resource, and agricultural data for a latitude/longitude in compact columnar series.nasa_power_climatology— monthly and annual climate normals for a location using NASA POWER's standard 2001–2020 baseline.
NASA POWER tools provide weather, solar, and agriculture presets, or up to ten explicitly selected parameter codes. The agriculture preset defaults to POWER's AG community; other requests default to RE, with SB also available when community-specific units are needed. Daily requests are limited to 366 calendar days and 2,000 parameter-day values, radiation parameters begin on 1984-01-01, and responses clearly identify the data as historical rather than a forecast.
Related MCP server: NASA MCP Server
Setup
npm install
npm test
npm run smokeThe smoke test always exercises the six keyless live tools. It exercises APOD, DONKI, and the combined daily brief only when a registered NASA_API_KEY is configured; degraded API-keyed sections do not receive a false green.
NASA_API_KEY is optional. Without it, the server uses NASA's DEMO_KEY (30 requests/hour and 50/day per IP). EONET, EPIC, NASA POWER, and the NASA media library are keyless. For regular use, create a free key at https://api.nasa.gov/ and expose it as NASA_API_KEY in the MCP server environment.
Run
NASA_API_KEY=... node dist/index.jsThe server speaks MCP over stdio. Logs go to stderr; stdout is reserved for protocol frames.
Data behavior
Date ranges, numeric limits, enum values, and extra arguments are strictly validated.
Free-text and ID inputs are length-limited; outputs are normalized, truncated, and capped to avoid context flooding.
Requests are restricted to fixed NASA HTTPS origins, use 20-second timeouts, and retry transient 5xx responses once.
nasa_daily_briefreturns partial results when one upstream API is unavailable, including sharedDEMO_KEYthrottling.NASA API keys are redacted from returned source URLs; rate-limit headers are surfaced when available.
Sources: NASA Open APIs, NASA Image and Video Library, EONET v3, DONKI, EPIC, and NASA POWER.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA feature-rich NASA data query tool that supports various NASA API services including astronomy pictures, Mars rover photos, Earth satellite images, near-Earth objects data, and space weather information through natural language queries.Last updated62MIT
- AlicenseBqualityDmaintenanceProvides standardized access to 20+ NASA data sources including astronomy pictures, Mars rover photos, near-Earth objects, satellite imagery, space weather, and planetary data through a unified interface optimized for AI consumption.Last updated2335ISC
- AlicenseAqualityFmaintenanceProvides seamless integration with NASA's public APIs, enabling AI assistants to access space and astronomy data including APOD, Mars rover photos, Near-Earth Objects, space weather events, and Earth imagery.Last updated5122MIT
- Alicense-qualityDmaintenanceProvides access to NASA's public APIs including Astronomy Picture of the Day, Mars Rover Images, and Near Earth Objects data, enabling users to query and retrieve space-related information through natural language.Last updated5MIT
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdalbright/nasa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server