You're viewing a demo portfolio

Join the waitlist
PRSM

climate_scenario_rcp

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Projections climatiques long terme par scénario IPCC (RCP AR5 + SSP AR6) pour toute localisation. Scénarios : RCP_4_5, RCP_8_5 (AR5), SSP1_2_6, SSP2_4_5, SSP3_7_0, SSP5_8_5 (AR6), ou 'all' (compare tous). Horizons : 2030–2100. Métriques : température (delta vs baseline 1990-2010, jours >35°C, nuits chaudes), précipitations (delta%, événements extrêmes, sécheresses), hausse du niveau de la mer (cm vs 2000), événements extrêmes (ouragans, inondations P100, sécheresses), indice incendie. Sorties : comparaison multi-scénarios, probabilité IPCC, signaux d'impact business par secteur. Sources : Open-Meteo CMIP6 (keyless), IPCC AR6 Atlas lookup, NOAA SLR projections. Usages : TCFD/CSRD physical risk, due diligence actifs long terme, assurance catastrophe, planification infrastructure. Cache 7j. SLA ≤20s.

Parameters schema

{
  "type": "object",
  "required": [
    "location",
    "scenario",
    "horizon_year"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "metrics": {
      "type": "array",
      "items": {
        "enum": [
          "temperature",
          "precipitation",
          "sea_level",
          "extreme_events",
          "wildfire_index"
        ],
        "type": "string"
      },
      "description": "Métriques à inclure. Défaut : toutes."
    },
    "location": {
      "type": "object",
      "properties": {
        "lat": {
          "type": "number",
          "description": "Latitude décimale"
        },
        "lon": {
          "type": "number",
          "description": "Longitude décimale"
        },
        "city": {
          "type": "string",
          "description": "Ville (ex. 'Miami', 'Paris', 'Dhaka')"
        },
        "country": {
          "type": "string",
          "description": "Pays ou code ISO (ex. 'France', 'US', 'BD')"
        }
      },
      "description": "Localisation : {city, country?} ou {lat, lon}"
    },
    "scenario": {
      "enum": [
        "RCP_4_5",
        "RCP_8_5",
        "SSP1_2_6",
        "SSP2_4_5",
        "SSP3_7_0",
        "SSP5_8_5",
        "all"
      ],
      "type": "string",
      "description": "Scénario IPCC. 'all' génère une comparaison multi-scénarios."
    },
    "horizon_year": {
      "type": "number",
      "maximum": 2100,
      "minimum": 2030,
      "description": "Année horizon de la projection (2030–2100)"
    },
    "compare_baseline": {
      "type": "boolean",
      "description": "Comparer vs baseline 1990-2010 (défaut true)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
climate_scenario_rcp — @gapup/mcp-knowledge — PRSM MCP