io.github.fliptheweb/yazio-mcp✓
io.github.fliptheweb/yazio-mcp · v0.0.13
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.fliptheweb/yazio-mcp",
"description": "MCP server for accessing Yazio user & nutrition data (unofficial)",
"repository": {
"url": "https://github.com/fliptheweb/yazio-mcp",
"source": "github"
},
"version": "0.0.13",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "yazio-mcp",
"version": "0.0.13",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Yazio Username",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YAZIO_USERNAME"
},
{
"description": "Yazio Password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YAZIO_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}