Skip to content

Commit bc6e390

Browse files
KI7MTclaude
andcommitted
docs: update solar-mcp data sources for v0.2.0
Forecast endpoint changed from JSON to text. Added noaa-scales endpoint. Alerts now filtered to last 24h. X-ray class derived from flux value. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 51a4b2c commit bc6e390

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

docs/servers/solar.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Returns day-by-day forecast with predicted SFI and Kp values for the next 27 day
4141

4242
### solar_alerts
4343

44-
Get active NOAA space weather alerts and warnings. Shows solar flare alerts, geomagnetic storm warnings, radiation storm alerts, and other SWPC bulletins. No parameters.
44+
Get NOAA space weather alerts and warnings from the last 24 hours. Shows solar flare alerts, geomagnetic storm warnings, radiation storm alerts, and other SWPC bulletins. No parameters.
4545

46-
Returns list of active alerts with product ID, issue time, and message text.
46+
Returns list of recent alerts with product ID, issue time, and message summary.
4747

4848
### solar_wind
4949

@@ -67,17 +67,18 @@ Returns per-band condition rating (Poor/Fair/Good/Excellent) with explanation, p
6767

6868
## Data Sources
6969

70-
All data comes from [NOAA Space Weather Prediction Center](https://www.swpc.noaa.gov/) public JSON endpoints:
70+
All data comes from [NOAA Space Weather Prediction Center](https://www.swpc.noaa.gov/) public endpoints:
7171

7272
| Endpoint | Data |
7373
|----------|------|
74-
| 10cm-flux | Solar Flux Index (SFI) |
75-
| planetary-k-index | Geomagnetic Kp index |
76-
| solar-wind-mag-field | DSCOVR interplanetary Bz |
77-
| plasma-5-minute | Solar wind speed and density |
78-
| alerts | SWPC bulletins and warnings |
79-
| GOES X-ray | Solar flare classification |
80-
| 27-day forecast | Predicted SFI and Kp |
74+
| 10cm-flux (JSON) | Solar Flux Index (SFI) |
75+
| planetary-k-index (JSON) | Geomagnetic Kp index |
76+
| noaa-scales (JSON) | R/S/G space weather scales |
77+
| solar-wind mag-5-minute (JSON) | DSCOVR interplanetary Bz |
78+
| solar-wind plasma-5-minute (JSON) | Solar wind speed and density |
79+
| alerts (JSON) | SWPC bulletins and warnings (last 24h) |
80+
| GOES xrays-6-hour (JSON) | X-ray flux, flare class derived from flux |
81+
| 27-day-outlook (text) | Predicted SFI and Kp |
8182

8283
---
8384

0 commit comments

Comments
 (0)