# climate-impacts

This MCP server connects to the [Climate Impacts Explorer](https://climate-impact-explorer.climateanalytics.org/) and allows users to chat with climate change data accross the world and in different …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add valentinlemaire/climate-impacts

# Browse available tools
npx -y @smithery/cli@latest tool list valentinlemaire/climate-impacts

# Get full schema for a tool
npx -y @smithery/cli@latest tool get valentinlemaire/climate-impacts get_country_overview

# Call a tool
npx -y @smithery/cli@latest tool call valentinlemaire/climate-impacts get_country_overview '{}'
```

## Direct MCP Connection

Endpoint: `https://climate-impacts--valentinlemaire.run.tools`

## Tools (8)

- `get_country_overview` — Get a comprehensive climate change impact overview for a country.
- `lookup_country` — Look up a country's ISO code by name, or list countries in a group.
- `list_climate_variables` — List available climate variables, optionally filtered by category group.
- `list_scenarios` — List all available emission scenarios with descriptions.
- `get_climate_projections` — Get climate change projections for a country, variable, and scenario.
- `compare_scenarios` — Compare climate projections across multiple scenarios side by side.
- `get_warming_level_snapshot` — View climate impacts indexed by global warming level (1.5/2.0/2.5/3.0C).
- `get_spatial_data` — Get spatial (gridded) climate data for a country at a specific warming level.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get valentinlemaire/climate-impacts <tool-name>
```
