Connections & Capabilities
Connects To
Capabilities
Exposed MCP Tools (10)
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.
Safety Assessment
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.
- API key authentication required
- No direct filesystem access
- Calculations are based on the Climatiq API, limiting potential for arbitrary code execution
- Clear separation of concerns with defined tool functionalities
- Requires a valid Climatiq API key, potential for misuse if key is compromised
- API key is passed as an environment variable, which can be exposed
- Server has write capabilities via API calls
- Potential for unexpected behavior if Climatiq API changes
