You're viewing a demo portfolio

Join the waitlist
PRSM

perception_weather

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.geiant/mcp-perception

https://github.com/GNS-Foundation/geiant

1/7 registries
View full server →
perception_weather — com.geiant/mcp-perception — PRSM MCP