soil_classification

Pack: soilgrids · Endpoint: https://gateway.pipeworx.io/soilgrids/mcp

Get the World Reference Base (WRB) soil classification at a coordinate from ISRIC SoilGrids — the most probable soil class (e.g. Cambisols, Podzols) plus the top 5 classes with probabilities. Keyless; may take several seconds to respond.

Parameters

NameTypeRequiredDescription
latitudenumberyesLatitude in decimal degrees (-90 to 90).
longitudenumberyesLongitude in decimal degrees (-180 to 180).

Example call

curl -X POST https://gateway.pipeworx.io/soilgrids/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"soil_classification","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "soilgrids": {
      "url": "https://gateway.pipeworx.io/soilgrids/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026