close_approaches
ActiveTool of Jpl Ssd
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"required": [
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "End date (inclusive), YYYY-MM-DD."
},
"limit": {
"type": "number",
"description": "Max rows, default 25, max 100."
},
"start": {
"type": "string",
"description": "Start date (inclusive), YYYY-MM-DD."
},
"max_distance": {
"type": "string",
"description": "Max miss distance, default \"0.05\" AU. Accepts lunar distances too, e.g. \"10LD\"."
}
}
}Parent server
Jpl Ssd
https://github.com/pipeworx-io/mcp-jpl-ssd
1/7 registries