How to Use the NASA Open Data MCP in Claude Code
Query real-time NASA telemetry and Mars rover data directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NASA Open Data MCP to Claude Code
Create your Vinkius account to connect NASA Open Data to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pipe solar event telemetry to terminal scripts
The `get_solar_flares` tool dumps raw solar flare events directly into your terminal session. Claude Code parses these records and pipes them to tools like `get_coronal_mass_ejections` to correlate solar storms with potential satellite interference. You get instant access to space weather metrics without opening a browser. Setting this up as a cron job or a CI check is straightforward. If a major flare is detected, your terminal agent can trigger alerts or dump the logs to a local file for further analysis.
Command-line asteroid tracking via this MCP Server
The `get_near_earth_objects_feed` tool retrieves a detailed list of near-Earth asteroids for any date range you specify. Claude Code filters the output by miss distance, automatically running `lookup_asteroid` on any high-risk objects to check their orbital velocity. It turns complex astronomical tracking into a simple CLI command. This is ideal for SREs who want to feed telemetry into monitoring pipelines. You get raw JSON outputs that are easily formatted, filtered, and saved using standard shell commands.
Fetch Mars rover data directly to your shell
The `get_mars_rover_manifest` tool provides the operational history and active camera lists for Curiosity, Opportunity, and Spirit. Claude Code uses this manifest to build precise queries for `get_mars_rover_photos`, downloading specific camera assets directly to your working directory. You skip the web interface entirely. If you need to verify Earth-facing cameras, `get_earth_polychromatic_images` retrieves the latest EPIC metadata. Your terminal agent handles the download and saves the raw images to your local disk.
Set up NASA Open Data MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seenasa-open-data-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest NASA Open Data transactions." It will automatically discover and invoke the available NASA Open Data tools.
claude mcp add --transport http nasa-open-data-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about NASA Open Data MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NASA Open Data MCP today
We host it, we monitor it, we maintain it. You just paste one token.