climate-risk-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@climate-risk-mcp-serverCompare emissions between USA and China"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Weather MCP Server
Tools (6)
Tool | Description |
| CO2 emissions by country via Climate TRACE (195+ countries) |
| Emissions by sector (power, transport, agriculture, etc.) |
| Temperature & precipitation projections (RCP/SSP scenarios) |
| Compare emissions between multiple countries |
| Historical emission trends over 10-30 years |
| 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-serverConfiguration
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceProvides natural language access to environmental data including air quality measurements, greenhouse gas emissions, and facility records. It enables users to perform geographic searches, trend analysis, and proximity-based queries using data from sources like OpenAQ and Climate TRACE.Last updated
- Alicense-qualityDmaintenanceGlobal weather intelligence for AI assistants providing 10 weather tools — forecasts, historical data, air quality, marine, geocoding, elevation, and climate projections at 1km resolution with 80+ years of archive.Last updated1MIT
- Alicense-qualityAmaintenanceProvides weather and climate intelligence for AI agents, including current conditions, forecasts, historical data, severe-weather alerts, agricultural outlook, and travel conditions via free and paid tools.Last updatedMIT
- FlicenseAqualityDmaintenanceExposes ESG/CSR data from Zei World to LLMs, enabling sector browsing, company search, ESG score comparison, and detailed evaluation criteria exploration through natural language.Last updated82
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Real-world data for agents: air quality, geocoding, quakes, holidays, web search
Live EU funding data in your AI: grant calls, programmes, consortium partners, VCs, incubators.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/climate-risk-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server