Mediterranean Diet Meal Planner
Generate personalized 7-day Mediterranean diet meal plans with complete nutritional analysis and shopping lists
API Documentation
Request Endpoint
POST /en/api/tools/mediterranean-diet-planner
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| dietaryRestrictions | textarea | No | Such as vegetarian, gluten-free, dairy-free, nut allergies, seafood allergies, etc. This will help adjust the meal plan to meet your special needs. |
| preferences | textarea | No | For example: prefer fish, dislike lamb, like spicy food, prefer simple cooking, etc. This helps personalize your meal plan. |
| mealPrepStyle | select | No | - |
| servingSize | select | No | - |
| language | select | No | - |
Response Format
data: {"chunk": "data: processed content 1", "type": "stream"}
data: {"chunk": "data: processed content 2", "type": "stream"}
data: {"type": "done"}
Stream:
Stream
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-mediterranean-diet-planner": {
"name": "mediterranean-diet-planner",
"description": "Generate personalized 7-day Mediterranean diet meal plans with complete nutritional analysis and shopping lists",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=mediterranean-diet-planner",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]