Data Collection
pixelgust.com
Provides current weather, forecasts, historical climate, and terrain data for any location.
ENDPOINT 1
https://pixelgust.com/mcp
MCP server metadata
- Name
- pixelgust
- Version
- 1.0.0
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_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.
Inferred read-onlyget_historical_climate10-year historical climate averages (2015-2025, ERA5 reanalysis) for a point.
Inferred read-onlyget_climate_timeseriesMonthly time series 2015-2025 (about 130 monthly values) for one variable at a point, plus the 12-month climatology.
Inferred read-onlyget_terrainTerrain for a point: elevation, slope, and aspect at 30m resolution (Copernicus DEM), plus Topographic Wetness Index (flood susceptibility indicator).
Inferred read-onlyget_hazardsNatural 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-onlyget_environmentEnvironmental data for a point: NDVI vegetation index (300m), annual evapotranspiration (MODIS), and ESA WorldCover land cover class.
Inferred read-onlyget_proximityDistances in km from a point to the nearest city, airport, port, hospital, power plant, and other key infrastructure.
Inferred read-onlyget_polygon_statsAggregate statistics (mean, min, max, std) over a polygon area: weather, terrain, hazards, environment, soil, and population.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.