impact_risk

Pack: jpl-ssd · Endpoint: https://gateway.pipeworx.io/jpl-ssd/mcp

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.

Parameters

NameTypeRequiredDescription
designationstringnoOptional specific object, e.g. “99942” or “2022 KK2”. If given, returns that object’s risk summary.
min_probabilitynumbernoList mode only — minimum cumulative impact probability, default 1e-4. Ignored if designation is given.
limitnumbernoList mode only — max objects, default 25.

Example call

curl -X POST https://gateway.pipeworx.io/jpl-ssd/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"impact_risk","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026