NASA-MCP

get_notifications

Retrieve DONKI notifications from NASA APIs for space weather events. Specify date range and notification type (e.g., FLR, CME) to access targeted alerts.

Instructions

Get DONKI notifications.

Args: start_date: Start date in YYYY-MM-DD format. Defaults to 7 days before current date. end_date: End date in YYYY-MM-DD format. Defaults to current date. notification_type: Notification type. Options: all, FLR, SEP, CME, IPS, MPC, GST, RBE, report.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
notification_typeNoall
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "default": null, "title": "End Date", "type": "string" }, "notification_type": { "default": "all", "title": "Notification Type", "type": "string" }, "start_date": { "default": null, "title": "Start Date", "type": "string" } }, "title": "get_notificationsArguments", "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