list_soil_properties
Pack: soilgrids · Endpoint: https://gateway.pipeworx.io/soilgrids/mcp
List the soil properties available from ISRIC SoilGrids with their names and available depth intervals. Use this to discover valid property codes for soil_properties. Keyless; may take several seconds to respond.
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":"list_soil_properties","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.