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.
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.
Latest Blog Posts
- 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