# Surf Travel Carbon Footprint AI Agent Connect

> Quantify and mitigate the carbon footprint of your surf trips.

## Overview
- **Category:** travel
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ImS3wxxiBFx92DjxhXY0ECLt7kPSJ9f392FlYvTr/ai-agent-connect
- **Tags:** carbon, co2, surfing, travel-impact, offsetting

## Description

This MCP server provides specialized carbon accounting tools for surfers to measure the environmental impact of their global travel. Use `calculate_trip_emissions` to find the CO2 produced by a single journey, `calculate_annual_impact` to project yearly footprints, `estimate_offset_cost` to determine neutralization costs, and `compare_sustainable_alternatives` to discover greener transport options.

## Tools

### calculate_annual_impact
Scales a single trip's impact to a yearly footprint based on trip frequency

### calculate_trip_emissions
Determines the total CO2 emissions for a single journey based on mode and distance

### compare_sustainable_alternatives
Compares the current travel choice against greener options to suggest improvements

### estimate_offset_cost
Calculates the amount of carbon that needs to be offset and the estimated cost

## Prompt Examples

**Prompt:** 
```
How much CO2 is emitted for a 500km car trip?
```

**Response:** 
```
A 500km car trip emits 112.5 kg of CO2.
```

**Prompt:** 
```
What is my annual footprint if I take four 1000km flights per year?
```

**Response:** 
```
Your total annual carbon footprint for these flights is 1,600 kg of CO2.
```

**Prompt:** 
```
Is there a greener way to travel 200km than taking a car?
```

**Response:** 
```
Yes, switching to a train for a 200km trip would reduce your emissions significantly.
```

## Frequently Asked Questions

**How do I calculate the impact of a single flight?**
You can use the `calculate_trip_emissions` tool by providing the transport mode as 'flight' and the total distance in kilometers.

**Can I find cheaper ways to travel?**
Yes, use `compare_sustainable_alternatives` to see if switching from a flight to a train or car can reduce your CO2 emissions.

**How much will it cost to offset my trip?**
Use `estimate_offset_cost` with the total emissions and the current market rate per kg of CO2 to get a precise USD estimate.
