You're viewing a demo portfolio

Join the waitlist
PRSM

get_asteroids

Active

Tool of Nasa

declared in 0.1.0

Get near-Earth asteroids approaching within a date range (max 7 days). Returns size, velocity, and miss distance. Example: get_asteroids({ start_date: "2024-01-01", end_date: "2024-01-07", _apiKey: "DEMO_KEY" })

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-nasa-api-key",
      "end_date": "2024-01-07",
      "start_date": "2024-01-01"
    },
    {
      "_apiKey": "your-nasa-api-key",
      "end_date": "2024-02-15",
      "start_date": "2024-02-10"
    }
  ],
  "required": [
    "start_date",
    "end_date"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "NASA API key (optional, defaults to DEMO_KEY)"
    },
    "end_date": {
      "type": "string",
      "description": "End date in YYYY-MM-DD format (max 7 days after start)"
    },
    "start_date": {
      "type": "string",
      "description": "Start date in YYYY-MM-DD format"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Nasa

https://github.com/pipeworx-io/mcp-nasa

1/7 registries
View full server →
get_asteroids — Nasa — PRSM MCP