Data Collection
solarstorm.today
Provides real-time space weather data including Kp index, solar flares, and aurora visibility forecasts.
ENDPOINT 1
https://mcp.solarstorm.today/mcp
MCP server metadata
- Name
- solarstorm
- Version
- 1.0.0
Known tools 4
get_current_kpCurrent planetary Kp index: latest value, level (low/moderate/high/severe) and the observed 24-hour maximum.
Inferred read-onlyget_kp_forecast_3dayOfficial NOAA 3-day geomagnetic forecast: the maximum expected Kp per calendar day (Europe/Berlin days).
Inferred read-onlyget_solar_flares_24hSolar X-ray activity of the past 24 hours from GOES: current flare class and the 24-hour peak class.
Inferred read-onlyget_aurora_visibilityAurora visibility outlook for a geographic latitude (degrees, e.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.solarstorm]
url = "https://mcp.solarstorm.today/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"solarstorm": {
"type": "http",
"url": "https://mcp.solarstorm.today/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: solarstorm
Remote MCP URL: https://mcp.solarstorm.today/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"solarstorm": {
"url": "https://mcp.solarstorm.today/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"solarstorm": {
"type": "http",
"url": "https://mcp.solarstorm.today/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "solarstorm",
"transport": "streamable-http",
"url": "https://mcp.solarstorm.today/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.