yazio-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YAZIO_PASSWORD | Yes | Your Yazio account password. | |
| YAZIO_USERNAME | Yes | Your Yazio account email address used for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_userB | Get Yazio user profile information |
| get_user_consumed_itemsB | Get food entries for a specific date |
| get_user_dietary_preferencesB | Get user dietary preferences and restrictions |
| get_user_exercisesB | Get user exercise data for a date or date range |
| get_user_goalsB | Get user nutrition and fitness goals |
| get_user_settingsB | Get user settings and preferences |
| get_user_suggested_productsB | Get product suggestions for the user |
| get_user_water_intakeB | Get water intake data for a specific date |
| get_user_weightC | Get user weight data |
| get_user_daily_summaryB | Get daily nutrition summary for a specific date |
| search_productsA | Search for food products in Yazio database. You can optionally specify user's sex, country and locale of the products to search for. |
| get_productA | Get detailed information about a specific product by ID |
| add_user_consumed_itemB | Add a food item to user consumption log |
| remove_user_consumed_itemB | Remove a food item from user consumption log |
| add_user_water_intakeA | Log a water intake entry. Requires date (YYYY-MM-DD HH:mm:ss format) and cumulative water_intake in milliliters (ml). Always get the latest water intake first and add the new amount to calculate the cumulative value. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| add_food_item | Guide for adding a food item to the user's consumption log |
| remove_food_item | Guide for removing a food item from the user's consumption log |
| add_water_intake | Guide for adding water intake entries to the user's log |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fliptheweb/yazio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server