Weather, climate, terrain, fire and flood risk data for any point or polygon on Earth. Free tier.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://pixelgust.com/mcp9 tools · 401msget_current_weatherCurrent weather conditions for a point: temperature, humidity, dewpoint, wind speed and direction, precipitation, pressure, cloud cover, solar radiation, plus terrain, land cover, NDVI, population density, and soil context. Source: NOAA GFS 0.25 degree, updated every 6 hours.Current weather conditions for a point: temperature, humidity, dewpoint, wind speed and direction, precipitation, pressure, cloud cover, solar radiation, plus terrain, land cover, NDVI, population density, and soil context. Source: NOAA GFS 0.25 degree, updated every 6 hours.
| Parameter | Type | Description |
|---|---|---|
| lat* | number | Latitude in decimal degrees |
| lon* | number | Longitude in decimal degrees |
get_weather_forecastDaily weather forecast for a point, up to 7 days ahead. day=0 is today, day=6 is six days out. Returns daily mean, min, and max per variable.Daily weather forecast for a point, up to 7 days ahead. day=0 is today, day=6 is six days out. Returns daily mean, min, and max per variable.
| Parameter | Type | Description |
|---|---|---|
| lat* | number | Latitude in decimal degrees |
| lon* | number | Longitude in decimal degrees |
| day | integer | Forecast day: 0=today .. 6 |
get_historical_climate10-year historical climate averages (2015-2025, ERA5 reanalysis) for a point. Omit month for the annual average, or pass month 1-12 for that month's climatology with min and max ranges. Use this for questions about typical climate, growing seasons, or what weather to expect at a location and time o…10-year historical climate averages (2015-2025, ERA5 reanalysis) for a point. Omit month for the annual average, or pass month 1-12 for that month's climatology with min and max ranges. Use this for questions about typical climate, growing seasons, or what weather to expect at a location and time o…
| Parameter | Type | Description |
|---|---|---|
| lat* | number | Latitude in decimal degrees |
| lon* | number | Longitude in decimal degrees |
| month | integer | Optional month 1-12; omit for annual average |
get_climate_timeseriesMonthly time series 2015-2025 (about 130 monthly values) for one variable at a point, plus the 12-month climatology. Variables: temperature_c, precipitation_mm, dewpoint_c, skin_temperature_c, surface_pressure_hpa, snowfall_cm, total_evaporation_mm, soil_water_layer_1_vol, wind_speed_ms, net_solar_…Monthly time series 2015-2025 (about 130 monthly values) for one variable at a point, plus the 12-month climatology. Variables: temperature_c, precipitation_mm, dewpoint_c, skin_temperature_c, surface_pressure_hpa, snowfall_cm, total_evaporation_mm, soil_water_layer_1_vol, wind_speed_ms, net_solar_…
| Parameter | Type | Description |
|---|---|---|
| lat* | number | Latitude in decimal degrees |
| lon* | number | Longitude in decimal degrees |
| variable* | string | Variable name from the list in the tool description |
get_terrainTerrain for a point: elevation, slope, and aspect at 30m resolution (Copernicus DEM), plus Topographic Wetness Index (flood susceptibility indicator).Terrain for a point: elevation, slope, and aspect at 30m resolution (Copernicus DEM), plus Topographic Wetness Index (flood susceptibility indicator).
| Parameter | Type | Description |
|---|---|---|
| lat* | number | Latitude in decimal degrees |
| lon* | number | Longitude in decimal degrees |
get_hazardsNatural hazard indices for a point: Fire Weather Index (current danger), soil erosion risk (RUSLE, t/ha/yr), and flood susceptibility (Topographic Wetness Index).Natural hazard indices for a point: Fire Weather Index (current danger), soil erosion risk (RUSLE, t/ha/yr), and flood susceptibility (Topographic Wetness Index).
| Parameter | Type | Description |
|---|---|---|
| lat* | number | Latitude in decimal degrees |
| lon* | number | Longitude in decimal degrees |
get_environmentEnvironmental data for a point: NDVI vegetation index (300m), annual evapotranspiration (MODIS), and ESA WorldCover land cover class.Environmental data for a point: NDVI vegetation index (300m), annual evapotranspiration (MODIS), and ESA WorldCover land cover class.
| Parameter | Type | Description |
|---|---|---|
| lat* | number | Latitude in decimal degrees |
| lon* | number | Longitude in decimal degrees |
get_proximityDistances in km from a point to the nearest city, airport, port, hospital, power plant, and other key infrastructure.Distances in km from a point to the nearest city, airport, port, hospital, power plant, and other key infrastructure.
| Parameter | Type | Description |
|---|---|---|
| lat* | number | Latitude in decimal degrees |
| lon* | number | Longitude in decimal degrees |
get_polygon_statsAggregate statistics (mean, min, max, std) over a polygon area: weather, terrain, hazards, environment, soil, and population. Coordinates are [longitude, latitude] pairs forming a ring. Maximum area depends on plan (free tier: 100 km2). Use for area questions such as average slope of a farm or popu…Aggregate statistics (mean, min, max, std) over a polygon area: weather, terrain, hazards, environment, soil, and population. Coordinates are [longitude, latitude] pairs forming a ring. Maximum area depends on plan (free tier: 100 km2). Use for area questions such as average slope of a farm or popu…
| Parameter | Type | Description |
|---|---|---|
| coordinates* | array | [[lon, lat], ...] polygon ring (closed or open) |
| mode | string | — |
| month | integer | Month for historical mode |
9 of 9 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Weather, climate, terrain, fire and flood risk data for any point or polygon on Earth. Free tier.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.