← smarterweather.com

INDIVIDUAL MCP TOOL

get_sounding_chart

Render the nearest RAOB (radiosonde) sounding as a Skew-T log-P + hodograph chart image for visual analysis: temperature/dewpoint traces, wind barbs, height-banded hodograph, and a derived-indices table (CAPE/CIN, lifted index, PWAT, shear, LCL).

smarterweather.comnone authenticationAvailability not checked

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 endpoint

smarterweather.com

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.sw-mcp]
url = "https://mcp.smarterweather.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sw-mcp": {
      "type": "http",
      "url": "https://mcp.smarterweather.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sw-mcp
Remote MCP URL: https://mcp.smarterweather.com/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": {
    "sw-mcp": {
      "url": "https://mcp.smarterweather.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sw-mcp": {
      "type": "http",
      "url": "https://mcp.smarterweather.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sw-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.smarterweather.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_forecast — Complete weather overview for a location: current conditions, daily forecast (day/night periods, SPC threats, severity, CAPE, UV), active alerts, and convective outlooks in one call.
  • get_hourly_forecast — Blended hourly forecast: temperature, feels-like, humidity, wind, precipitation probability/amount, conditions, and icon per hour.
  • search_locations — Resolve a place query to candidate locations with coordinates.
  • reverse_geocode — Resolve coordinates to a human-readable place (city, state, county, timezone).
  • get_alerts — Active NWS watches, warnings, and advisories.
  • get_time_context — Complete temporal context for a location: local time, timezone, 14-day calendar with day names and Today/Tomorrow offsets, sunrise/sunset/solar times (from the weather pipeline's astro product), and moon phase.
  • get_period_totals — Aggregate a weather variable over one or more time periods.
  • compare_locations — Compare forecast variables across multiple locations side-by-side in one batched call.