helios-pulse
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@helios-pulseWhat's the aurora forecast for tonight at my latitude?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
☀️ HELIOS PULSE
Our star is wide awake — this is the living dashboard for it.
Live space-weather · aurora odds · earthquakes · grid risk · AI Oracle — for Solar Cycle 25 maximum (2024 → late 2026)
No API keys · No signup · Real NOAA + USGS data · MCP-ready for AI agents
🔴 Open the live app · 🤖 Oracle API · 🧩 MCP for agents · 🛠️ Run locally
🌞 Why now — Solar Maximum 2026
Solar Cycle 25 officially peaked in 2024–2025, but 2026 is still inside the maximum: elevated auroras, frequent Kp5+ storms, M/X-class flares. Statistically, the declining phase right after maximum is when some of the largest individual storms in history struck — including the 1859 Carrington Event.
The same storms that paint the sky can:
⚡ trip power-grid protection (G4–G5)
🛰️ spike satellite drag (Starlink lost ~40 sats to one storm in 2022)
📡 degrade GPS and black out HF radio within minutes of an X-flare
✈️ reroute polar flights and disrupt migratory navigation
HELIOS PULSE turns raw NOAA/USGS firehoses into one beautiful screen anyone can read in 10 seconds — and an API any agent can use in 10 lines.
Related MCP server: Space Weather Data MCP Server
✨ What you get
🌍 3D living globe |
|
🔴 Live gauges | Kp index · solar-wind speed · IMF Bz · X-ray flare class · grid-stress score (NOAA SWPC, 60s cache) |
📈 Storm tapes | 2-hour Kp / wind / Bz sparklines + GOES X-ray flux + active NOAA alerts ticker |
🌌 Aurora oracle | Enter any latitude → 0–100 visibility verdict + tonight's plan (22:00–02:00 field protocol) |
🌍 Quake feed | USGS M4.5+ last 72h with depth/tsunami flags — shown with an honest no-causation note |
🤖 HELIOS Oracle | Physics-engine briefings in plain English; auto-upgrades to LLM when |
🧩 REST + MCP |
|
🤖 HELIOS Oracle
curl -X POST https://helios-pulse.vercel.app/api/oracle \
-H 'content-type: application/json' \
-d '{"question":"Can I see aurora at 52.5° tonight?","kp":5.2,"wind":610,"bz":-12,"lat":52.5}'🧩 MCP / agent tools
curl https://helios-pulse.vercel.app/api/mcp # manifest + JSON schemasTools: helios.space_weather · helios.aurora_verdict · helios.quakes · helios.ask_oracle.
Works with Claude Code, Cursor, Codex, OpenClaw — anything that speaks JSON over HTTPS.
curl -X POST https://helios-pulse.vercel.app/api/mcp \
-H 'content-type: application/json' \
-d '{"tool":"helios.space_weather"}'🛰️ Data sources (all keyless, all open)
NOAA SWPC —
planetary_k_index_1m, GOES X-ray 6h, solar-wind plasma + mag 2h, alertsUSGS — FDSN earthquake catalog M4.5+ / 72h
Proxied + edge-cached by Next.js routes (
/api/*) so the UI never CORS-fails and never hammers upstream
⌨️ Run locally
git clone https://github.com/aniruddhaadak80/helios-pulse.git
cd helios-pulse
npm install
npm run dev # → http://localhost:3000Optional LLM upgrade:
$env:OPENAI_API_KEY="sk-..." # PowerShell
npm run devDeploy your own in one click:
🗺️ Roadmap
OVATION-style auroral-oval overlay on a 2D night map
NASA DONKI CME/flare timeline cards
Push alerts (WebPush) for Kp ≥ 6 at your latitude
PWA offline + shareable aurora-verdict OG cards
Crowd aurora sightings layer
PRs welcome — see CONTRIBUTING.md. Good first issues: aurora-map, donki-timeline, webpush.
⚠️ Honest science
For life-safety decisions always follow NOAA SWPC + local authorities — HELIOS is an educational lens, not an official alert feed.
Decades of research find no reliable causal link between solar storms and earthquakes; we display both so you can watch, not to imply causation.
📜 License
MIT © aniruddhaadak80 — the Sun belongs to everyone.
If HELIOS helped you catch an aurora or dodge a storm — give it a ★ and tell someone under dark skies. 🌌
This server cannot be deployed
Maintenance
Related MCP Connectors
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
Space weather: Kp index, solar flare flux, alerts. $0.01/query, free testnet funds.
Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth.
Related MCP Servers
AlicenseNot gradedqualityCmaintenance62 live, cryptographically signed data tools for AI agents and robots: weather, natural hazards, flights, shipping, space, CVEs, sanctions, software versions, sea ice and more. Every datapoint carries source, licence, timestamp and an Ed25519 signature.7 npmMIT- AlicenseAqualityDmaintenanceProvides AI assistants with access to real-time space weather data and forecasts from NOAA's Space Weather Prediction Center, enabling queries and interpretations of geomagnetic storms, solar flares, and related indices.71MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server for space weather and geomagnetic conditions, enabling AI agents to answer queries about solar flares, solar wind, geomagnetic storms, aurora forecasts, and more from authoritative data.1571 PyPIMIT
- AlicenseNot gradedqualityCmaintenanceConnects LLM agents to live and simulated satellite telemetry, NOAA space weather data, and space debris orbital conjunction analysis.MIT