convert_amount
ActiveTool of mcp-spoonacular
Convert a cooking measurement amount for a specific ingredient between units using Spoonacular. Requires `ingredientName`, `sourceAmount`, `sourceUnit`, and `targetUnit`. Returns the converted amount and unit (e.g. 1 cup flour → 125 grams).
Parameters schema
{
"type": "object",
"examples": [
{
"sourceUnit": "cup",
"targetUnit": "g",
"sourceAmount": 1,
"ingredientName": "flour"
},
{
"sourceUnit": "tablespoon",
"targetUnit": "ml",
"sourceAmount": 8,
"ingredientName": "butter"
}
],
"required": [
"ingredientName",
"sourceAmount",
"sourceUnit",
"targetUnit"
],
"properties": {
"sourceUnit": {
"type": "string"
},
"targetUnit": {
"type": "string"
},
"sourceAmount": {
"type": "number"
},
"ingredientName": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-spoonacular
https://github.com/pipeworx-io/mcp-spoonacular
2/7 registries