perception_weather
ActiveTool of com.geiant/mcp-perception
declared in 0.3.0
Query atmospheric conditions for an H3 cell at a given timestamp from Open-Meteo ERA5. Returns wind, precipitation, temperature. Writes to Spatial Memory and drops a signed audit breadcrumb.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"h3_cell"
],
"properties": {
"h3_cell": {
"type": "string",
"description": "H3 cell ID at any resolution."
},
"timestamp": {
"type": "string",
"description": "ISO 8601 datetime for weather lookup. Defaults to now."
},
"write_to_spatial_memory": {
"type": "boolean",
"description": "Write weather context to geiant_geometry_state. Default: true."
}
},
"additionalProperties": false
}Parent server
com.geiant/mcp-perception
https://github.com/GNS-Foundation/geiant
1/7 registries