get_solar_flares
ActiveTool of Nasa
Get recent solar flare events from NASA DONKI space-weather data. Returns each flare's class (e.g. C4.0, M1.8, X1.2), begin/peak/end times, source region, and active region number. Use for "recent solar flares", "is there solar activity / a solar storm", space-weather questions.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"_apiKey": {
"type": "string",
"description": "NASA API key (optional, defaults to DEMO_KEY)"
},
"end_date": {
"type": "string",
"description": "End date YYYY-MM-DD (optional; default today)."
},
"start_date": {
"type": "string",
"description": "Start date YYYY-MM-DD (optional; default ~30 days ago)."
}
}
}Parent server
Nasa
https://github.com/pipeworx-io/mcp-nasa
1/7 registries