# Carbon Budget Tracker MCP

> Personal Carbon Budget Tracker evaluates your annual carbon footprint against the critical 1.5°C climate goal. It measures how far your CO2 emissions fall from the two-metric tonne target, instantly showing you if you're over budget, by what percentage, and translating abstract tonnage into concrete metrics like miles driven or trees needed for sequestration.

## Overview
- **Category:** sustainability
- **Price:** Free
- **Tags:** carbon-footprint, climate-change, sustainability, environment, co2-tracker

## Description

Figuring out your personal environmental impact is way more complicated than just looking at a number. This MCP gives you the tools to measure your actual CO2 emissions and benchmark them against global climate goals. Instead of wrestling with complex scientific reports, you feed in your annual totals and get immediate feedback on where you stand relative to the 1.5°C threshold. You can figure out exactly how much you exceed the budget using `calculate_excess`, see that excess as a percentage via `get_percentage_over_target`, or most usefully, translate those heavy numbers into things you actually understand with `get_visual_equivalencies`. This makes climate accountability accessible to everyone, connecting complex data points through Vinkius's catalog of specialized services.

## Tools

### calculate_excess
Figures out the specific amount of carbon emissions that go over your set limit.

### get_budget_status
Checks and reports whether or not your current emissions fall within the acceptable climate budget range.

### get_percentage_over_target
Calculates how much higher your emission percentage is compared to the target goal.

### get_visual_equivalencies
Translates abstract tonnes of CO2 into real-world comparisons like car mileage or tree sequestration capacity.

## Prompt Examples

**Prompt:** 
```
I emitted 5 tonnes of CO2 this year. How much is my excess?
```

**Response:** 
```
Your excess emissions are 3 metric tonnes above the 2-tonne target.
```

**Prompt:** 
```
What is my carbon budget status if I emit 1.5 tonnes?
```

**Response:** 
```
You are Within Budget, as your emissions are below the 2-tonne threshold.
```

**Prompt:** 
```
If my footprint is 4 tonnes, how many trees would I need to plant?
```

**Response:** 
```
To offset 4 metric tonnes of CO2, you would need to plant a specific number of trees based on their annual sequestration capacity.
```

## Capabilities

### Assess emissions over the target
Determines the exact amount by which your carbon output exceeds a set budget.

### Check overall budget standing
Provides an immediate status check, confirming whether current emissions are under or over the established climate goal.

### Calculate proportional overshoot
Quantifies your excess emissions as a percentage relative to the target limit.

### Translate tonnage into real life metrics
Converts abstract CO2 numbers into relatable units like vehicle mileage or tree capacity.

## Use Cases

### Client needs to report Scope 3 emissions.
A consulting firm has collected raw travel data from a client's last quarter. They ask their agent: 'I emitted X tonnes of CO2. How does this compare to the global 1.5°C target?' The agent uses `calculate_excess` and then runs `get_visual_equivalencies` to tell the client, 'You exceeded your budget by Y amount, which is equivalent to Z round-trip flights.' 

### Internal team needs a quick compliance check.
The sustainability officer submits departmental spending data. They ask their AI client: 'What's our current carbon footprint status?' The agent uses `get_budget_status` and immediately reports, 'You are 15% over target,' allowing the manager to adjust purchasing policies before the quarter ends.

### Individual tracking personal impact.
Someone is trying to reduce their carbon footprint. They ask: 'I emitted 4 tonnes of CO2 this year, and the goal is 2 tonnes.' The agent uses `get_percentage_over_target` to show a clear ratio and then runs `get_visual_equivalencies` to figure out exactly how many trees they must offset that amount.

### Preparing for annual CSR reporting.
The team needs to summarize the year's impact. They ask their agent: 'Using our total emissions of 6 tonnes, what are the key takeaways?' The agent runs all four tools—checking status, calculating excess, finding percentage overage, and generating equivalencies—for a comprehensive summary report.

## Benefits

- You get immediate clarity on emissions standing. Instead of wading through dense reports, running `get_budget_status` tells you right away if you're within budget or not.
- It translates abstract numbers into reality. The `get_visual_equivalencies` tool converts tonnes of CO2 into concrete terms—like how many trees you’d need to plant—making the impact undeniable.
- Pinpoint overspending instantly. Use `calculate_excess` to determine exactly how much your emissions exceed a goal, moving past general estimates to precise figures.
- Understand the severity of the overshoot. The `get_percentage_over_target` tool shows you the proportional magnitude of your excess spending against the 1.5°C limit.
- Stop guessing about impact. This MCP standardizes complex climate metrics so your AI client can handle the math and deliver clean, actionable data every time.

## How It Works

The bottom line is... it takes complex environmental math and gives you simple, actionable numbers.

1. Input your annual total of CO2 emissions and the specific budget goal you want to compare against.
2. The MCP processes this data, running calculations that determine if you are within or outside the accepted climate threshold.
3. You receive a clear report showing excess amounts, percentage overages, and visual equivalents (e.g., 'This equals 150 round-trip flights').

## Frequently Asked Questions

**How does Personal Carbon Budget Tracker use calculate_excess?**
The `calculate_excess` tool takes your total emissions and subtracts the established climate budget. It returns a single, clear number showing exactly how many metric tonnes you are over the target.

**Is Personal Carbon Budget Tracker useful for corporate reporting?**
Yes. You can use it to benchmark departmental or regional emissions against global targets using `get_budget_status` and quantifying the overshoot with `get_percentage_over_target`.

**What kind of data does Personal Carbon Budget Tracker accept?**
It accepts total annual CO2 emission figures. You give it a number, and the MCP handles the complex comparison against the 1.5°C benchmark.

**How do I use get_visual_equivalencies in Personal Carbon Budget Tracker?**
You feed the tool your excess tonnage figure. It then generates multiple real-world comparisons, such as 'This is equivalent to 150 round-trip flights' or 'It requires X number of trees.'.

**Does Personal Carbon Budget Tracker only track CO2?**
While focused on CO2, the MCP uses these measurements in relation to the global climate budget standard, providing a comprehensive environmental impact assessment.