← Registry

Developer Tools

smarterweather.com

Provides weather forecast data and developer resources (pricing, documentation, sign-up) for integrating weather into applications.

2 endpoints32 known toolsFirst detected May 29, 2026Last detected July 25, 2026

ENDPOINT 1

https://developers.smarterweather.com/mcp

No auth detected

MCP server metadata

Name
sw-onboarding
Version
0.0.0.13
Capabilities
tools.listChangedresources.listChanged

Known tools 3

get_plans

Current developer-platform plans and pricing: Free, Developer, and Professional tiers with monthly price, included API-call allowance, and overage rates.

Inferred read-only
get_documentation

Search the Smarter Weather developer documentation index (quickstart, REST API, MCP server, errors, rate limits, SDKs, pricing, API keys).

Inferred read-only
sign_up

Returns the Smarter Weather developer request-access URL (with MCP referral attribution).

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://mcp.smarterweather.com/mcp

No auth detected

MCP server metadata

Name
sw-mcp
Version
0.0.0.91
Capabilities
tools.listChangedprompts.listChangedresources.listChanged

Known tools 29

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.

Inferred read-only
get_hourly_forecast

Blended hourly forecast: temperature, feels-like, humidity, wind, precipitation probability/amount, conditions, and icon per hour.

Inferred read-only
search_locations

Resolve a place query to candidate locations with coordinates.

Inferred read-only
reverse_geocode

Resolve coordinates to a human-readable place (city, state, county, timezone).

Inferred read-only
get_alerts

Active NWS watches, warnings, and advisories.

Inferred read-only
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.

Inferred read-only
get_period_totals

Aggregate a weather variable over one or more time periods.

Inferred read-only
compare_locations

Compare forecast variables across multiple locations side-by-side in one batched call.

Inferred read-only
find_best_window

Find the optimal time window for an activity based on weather criteria.

Inferred read-only
get_outlooks

Hazard outlooks affecting a location.

Inferred read-only
get_forecast_discussion

Expert forecaster text products for a location.

Inferred read-only
get_storm_reports

Recent NWS Local Storm Reports (LSRs) -- verified reports of tornadoes, hail, damaging winds, flooding near a location.

Inferred read-only
get_lightning_activity

Real-time lightning near a location: GLM satellite flash count (30km/10min) and MRMS ground-truth lightning density + 30-minute probability.

Inferred read-only
get_sounding

Nearest RAOB (radiosonde) vertical soundings to a point.

Inferred read-only
get_forecast_distribution

Probabilistic forecast guidance from NBM for one aspect of the weather: percentile ranges (p10-p90), exceedance probabilities, and ensemble spread.

Inferred read-only
get_current_conditions

Current weather right now at a location from two independent sources in one call: the RTMA gridded analysis (exact-point values, updated sub-hourly) and the nearest METAR station observation (ground truth with raw METAR, flight category).

Inferred read-only
get_observations

METAR surface observations from weather stations: temperature, wind, visibility, ceiling, flight category, raw METAR.

Inferred read-only
list_datasets

Discover the datasets (model grids, analyses, observations) available at a location, with per-dataset freshness (data age, latest model run).

Inferred read-only
describe_dataset

Variables available in a dataset, with standard names, units, descriptions, and the time range of available data.

Inferred read-only
query_dataset

Raw time series from a specific dataset for specific variables at a point.

Inferred read-only
get_growing_degree_days

Growing Degree Units (GDU / GDD) for a US location (CONUS, Alaska, Hawaii), computed from daily max/min temperatures.

Inferred read-only
get_tropical

Active NHC (National Hurricane Center) tropical systems: forecast cones, track lines, forecast points, coastal watches/warnings, and 7-day Tropical Weather Outlook formation areas -- Atlantic + East Pacific.

Inferred read-only
get_population_exposure

National population-exposure headline for a risk-zone outlook product: how many people are inside risk bands at or above min_level.

Inferred read-only
get_climate_records

NWS daily climate data: type=reports returns CLI daily climate reports (observed high/low/precip vs normals per station); type=records returns RER record event reports (record highs/lows/rainfall actually set).

Inferred read-only
get_storm_cells

Radar-identified storm cells near a location, merging NEXRAD Level III algorithm output from the nearest radar site: storm tracks (cell position, movement, forecast positions), hail index (probability of hail/severe hail + max expected size), mesocyclone detections (rotation), and TVS (tornado vortex signatures).

Inferred read-only
get_air_quality

AirNow air quality at a location (CONUS): current overall AQI plus per-pollutant detail (PM2.

Inferred read-only
get_map_snapshot

Render a weather map image for visual analysis.

Inferred read-only
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).

Inferred read-only
get_platform_status

Current data-freshness status of the weather platform: overall state, per-source states (ok / degraded / outage / no_signal), open incidents with cause attribution (provider outage vs internal processing delay), and active provider advisories.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.