You're viewing a demo portfolio

Join the waitlist
PRSM

compare_models

Active

Tool of climate

declared in 0.1.0

Compare temperature projections across climate models for the same location and date range. Returns side-by-side daily mean temperatures to assess model agreement and uncertainty.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end_date": "2040-12-31",
      "latitude": 35.6762,
      "longitude": 139.6503,
      "start_date": "2040-01-01"
    },
    {
      "end_date": "1980-09-30",
      "latitude": -33.8688,
      "longitude": 151.2093,
      "start_date": "1980-07-01"
    }
  ],
  "required": [
    "latitude",
    "longitude",
    "start_date",
    "end_date"
  ],
  "properties": {
    "end_date": {
      "type": "string",
      "description": "End date in YYYY-MM-DD format (must be between 1950 and 2050)."
    },
    "latitude": {
      "type": "number",
      "description": "Latitude of the location in decimal degrees."
    },
    "longitude": {
      "type": "number",
      "description": "Longitude of the location in decimal degrees."
    },
    "start_date": {
      "type": "string",
      "description": "Start date in YYYY-MM-DD format (must be between 1950 and 2050)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

climate

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

1/7 registries
View full server →
compare_models — climate — PRSM MCP