# Slowmad Monthly Budget AI Agent Connect

> Slowmad Monthly Budget MCP handles the math for your digital nomad lifestyle. It calculates total trip costs, monthly burn rates, and whether your current savings can actually cover your planned route. Instead of guessing your expenses, you can use your AI client to run specific destination scenarios and compare costs side-by-side.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ET1vkyqAOOY4ZzhBcVYYoMtzVtE42IvZyJ4m2oUp/ai-agent-connect
- **Tags:** digital-nomad, budgeting, travel-planning, financial-planning, cost-of-living

## Description

Planning a long-term trip shouldn't feel like a guessing game. This MCP gives your AI agent the financial tools needed to map out a digital nomad lifestyle with precision. You can determine your total required funds for a specific destination, including upfront costs like visas and insurance, or just focus on your monthly burn rate. 

If you are deciding between two different cities, you can run side-by-side comparisons to see which one fits your budget better. You can also check if your current savings are enough to cover a trip while maintaining a necessary safety buffer. It's built to help you manage the reality of monthly expenses and upfront cash requirements so you don't run out of money halfway through your journey.

## Tools

### calculate_reserve_sufficiency
Checks if your current savings can cover a planned trip while accounting for a safety buffer.

### calculate_trip_budget
Determines the total money needed for a single destination based on how long you stay.

### compare_city_scenarios
Runs a side-by-side comparison of the total costs and monthly burn rates for different cities.

### get_monthly_breakdown
Breaks down your monthly burn rate into specific categories like rent, food, and transport.

## Prompt Examples

**Prompt:** 
```
Calculate the budget for a 6-month stay in Lisbon with 1500 rent, 300 utilities, 400 food, 100 transport, 100 coworking, 200 recreation, and a 20% reserve.
```

**Response:** 
```
For a 6-month stay in Lisbon, your monthly burn rate is 2600. Your total required funds, including a 20% reserve, is 18200.
```

**Prompt:** 
```
I have 5000 in savings. Is this enough for a trip that requires 4500 total funds?
```

**Response:** 
```
Yes, your savings are sufficient to cover the planned trip.
```

**Prompt:** 
```
Show me the monthly breakdown for a budget with 1200 rent, 200 utilities, 300 food, 50 transport, 50 coworking, and 100 recreation.
```

**Response:** 
```
Your monthly burn rate is 1900. The breakdown is: Rent: 1200, Utilities: 200, Food: 300, Transport: 50, Coworking: 50, Recreation: 100.
```

## Capabilities

### Total Trip Costing
Your agent calculates the full amount of money needed for a trip including upfront costs.

### Burn Rate Analysis
Your AI client breaks down how much you spend every month in a new location.

### Destination Comparison
Your agent compares the cost of living between different cities to help you choose a base.

### Savings Verification
Your AI client checks if your current bank balance covers your planned travel duration and safety buffer.

### Expense Categorization
Your agent provides a granular view of where your monthly money goes.

## Use Cases

### Choosing a Base
Compare the monthly costs of Lisbon versus Mexico City to see which fits your budget.

### Budget Validation
Check if your $5000 in savings can actually support a 3-month trip with a safety buffer.

### Expense Tracking
Get a clear list of how much you spend on rent, food, and coworking each month.

### Trip Readiness
Determine the total funds required for a specific duration in a new destination.

## Benefits

- Calculates total trip costs including upfront expenses like visas.
- Compares monthly burn rates between different cities.
- Verifies if savings are sufficient including a safety buffer.
- Provides detailed monthly expense breakdowns.

## How It Works

Connect the MCP to your AI client and start asking about travel costs.

1. Connect the MCP to Claude, Cursor, or Windsurf via Vinkius.
2. Provide your destination and expected monthly expenses to your AI client.
3. Ask the agent to calculate total costs or compare different cities.
4. Review the calculated burn rates and savings sufficiency results.

## Frequently Asked Questions

**What can this MCP calculate?**
It calculates total trip budgets, monthly burn rates, city cost comparisons, and savings sufficiency.

**Does it include upfront costs like visas?**
Yes, the budget calculations include upfront costs such as visas and insurance.

**How does it handle safety buffers?**
The reserve sufficiency tool checks if your savings can cover your trip while maintaining a specific safety buffer.

**Which AI clients can use this?**
You can use this MCP with any compatible client like Claude, Cursor, or Windsurf.

**Can I compare two different cities?**
Yes, you can use the comparison tool to evaluate the monthly burn rate and total cost of different destination profiles.

**How do I calculate my total trip cost?**
You can use the `calculate_trip_budget` tool. Provide your stay duration, monthly costs for rent, food, and utilities, as well as any one-time upfront fees like visas.

**Can I compare different cities?**
Yes, the `compare_city_scenarios` tool allows you to input multiple destination profiles to see which one is the most affordable based on total funds and monthly burn rate.

**How is the safety buffer calculated?**
The reserve amount is calculated by multiplying your monthly burn rate by the reserve percentage you provide, then multiplying that by your total stay duration.
