Climatiq

by jagan-shanmugam

6 stars
424 downloads
Not rated
GitHub

About

Provides a bridge to the Climatiq API for calculating precise carbon emissions across electricity usage, travel, cloud computing, and procurement domains using detailed environmental impact measurement tools.

Details

Author
jagan-shanmugam
Repository
jagan-shanmugam/climatiq-mcp-server
GitHub stars
6
Downloads
424
License
MIT License
Categories
Design, Developer Tools, AI, Database, Infrastructure, Frontend, Other
Tags
#integration

- Set and manage the Climatiq API key during runtime
- Calculate emissions from electricity, travel, cloud, freight, procurement, and hotel stays
- Search for specific emission factors in the Climatiq database
- Perform custom calculations using any emission factor by activity ID
- Expose calculation results as resources with climatiq://calculation/{id} URIs
- Generate natural-language explanations of emissions via the climate-impact-explanation prompt

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Climatiq
    Command (node, npx, python, etc.) climatiq-mcp-server
    Environment
    • CLIMATIQ_API_KEY your_climatiq_api_key

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

set-api-key

Configure the Climatiq API key used for authentication.

electricity-emission

Calculate carbon emissions from electricity consumption.

travel-emission

Calculate carbon emissions from travel by car, plane, or train.

search-emission-factors

Search for specific emission factors in the Climatiq database.

custom-emission-calculation

Perform custom calculations using specific emission factors.

cloud-computing-emission

Calculate emissions from cloud computing resources usage.

freight-emission

Calculate emissions from freight transportation.

procurement-emission

Calculate emissions from procurement spending.

hotel-emission

Calculate emissions from hotel stays.

travel-spend

Calculate emissions from travel expenses.

climate-impact-explanation

Generate natural language explanations about the climate impact of specific emission calculations.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "climatiq": {
            "env": {
                "CLIMATIQ_API_KEY": "your_climatiq_api_key"
            },
            "args": [],
            "command": "climatiq-mcp-server"
        }
    }
}

Linux

{
    "env": {
        "CLIMATIQ_API_KEY": "your_climatiq_api_key"
    },
    "args": [],
    "command": "climatiq-mcp-server"
}

Macos

{
    "env": {
        "CLIMATIQ_API_KEY": "your_climatiq_api_key"
    },
    "args": [],
    "command": "climatiq-mcp-server"
}

Windows

{
    "env": {
        "CLIMATIQ_API_KEY": "your_climatiq_api_key"
    },
    "args": [],
    "command": "climatiq-mcp-server"
}

Climatiq MCP Server

License: MIT 

A Model Context Protocol (MCP) server for accessing the Climatiq API to calculate carbon emissions. This allows AI assistants to perform real-time carbon calculations and provide climate impact insights.

Demo

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.