NASA MCP Server provides access to a wide range of NASA and JPL APIs through a unified interface, enabling AI assistants to retrieve astronomy images, satellite data, space weather information, Mars rover photos, and more. Built with TypeScript using the Model Context Protocol SDK, it handles authentication with NASA API keys, formats responses appropriately, and registers resources for persistent access. The implementation includes handlers for 13 NASA APIs including APOD, EPIC, NEO, GIBS, and DONKI, plus 3 JPL APIs for asteroid and fireball data, making it valuable for educational, research, and space exploration workflows.
ProgramComputer