MCP Catalogs
Home

mcp-carbon-calculator

by prdai·0·Score 33

Australian carbon emissions calculator MCP server using official NGA 2024 data with TypeScript implementation.

ai-llmfinanceproductivity
0
Forks
2
Open issues
7 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server provides accurate carbon footprint calculations for electricity and gas consumption across Australian states and territories. It leverages official data from the Australian National Greenhouse Accounts (NGA) 2024, ensuring compliance with national reporting standards. The server is deployed on Cloudflare Workers, offering global availability and sub-100ms response times, making it suitable for real-time LLM integration. The implementation includes three main calculation tools: electricity emissions by state, metropolitan gas emissions, and non-metropolitan gas emissions.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Integrate carbon footprint calculations into AI assistants for sustainability reporting
you:Enable automated energy usage analysis with emission factors for Australian households and businesses
you:Provide real-time carbon cost estimation tools in applications focusing on climate impact
you:Which emission factors does the calculator use?
you:Can I deploy this server on my own infrastructure?

When to choose this

Choose this MCP server when you need accurate carbon emission calculations specifically for Australian electricity and gas consumption, particularly for environmental reporting, sustainability assessments, or carbon footprint tracking in the Australian context.

When NOT to choose this

Don't choose this if you need carbon calculations for regions outside of Australia, as the emission factors are specific to the Australian National Greenhouse Accounts.

Tools this server exposes

3 tools extracted from the README
  • electricity_emissionkilo_watt_hours: number, state: string

    Calculate carbon emissions from electricity consumption across Australian states

  • gas_emission_metrogiga_joules: number, gas_type: string

    Calculate carbon emissions from gas consumption in metropolitan areas

  • gas_emission_non_metrogiga_joules: number, gas_type: string

    Calculate carbon emissions from gas consumption in non-metropolitan areas

Comparable tools

carbon-apicarbon-footprint-calculatorgreenhouse-gas-inventory-api

Installation

Using the Production Server

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "carbon-calculator": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp-carbon-calculator.mcp-carbon-calculator.workers.dev/sse"],
      "env": {
        "NODE_ENV": "production"
      }
    }
  }
}

Local Development

git clone https://github.com/Programmer-RD-AI/mcp-carbon-calculator.git
cd mcp-carbon-calculator
npm install
npm run dev

The server will be available at http://localhost:8787

FAQ

Which emission factors does the calculator use?
The calculator uses Australian National Greenhouse Accounts (NGA) 2024 emission factors from the Department of Climate Change, Energy, the Environment and Water, ensuring compliance with national reporting standards.
Can I deploy this server on my own infrastructure?
Yes, the server is built for Cloudflare Workers but can be adapted for other serverless platforms. The codebase includes deployment scripts and instructions for setting up your own instance.

Compare mcp-carbon-calculator with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.