Developer Tools
smarterweather.com
Provides weather forecast data and developer resources (pricing, documentation, sign-up) for integrating weather into applications.
ENDPOINT 1
https://developers.smarterweather.com/mcp
MCP server metadata
- Name
- sw-onboarding
- Version
- 0.0.0.13
Known tools 3
get_plansCurrent developer-platform plans and pricing: Free, Developer, and Professional tiers with monthly price, included API-call allowance, and overage rates.
Inferred read-onlyget_documentationSearch the Smarter Weather developer documentation index (quickstart, REST API, MCP server, errors, rate limits, SDKs, pricing, API keys).
Inferred read-onlysign_upReturns the Smarter Weather developer request-access URL (with MCP referral attribution).
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.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
MCP server metadata
- Name
- sw-mcp
- Version
- 0.0.0.91
Known tools 29
get_forecastComplete 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-onlyget_hourly_forecastBlended hourly forecast: temperature, feels-like, humidity, wind, precipitation probability/amount, conditions, and icon per hour.
Inferred read-onlyreverse_geocodeResolve coordinates to a human-readable place (city, state, county, timezone).
Inferred read-onlyget_time_contextComplete 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-onlycompare_locationsCompare forecast variables across multiple locations side-by-side in one batched call.
Inferred read-onlyfind_best_windowFind the optimal time window for an activity based on weather criteria.
Inferred read-onlyget_storm_reportsRecent NWS Local Storm Reports (LSRs) -- verified reports of tornadoes, hail, damaging winds, flooding near a location.
Inferred read-onlyget_lightning_activityReal-time lightning near a location: GLM satellite flash count (30km/10min) and MRMS ground-truth lightning density + 30-minute probability.
Inferred read-onlyget_forecast_distributionProbabilistic forecast guidance from NBM for one aspect of the weather: percentile ranges (p10-p90), exceedance probabilities, and ensemble spread.
Inferred read-onlyget_current_conditionsCurrent 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-onlyget_observationsMETAR surface observations from weather stations: temperature, wind, visibility, ceiling, flight category, raw METAR.
Inferred read-onlylist_datasetsDiscover the datasets (model grids, analyses, observations) available at a location, with per-dataset freshness (data age, latest model run).
Inferred read-onlydescribe_datasetVariables available in a dataset, with standard names, units, descriptions, and the time range of available data.
Inferred read-onlyquery_datasetRaw time series from a specific dataset for specific variables at a point.
Inferred read-onlyget_growing_degree_daysGrowing Degree Units (GDU / GDD) for a US location (CONUS, Alaska, Hawaii), computed from daily max/min temperatures.
Inferred read-onlyget_tropicalActive 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-onlyget_population_exposureNational population-exposure headline for a risk-zone outlook product: how many people are inside risk bands at or above min_level.
Inferred read-onlyget_climate_recordsNWS 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-onlyget_storm_cellsRadar-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-onlyget_air_qualityAirNow air quality at a location (CONUS): current overall AQI plus per-pollutant detail (PM2.
Inferred read-onlyget_sounding_chartRender 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-onlyget_platform_statusCurrent 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.