Skip to main content
Glama
hoon1983
by hoon1983

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_conditions_nowA

Single-call snapshot of current space weather.

Returns the latest planetary Kp, interplanetary Bz/Bt, solar wind speed and density, the current NOAA G/S/R scale levels, whether a geomagnetic storm is in progress (Kp >= 5), and a human-readable one-line summary. Best first call for "what's space weather doing right now / will I see aurora" questions.

get_kp_indexA

Observed planetary K-index time series (3-hour cadence, ~last week).

Kp ranges 0-9; Kp >= 5 indicates a geomagnetic storm (G1+). Use for trend and history; for the single current value use get_conditions_now.

get_kp_forecastA

NOAA's 3-day planetary Kp forecast (3-hour resolution).

Each point is tagged observed/estimated/predicted. Useful for aurora-watch planning and anticipating geomagnetic disturbance.

get_solar_windA

Real-time solar wind from DSCOVR/ACE at L1: magnetic field + plasma.

Returns mag (Bx/By/Bz/Bt in nT, GSM) and plasma (density cm^-3, speed km/s, temperature K) series for the chosen window. Sustained southward Bz (negative) plus elevated speed is the classic geomagnetic-storm driver.

get_alertsA

Most recent NOAA SWPC alerts, watches, and warnings (newest first).

Plain-text bulletins for events like geomagnetic storm watches, radio blackouts, and solar radiation storms.

get_noaa_scalesA

NOAA G (geomagnetic), S (solar radiation), R (radio blackout) scales.

Returns today (index 0) plus the next 3 forecast days, each with a 0-5 scale level and label. The headline 'how bad is it' summary used by SWPC.

get_27day_outlookA

SWPC 27-day outlook: daily F10.7 cm radio flux, planetary Ap, largest Kp.

A 4-week look-ahead driven by the ~27-day solar rotation. Coarser than the 3-day Kp forecast but useful for longer-range planning.

list_observatoriesA

The USGS-operated magnetic observatories you can query with get_observatory.

Returns 3-letter IAGA codes (BOU, HON, GUA, …) with names and coordinates, so an agent can pick a station near a region of interest.

get_observatoryA

Ground magnetometer time series for one USGS observatory (nT).

station is an IAGA code from list_observatories (e.g. 'BOU'). Returns the requested field components (default X,Y,Z,F) over the last hours, plus the latest finite value per element. Use 60s sampling for trends, 1s for detail (heavier). Data is U.S. public domain (credit USGS); near-real-time values are preliminary.

get_dstA

Hourly Dst (disturbance storm-time) index over the last days, in nT.

Dst tracks the ring-current depression of a geomagnetic storm: roughly

-30 quiet, -50..-100 moderate, < -100 intense, < -250 great storm.

NON-COMMERCIAL data from the WDC for Geomagnetism, Kyoto. Cite "WDC for Geomagnetism, Kyoto" and the Dst DOI; real-time/quicklook values are provisional and not licensed for commercial use. Kept separate from the public-domain NOAA/USGS feeds for this reason.

get_solar_flaresA

Recent GOES X-ray solar flares (events with peak class C/M/X), last days.

Discrete flare events with begin/peak/end times and peak class (e.g. 'M2.1'). Best for "biggest recent flare?" / current flare activity.

get_radiation_stormA

Current solar radiation (energetic proton) environment and NOAA S-scale.

Latest GOES integral proton flux per energy threshold (pfu) plus the S (radiation storm) scale 0-5 derived from the >=10 MeV flux. Relevant to satellite operations, polar flights, and astronaut radiation exposure.

get_solar_regionsA

Today's active sunspot regions with C/M/X flare probabilities (NOAA SWPC).

Per-region location, area, spot/magnetic class, and flare/proton probabilities. Answers "how many sunspot regions / which is most likely to flare?"

get_aurora_forecastA

OVATION short-term (~30-90 min) auroral-oval forecast.

Pass latitude/longitude to get the auroral activity probability (%) at that location — the "will I see aurora tonight?" answer. Without coordinates, returns the peak probability over the oval.

get_space_weather_eventsB

Catalogued space-weather events from NASA DONKI (newest first).

event_type: CME (coronal mass ejection), GST (geomagnetic storm), FLR (solar flare), SEP (solar energetic particle), IPS (interplanetary shock), HSS (high-speed stream). Each event carries a type-specific summary (e.g. GST max Kp, FLR class, CME speed) and a DONKI link for full detail. This is the structured "what space-weather events happened recently, and how are they linked?" view that complements the real-time SWPC feeds. Public domain (NASA/CCMC).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/hoon1983/spaceweather-mcp'

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