
Noaa Spaceweather Mcp Server
Expose NOAA SWPC storm scales, Kp index, aurora outlooks, solar wind, and alerts to ham-radio, aviation, photography, or ops dashboards via MCP.
Overview
NOAA Space Weather MCP Server is a MCP server for the Build phase that serves NOAA SWPC storm scales, Kp, aurora forecasts, solar wind, and alerts to your agent.
What is this MCP server?
- NOAA Space Weather Prediction Center data: geomagnetic storm scales and Kp index
- Aurora forecasts, solar wind parameters, and space-weather activity summaries
- Alerts and watch/warning style products suitable for notification or dashboard pipelines
- stdio plus streamable-http; remote at noaa-spaceweather.caseyjhand.com
- npm @cyanheads/noaa-spaceweather-mcp-server v0.1.4 (Bun runtime hint)
- Server version 0.1.4
- npm package @cyanheads/noaa-spaceweather-mcp-server
- stdio and streamable-http transports
What problem does it solve?
Geomagnetic and aurora features need trustworthy SWPC endpoints and alert semantics that agents do not know by default.
Who is it for?
Builders creating aurora notification apps, space-weather dashboards, or RF/satellite tooling that must cite official NOAA SWPC data.
Skip if: Products that only need terrestrial rain or temperature forecasts without Kp, solar wind, or geomagnetic storm context.
What do I get? / Deliverables
Your agent can query standardized space-weather tools so you can ship aurora alerts, Kp dashboards, or ham-radio readiness features faster.
- Current and recent Kp and storm-scale interpretations from SWPC
- Aurora and solar-wind panels suitable for UI or alerting logic
- Space-weather alert summaries the agent can cite in code or docs
Recommended MCP Servers
Journey fit
Space-weather feeds are wired while building features that depend on live or forecast geomagnetic conditions. SWPC JSON and alert products are external monitoring APIs best surfaced as agent-callable MCP tools during integration work.
How it compares
MCP bridge to NOAA SWPC monitoring feeds, not a general-purpose forecasting skill or web scraper.
Common Questions / FAQ
Who is NOAA Space Weather MCP Server for?
Developers and indie operators building aurora, ham-radio, aviation-adjacent, or infrastructure monitoring tools who want SWPC data through MCP in Claude Code or Cursor.
When should I use NOAA Space Weather MCP Server?
Use it while building integrations that display Kp index, aurora probability, solar wind, or SWPC alerts rather than during pure idea brainstorming.
How do I add NOAA Space Weather MCP Server to my agent?
Add @cyanheads/noaa-spaceweather-mcp-server via npm stdio with Bun or configure the streamable-http remote in your MCP settings; set MCP_LOG_LEVEL if you need verbose logs.