# Irrigation Water Budget AI Agent Connect

> Irrigation Water Budget MCP gives your AI client the ability to manage garden water usage. You can calculate total water consumption across different timeframes, create specific irrigation schedules for various plant zones, and simulate how different watering strategies affect your budget. It also checks if your physical irrigation setup can actually handle the water volume you need.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_QBn3ADsxEbk2CjKvoo8xweFPN4bg3Gpggm6JR3XA/ai-agent-connect
- **Tags:** irrigation, water-management, gardening, cost-calculation, environment

## Description

Managing a garden's water needs shouldn't be guesswork. This MCP gives your AI client the specific math and logic required to handle irrigation planning. You can move beyond simple estimates by providing your agent with details like zone area, flow rates, and evaporation factors. From there, your agent can build out daily or seasonal water consumption models and calculate the exact cost based on your local water tariffs. 

If you are planning a new setup, you can use the tool to see if your current pump or supply can actually deliver the volume your plants require. You can also run different scenarios to see how changing your watering frequency or duration impacts your total water bill. It turns your AI client into a specialized irrigation planner that understands the relationship between plant zones, environmental factors, and your utility budget.

## Tools

### calculate_consumption_metrics
This tool calculates the total volume of water you need and the associated costs across various timeframes.

### generate_zone_schedules
Use this to get a detailed breakdown of exactly when each specific plant zone needs to be irrigated.

### simulate_savings_scenario
This tool compares your current irrigation budget against a new, optimized plan to show potential savings.

### validate_irrigation_feasibility
This tool checks if your planned irrigation system has the physical capacity to deliver the water volume you need.

## Prompt Examples

**Prompt:** 
```
Calculate the water consumption and cost for a 50sqm zone with a flow rate of 2, duration of 15 mins, frequency of 3 times a week, and an evaporation factor of 1.2, given a weather adjustment of 1.1 and a tariff of 0.05 per liter.
```

**Response:** 
```
The total seasonal consumption is 145.2 liters and the total cost is 7.26.
```

**Prompt:** 
```
Generate an irrigation schedule for a zone named 'Rose Garden' with an area of 20, flow rate of 5, duration of 10, frequency of 2, and evaporation factor of 1.1, with a weather adjustment of 1.0.
```

**Response:** 
```
The 'Rose Garden' zone requires 22.0 liters of water per day and will be irrigated 2 times per week.
```

**Prompt:** 
```
Is my system feasible if my max flow rate is 10 and I have a zone requiring 12?
```

**Response:** 
```
No, the system is not feasible because the required flow rate exceeds the maximum capacity.
```

## Capabilities

### Water Volume Math
Your agent calculates total water needs based on zone size and flow rates.

### Cost Modeling
Your agent determines water bills by applying local tariffs to consumption data.

### Zone Scheduling
Your agent creates specific timing instructions for different areas of your garden.

### System Validation
Your agent verifies if your water supply can meet the demands of your irrigation plan.

### Optimization Simulation
Your agent compares different watering strategies to find the most efficient option.

## Use Cases

### Seasonal Budgeting
Calculate how much you will spend on water for the entire growing season.

### New System Design
Check if your planned flow rates can actually support the zones you want to irrigate.

### Water Conservation
Run simulations to see how much water you save by adjusting your irrigation frequency.

### Zone Management
Create unique schedules for different areas like a rose garden versus a vegetable patch.

## Benefits

- Calculates water volume using evaporation and weather adjustment factors.
- Determines exact costs by applying specific water tariffs to usage metrics.
- Identifies physical limitations in irrigation hardware before you install it.
- Provides specific timing instructions for individual plant zones.

## How It Works

You connect the MCP to your client and start providing garden data to get instant calculations.

1. Connect the MCP to your preferred client like Claude or Cursor via Vinkius.
2. Provide your agent with zone details, flow rates, and environmental factors.
3. Ask the agent to calculate consumption, costs, or schedules.
4. Use the agent to validate your system capacity or simulate savings.

## Frequently Asked Questions

**How does this MCP handle weather changes?**
You can provide a weather adjustment factor to the agent, which it uses to adjust the total water consumption calculations.

**Can I use this to check if my pump is strong enough?**
Yes. You can use the feasibility tool to check if your maximum flow rate can meet the requirements of your irrigation zones.

**Which AI clients can use this MCP?**
This MCP works with any compatible client, including Claude, Cursor, Windsurf, and VS Code.

**Does it calculate the cost of water?**
Yes. If you provide the water tariff per liter, the agent can calculate the total cost for any given timeframe.

**Can I create different schedules for different plants?**
Yes. The tool allows you to generate specific irrigation schedules for individual plant zones.

**How do I calculate my seasonal water cost?**
Use the `calculate_consumption_metrics` tool with your zone data, weather adjustment, and water tariff to get the total seasonal cost.

**Can I check if my pump is powerful enough?**
Yes, use `validate_irrigation_feasibility` by providing your zone requirements and the maximum system flow rate.

**How can I reduce my water bill?**
You can use `simulate_savings_scenario` to compare your current setup against a more efficient configuration to see potential savings.
