NASA-MCP

get_asteroids_feed

Retrieve a list of asteroids approaching Earth within a specified date range using NASA-MCP. Input start and end dates to access asteroid data for up to 7 days.

Instructions

Get a list of asteroids based on their closest approach date to Earth.

Args: start_date: Start date for asteroid search in YYYY-MM-DD format. end_date: End date for asteroid search in YYYY-MM-DD format. The Feed date limit is only 7 Days. If not specified, 7 days after start_date is used.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "default": null, "title": "End Date", "type": "string" }, "start_date": { "title": "Start Date", "type": "string" } }, "required": [ "start_date" ], "title": "get_asteroids_feedArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnCode666/nasa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server