D-C2211/mealserver
If you are the rightful owner of mealserver and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Meal Server is a Python-based MCP server for accessing TheMealDB API, providing a convenient interface to search and retrieve meal information using natural language.
Tools
Functions exposed to the LLM to take actions
get_meal_by_letter
Retrieves meals that start with a specific letter.
get_meal_by_name
Searches for meals by name or partial name.
get_random_meal
Retrieves a random meal from the database.
get_meal_by_ingredient
Finds meals that use a specific ingredient.
get_meal_by_multiple_ingredients
Finds meals that contain multiple specified ingredients.
get_meal_by_category
Retrieves meals from a specific category.
get_meal_by_area
Finds meals from a specific cuisine or region.
save_ingredients_to_file
Saves a meal's ingredients to a file.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client