Space Explorer MCP Server
Provides tools to fetch NASA's Astronomy Picture of the Day, near-Earth asteroid data, and real-time ISS location and crew information.
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., "@Space Explorer MCP ServerWho is currently in space?"
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.
🚀 Space Explorer MCP Server
A custom MCP server that connects Kiro to live space data — NASA APIs and real-time ISS tracking. Ask Kiro about astronauts in space, the ISS position, today's asteroid flyby, or NASA's picture of the day.
One-Sentence Summary
A custom MCP server that gives Kiro real-time access to NASA's Astronomy Picture of the Day, live ISS tracking coordinates, crew currently in space, near-Earth asteroid data, and ISS visibility predictions.
Related MCP server: NASA-MCP
What It Connects To
API | Data | Free? |
Astronauts currently in orbit | ✅ No key needed | |
Real-time ISS lat/lon | ✅ No key needed | |
Astronomy Picture of the Day | ✅ Free DEMO_KEY | |
Near-Earth asteroids today | ✅ Free DEMO_KEY |
Tools Provided
Tool | Description |
| Who's in space right now? Names + spacecraft |
| Real-time ISS coordinates + Google Maps link |
| NASA APOD — title, explanation, image URL |
| Asteroids passing near Earth today |
| When ISS is visible from your location |
Quick Start
# Clone
git clone https://github.com/rajkksns/space-explorer-mcp.git
cd space-explorer-mcp
# Install
npm install
# Test (runs the server in stdio mode)
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0.0"}}}' | node server.jsConfigure in Kiro
Add to your Kiro MCP settings (.kiro/settings.json or user MCP config):
{
"mcpServers": {
"space-explorer": {
"command": "node",
"args": ["/absolute/path/to/space-explorer-mcp/server.js"],
"env": {
"NASA_API_KEY": "DEMO_KEY"
}
}
}
}Then in Kiro chat, ask:
"Who is currently in space?"
"Where is the ISS right now?"
"Show me today's astronomy picture"
"Are there any asteroids near Earth today?"
"Can I see the ISS from Coimbatore tonight?"
Environment Variables
NASA_API_KEY=DEMO_KEY # Optional. Get a free key at https://api.nasa.gov/The server works with DEMO_KEY (rate limited to 30 requests/hour). For unlimited access, register for a free NASA API key.
What This Enables
Without this MCP server, Kiro has no access to:
Live astronaut crew data that changes with every mission
Real-time ISS position (updates every second)
Daily rotating NASA imagery with scientific explanations
Live asteroid tracking data
With this server, Kiro becomes a space-aware assistant that can answer questions about what's happening in space right now — not from training data, but from live APIs.
Demo
Project Built With This Integration
Using the MCP tools, I asked Kiro to generate a "Space Status Dashboard" — a single HTML page that shows:
Astronauts currently in space (from
get_people_in_space)ISS live position on a map (from
get_iss_location)Today's APOD image (from
get_astronomy_picture)Nearby asteroids (from
get_near_earth_objects)
This dashboard could only be built because the MCP server provides Kiro with live data it doesn't have access to otherwise.
Tech Stack
Runtime: Node.js
Protocol: MCP SDK (
@modelcontextprotocol/sdk)Transport: stdio (local MCP server)
APIs: NASA Open APIs + Open Notify
Auth: NASA DEMO_KEY (free, no signup needed)
#BuildWithKiro #TeamKiro
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
- AlicenseBqualityBmaintenanceA Model Context Protocol server that provides a standardized interface for AI models to interact with NASA's vast array of data sources including APOD, Mars Rover photos, satellite imagery, and space weather data.Last updated2312092ISC
- AlicenseBqualityCmaintenanceAn MCP server that enables LLMs to query data from various NASA APIs, allowing access to astronomical data, space weather information, Earth imagery, and exoplanet information directly from compatible AI clients.Last updated216MIT
- AlicenseAqualityBmaintenanceAn MCP server that gives AI assistants direct access to NASA's Exoplanet Archive — the authoritative database of every confirmed exoplanet, candidate planet, and host star.Last updated6MIT
- AlicenseAqualityCmaintenanceMCP server providing AI agents with access to NASA and space/astronomy data including APOD, Mars rover photos, near-Earth asteroids, exoplanets, Earth imagery, natural events, and space weather.Last updated11MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
MCP server for NanoBanana AI image generation and editing
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/rajkksns/space-explorer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server