vrushabh05/mealpilot-mcp
3.2
If you are the rightful owner of mealpilot-mcp 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.
MealPilot (MCP) is a Python-based server that transforms TheMealDB public recipe API into typed tools for LLMs using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
search_by_name
Search for meals by name and return a list of MealCard objects.
filter_by_ingredient
Filter meals by a specific ingredient and return a list of MealCard objects.
meal_details
Fetch detailed information about a meal using its ID and return a MealDetails object.
random_meal
Retrieve a random meal and return a MealDetails object.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client