← solarstorm.today

INDIVIDUAL MCP TOOL

get_aurora_visibility

Aurora visibility outlook for a geographic latitude (degrees, e.

solarstorm.todaynone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.solarstorm.today/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_aurora_visibility and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

solarstorm.today

CONNECT 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.

Related tools

  • get_current_kp — Current planetary Kp index: latest value, level (low/moderate/high/severe) and the observed 24-hour maximum.
  • get_kp_forecast_3day — Official NOAA 3-day geomagnetic forecast: the maximum expected Kp per calendar day (Europe/Berlin days).
  • get_solar_flares_24h — Solar X-ray activity of the past 24 hours from GOES: current flare class and the 24-hour peak class.