You're viewing a demo portfolio

Join the waitlist
PRSM

soil_properties

Active

Tool of Soilgrids

declared in 0.1.0

Get soil property values at any coordinate from ISRIC SoilGrids (250m global grid) — clay/sand/silt %, pH, organic carbon, nitrogen, cation exchange, bulk density, water content. Values are returned in real units (scaled from raw map units). Keyless; the SoilGrids API may take several seconds to respond.

Parameters schema

{
  "type": "object",
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "depth": {
      "type": "string",
      "description": "Depth interval (default \"0-5cm\"). Valid: \"0-5cm\", \"5-15cm\", \"15-30cm\", \"30-60cm\", \"60-100cm\", \"100-200cm\"."
    },
    "latitude": {
      "type": "number",
      "description": "Latitude in decimal degrees (-90 to 90)."
    },
    "longitude": {
      "type": "number",
      "description": "Longitude in decimal degrees (-180 to 180)."
    },
    "properties": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Soil property codes to query (default [\"clay\",\"sand\",\"silt\",\"phh2o\",\"soc\"]). Valid codes: clay, sand, silt (texture %), phh2o (pH in water), soc (soil organic carbon), nitrogen, cec (cation exchange capacity), bdod (bulk density), cfvo (coarse fragments), ocd (organic carbon density), wv0010/wv0033/wv1500 (volumetric water content at 10/33/1500 kPa)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Soilgrids

https://github.com/pipeworx-io/mcp-soilgrids

1/7 registries
View full server →
soil_properties — Soilgrids — PRSM MCP