MCP server for climate risk assessment — CO2 emissions, climate projections, and ESG data via Climate TRACE, NOAA, and Open-Meteo
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file climate_risk_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: climate_risk_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a0f137a701f9e056e09b2d4a4161ad1f04dac2b738736673e5704865c956988
|
|
| MD5 |
97df2a6a4873b80fc056d6486be8b9a7
|
|
| BLAKE2b-256 |
51496f4956b24ecaaa814c47ab037d3be6215c1e2ab1d7f8507d69a147127354
|
File details
Details for the file climate_risk_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: climate_risk_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d418e9a890715ee72d06d1ebebef9178e78f26774f2b1683bf6321b35d126f72
|
|
| MD5 |
37539c818feb4d4972576636251c742a
|
|
| BLAKE2b-256 |
52f85b6b607c79cfb8230205141bac0150d4d8015fa1b56921b606c84d98e9fb
|