Culinary Unit Converter

Culinary Unit Converter MCP Connector for Claude

A+

Convert culinary measurements between units like cups, spoons, and ml, or estimate ingredient mass.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This MCP server provides precise tools for culinary conversions. Use convert_volume to switch between volumetric units like cup, tablespoon, teaspoon, ml, oz, liter, and pinch. Use estimate_mass to calculate the estimated weight in grams of an ingredient based on its type (liquid, granulated, or solid). Additionally, get_unit_details provides metadata for specific units.

culinarymeasurementconversioncookingkitchen

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

get_unit_details

Provides metadata and usage context for a specific culinary unit

convert_volume

Converts a value from one volumetric unit to another

estimate_mass

Calculates the estimated mass (in grams) of a specific volume

See how to talk to your AI agent using Culinary Unit Converter.

Convert 2 cups to tablespoons.

Using `convert_volume`, 2 cups is equal to 32 tablespoons.

How many grams is 100ml of liquid ingredient?

By calling `estimate_mass` with volume 100, unit 'ml', and type 'liquid', the estimated mass is 100 grams.

What is the usage of a teaspoon?

The `get_unit_details` tool for 'teaspoon' shows it has a standard volume of 5ml and is typically used for small amounts of spices or liquids.

You can use the `convert_volume` tool by providing the value, setting 'fromUnit' to 'cup', and 'toUnit' to 'ml'.

Related Connectors