How to Use the NASA Open Data MCP in Cursor
Generate code using live NASA space telemetry and asteroid tracking data directly in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NASA Open Data MCP to Cursor
Create your Vinkius account to connect NASA Open Data to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build apps with live data using this MCP Server
The `get_near_earth_objects_feed` tool feeds live asteroid tracking data directly into the Cursor editor. When writing custom tracking software, your AI agent calls this tool to inject real payloads into your test suites, eliminating the need for mock data. If your code needs to parse specific orbital paths, the agent uses the `lookup_asteroid` tool to get real-time JSON structures. You get working, compile-ready code based on actual NASA telemetry.
Inject solar telemetry directly into your Cursor workspace
The `get_solar_flares` tool imports active space weather telemetry directly into your Cursor chat or inline composer. Your agent writes functions that process solar events, using actual data from the NASA database to verify your logic. To build predictive models, the agent uses `get_coronal_mass_ejections` to pull historical solar storm profiles. You write, test, and refine your data pipelines using live science feeds instead of static documentation.
Test visual data pipelines in Cursor with Mars photos
The `get_mars_rover_photos` tool lets you construct image-processing pipelines using real rover imagery inside Cursor via MCP. Your agent fetches actual photos from Curiosity, Opportunity, or Spirit, allowing you to test image-rendering code with authentic files. To prevent errors, the agent checks the `get_mars_rover_manifest` tool to verify camera availability before writing query loops. It can also pull full-disk Earth images via `get_earth_polychromatic_images` to test multi-spectral rendering code.
Set up NASA Open Data MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the NASA Open Data MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent NASA Open Data transactions." If the MCP tools are loaded correctly, Cursor will call the NASA Open Data tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"nasa-open-data-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NASA. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.