climate-risk-mcp-server

climate-risk-mcp-server

Provides AI agents with access to CO2 emissions data, climate projections, and risk assessments for heat, flooding, and drought, supporting ESG analysis and CSRD compliance.

Category
Visit Server

README

climate-risk-mcp-server

<!-- mcp-name: climate-risk-mcp-server -->

MCP server for climate risk assessment and emissions data. Gives AI agents access to CO2 emissions by country and sector, climate projections, and risk assessments for heat, flooding, and drought.

Built for ESG analysis, CSRD compliance reporting, and climate due diligence.

Why Climate Risk Data?

  • EU CSRD (Corporate Sustainability Reporting Directive) requires 50,000+ companies to report climate risks starting 2025
  • TCFD/ISSB frameworks demand quantitative climate scenario analysis
  • ESG investors need emissions data and physical risk assessments for portfolio decisions
  • Supply chain due diligence requires climate risk screening of locations worldwide

Tools (6)

Tool Description
get_emissions CO2 emissions by country via Climate TRACE (195+ countries)
get_sector_emissions_tool Emissions by sector (power, transport, agriculture, etc.)
get_climate_projection Temperature & precipitation projections (RCP/SSP scenarios)
compare_countries Compare emissions between multiple countries
get_emission_trends Historical emission trends over 10-30 years
assess_climate_risk Risk assessment for any location (heat, flooding, drought)

Data Sources

  • Climate TRACE — Independent greenhouse gas emissions tracking for every country and major sector. Free, no API key needed.
  • Open-Meteo Climate API — Climate projections based on CMIP5/CMIP6 models. Free, no API key needed.
  • NOAA CDO — Historical climate observations. Free token with generous limits.

Installation

pip install climate-risk-mcp-server

Configuration

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "climate-risk": {
      "command": "climate-risk-server"
    }
  }
}

With uvx (no install needed)

{
  "mcpServers": {
    "climate-risk": {
      "command": "uvx",
      "args": ["climate-risk-mcp-server"]
    }
  }
}

Optional: NOAA Token

For historical climate observations, set a NOAA token (free):

export NOAA_TOKEN="your-token-here"

Register at: https://www.ncdc.noaa.gov/cdo-web/token

Usage Examples

Get Germany's CO2 emissions:

"What are Germany's CO2 emissions?"

Compare countries:

"Compare emissions between USA, China, and India"

Climate risk for a location:

"Assess climate risk for Munich (48.14, 11.58)"

Sector analysis:

"Show power sector emissions for the UK"

Future projections:

"What are the temperature projections for Berlin under RCP 8.5?"

Climate Scenarios

Scenario Description Warming by 2100
RCP 2.6 / SSP1-2.6 Strong mitigation ~1.5°C
RCP 4.5 / SSP2-4.5 Moderate mitigation ~2.5°C
RCP 8.5 / SSP5-8.5 Business as usual ~4.5°C

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured