recent_fireballs
Pack: jpl-ssd · Endpoint: https://gateway.pipeworx.io/jpl-ssd/mcp
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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max events, default 15, max 100. |
min_energy | number | no | Optional minimum total impact energy in kilotons of TNT. |
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":"recent_fireballs","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.