← pixelgust.com

INDIVIDUAL MCP TOOL

get_terrain

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

pixelgust.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

pixelgust.com

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.

Related tools

  • 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.
  • get_weather_forecast — Daily weather forecast for a point, up to 7 days ahead.
  • get_historical_climate — 10-year historical climate averages (2015-2025, ERA5 reanalysis) for a point.
  • get_climate_timeseries — Monthly time series 2015-2025 (about 130 monthly values) for one variable at a point, plus the 12-month climatology.
  • 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).
  • get_environment — Environmental data for a point: NDVI vegetation index (300m), annual evapotranspiration (MODIS), and ESA WorldCover land cover class.
  • get_proximity — Distances in km from a point to the nearest city, airport, port, hospital, power plant, and other key infrastructure.
  • get_polygon_stats — Aggregate statistics (mean, min, max, std) over a polygon area: weather, terrain, hazards, environment, soil, and population.