get_close_approaches
ActiveTool of mcp-meteors
declared in 0.1.0
Find near-Earth asteroids making close approaches within 0.05 AU. Returns object name, approach date, miss distance, velocity, and diameter to identify potentially hazardous objects.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10
},
{
"limit": 30
}
],
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of close approach records to return (default 10, max 50)."
}
}
}Parent server
mcp-meteors
https://github.com/pipeworx-io/mcp-meteors
2/7 registries