← Registry

Data Collection

pixelgust.com

Provides current weather, forecasts, historical climate, and terrain data for any location.

1 endpoint9 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://pixelgust.com/mcp

No auth detected

MCP server metadata

Name
pixelgust
Version
1.0.0
Capabilities
tools
Server instructions

PixelGust provides weather, climate, terrain, soil, vegetation, hazard, and demographic data for any location on Earth. Pass coordinates in decimal degrees (lat -90..90, lon -180..180). Without an API key you get free-tier limits; get a key at https://pixelgust.com/app (API Keys menu) for higher limits.

Known tools 9

get_current_weather

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.

Inferred read-only
get_weather_forecast

Daily weather forecast for a point, up to 7 days ahead.

Inferred read-only
get_historical_climate

10-year historical climate averages (2015-2025, ERA5 reanalysis) for a point.

Inferred read-only
get_climate_timeseries

Monthly time series 2015-2025 (about 130 monthly values) for one variable at a point, plus the 12-month climatology.

Inferred read-only
get_terrain

Terrain for a point: elevation, slope, and aspect at 30m resolution (Copernicus DEM), plus Topographic Wetness Index (flood susceptibility indicator).

Inferred read-only
get_hazards

Natural hazard indices for a point: Fire Weather Index (current danger), soil erosion risk (RUSLE, t/ha/yr), and flood susceptibility (Topographic Wetness Index).

Inferred read-only
get_environment

Environmental data for a point: NDVI vegetation index (300m), annual evapotranspiration (MODIS), and ESA WorldCover land cover class.

Inferred read-only
get_proximity

Distances in km from a point to the nearest city, airport, port, hospital, power plant, and other key infrastructure.

Inferred read-only
get_polygon_stats

Aggregate statistics (mean, min, max, std) over a polygon area: weather, terrain, hazards, environment, soil, and population.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "pixelgust",
  "transport": "streamable-http",
  "url": "https://pixelgust.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.