search_meals
ActiveTool of Recipes MCP
declared in 0.1.0
Search TheMealDB for recipes by meal name. Returns full recipe details — category, cuisine area, ingredients with measurements, step-by-step instructions, tags, thumbnail, and YouTube/source URLs.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "pasta"
},
{
"query": "chicken tikka"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Meal name or partial name to search for"
}
}
}Parent server
Recipes MCP
https://github.com/pipeworx-io/mcp-recipes
2/7 registries