Loading...

The Climatiq MCP server provides AI assistants with real-time carbon emission calculations via the Climatiq API, enabling climate impact insights.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
The Climatiq MCP server provides AI assistants with real-time carbon emission calculations via the Climatiq API, enabling climate impact insights.
This server is relatively safe for read operations and calculations. However, the ability to configure the API key and perform calculations introduces a moderate risk, especially if the API key is mishandled. Ensure the API key is securely managed and access is restricted to authorized users.
Performance is dependent on the Climatiq API response times and network latency. Caching mechanisms can improve performance for frequently accessed data.
Cost is primarily driven by Climatiq API usage. Monitor API call volume to avoid unexpected charges.
set-api-keyConfigures the Climatiq API key for authentication.
Incorrectly setting or exposing the API key could lead to unauthorized access.
electricity-emissionCalculates carbon emissions from electricity consumption.
Read-only calculation based on provided input parameters.
travel-emissionCalculates carbon emissions from travel by car, plane, or train.
Read-only calculation based on provided travel parameters.
search-emission-factorsSearches for specific emission factors in the Climatiq database.
Read-only search operation.
custom-emission-calculationPerforms custom calculations using specific emission factors.
Calculation based on user-provided emission factors.
cloud-computing-emissionCalculates emissions from cloud computing resources usage.
Read-only calculation based on cloud usage parameters.
freight-emissionCalculates emissions from freight transportation.
Read-only calculation based on freight transportation details.
procurement-emissionCalculates emissions from procurement spending.
Read-only calculation based on procurement data.
hotel-emissionCalculates emissions from hotel stays.
Read-only calculation based on hotel stay parameters.
travel-spendCalculates emissions from travel expenses.
Read-only calculation based on travel expense data.
API Key
cloud
This server is relatively safe for read operations and calculations. However, the ability to configure the API key and perform calculations introduces a moderate risk, especially if the API key is mishandled. Ensure the API key is securely managed and access is restricted to authorized users.
The level of autonomy depends on how the AI assistant is configured and the specific tools it is allowed to access. Ensure appropriate safeguards are in place to prevent unintended consequences.
Production Tip
Monitor API usage and error rates to ensure the server is functioning correctly and the Climatiq API is available.
Sign up at app.climatiq.io and follow the instructions at Getting API Keys.
An Activity ID groups similar emission factors together in the Climatiq API.
You can set the CLIMATIQ_API_KEY environment variable, use the set-api-key tool, or create a .env file.
The server supports distance-based, advanced travel, spend-based, and direct calculation methods.
Use the simple_test.py script in the examples/ directory.
Ensure the CLIMATIQ_API_KEY is set correctly and the key is active in your Climatiq dashboard. Use examples/simple_test.py to verify.
Yes, use the run_mcp_server.py script in the utils/ directory.