Command Palette

Search for a command to run...

UnylyUnyly
Browse all

JPL Solar System Dynamics

FreeNot checked

Orbital data, close approaches, and impact risk for asteroids and comets from NASA/JPL and CNEOS.

GitHubEmbed

About

Orbital data, close approaches, and impact risk for asteroids and comets from NASA/JPL and CNEOS.

README

NASA/JPL Solar System Dynamics + CNEOS MCP.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
get_small_body NASA/JPL Solar System Dynamics — look up an asteroid or comet by name or designation and return its orbit and physical parameters (eccentricity, semi-major axis, MOID, diameter, albedo, NEO/PHA flags). Keyless.
close_approaches NASA/JPL CNEOS — list near-Earth close approaches to Earth in a date range, with miss distance (AU), relative velocity (km/s), and absolute magnitude (size proxy). Keyless.
impact_risk NASA/JPL CNEOS Sentry — Earth impact risk for asteroids. Pass a designation for one object's cumulative impact probability, Palermo/Torino scale, diameter, and impact window; or omit it to list all currently-tracked objects above an impact-probability threshold. Keyless.
recent_fireballs NASA/JPL CNEOS — most recent atmospheric fireballs/bolides detected by U.S. Government sensors, with date, radiated and total impact energy (kilotons of TNT), location, altitude, and velocity. Keyless.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "jpl-ssd": {
      "url": "https://gateway.pipeworx.io/jpl-ssd/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Jpl Ssd data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-jpl-ssd

Install JPL Solar System Dynamics in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install jpl-solar-system-dynamics

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add jpl-solar-system-dynamics -- npx -y @pipeworx/mcp-jpl-ssd

Step-by-step: how to install JPL Solar System Dynamics

FAQ

Is JPL Solar System Dynamics MCP free?

Yes, JPL Solar System Dynamics MCP is free — one-click install via Unyly at no cost.

Does JPL Solar System Dynamics need an API key?

No, JPL Solar System Dynamics runs without API keys or environment variables.

Is JPL Solar System Dynamics hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install JPL Solar System Dynamics in Claude Desktop, Claude Code or Cursor?

Open JPL Solar System Dynamics on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare JPL Solar System Dynamics with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs