Meal Cost Calculator

Meal Cost Calculator MCP Connector for Claude

A+

Calculate total recipe expenses and individual serving costs based on ingredient unit prices.

4 tools Official Updated Jun 28, 2026 Official Vinkius Partner

The Meal Cost Calculator MCP connects your AI agent to precise culinary costing logic. Use calculate_recipe_total to find the total expense of a recipe by summing ingredient costs, calculate_serving_split to determine the cost per portion, and get_cost_contribution_breakdown to identify which ingredients are driving your expenses. It also includes validate_measurement_units to ensure all measurements (mass, volume, or discrete) are consistent across your recipe list.

cookingrecipecostingfoodbudgeting

4 tools expose this connector's capabilities to your AI agent.

get_cost_contribution_breakdown

Shows which ingredients drive the cost

calculate_recipe_total

Calculates the total cost of a recipe

calculate_serving_split

Calculates the cost per individual serving

validate_measurement_units

Validates measurement units consistency

See how to talk to your AI agent using Meal Cost Calculator.

What is the total cost for a recipe using 2kg of flour at $1.50/kg and 500g of sugar at $2.00/kg?

$6.00

If my total recipe cost is $20 and it serves 5 people, how much does each serving cost?

$4.00

Which ingredients are driving the cost in a recipe with 1kg of beef at $15/kg and 0.2kg of salt at $0.50/kg?

Beef: 96.77%, Salt: 3.23%

Use the `calculate_recipe_total` tool. Provide a JSON array of ingredients, each containing its name, unit price, and the quantity used.

Related Connectors