healthy-food-mcp
Healthy Food
Documentation
Healthy Food MCP Server
Healthy Food MCP exposes structured recipe content for agents and editors. It can list calorie categories, list diet and meal groups, browse recipe records, fetch full structured recipe files, and search content by keyword.
This public repository promotes the Healthy Food MCP server and links installers, agents, and contributors back to the Vectoralix service page: .
MCP endpoint:
Contact:
It contains MCP connection metadata, Claude and Cursor plugin manifests, Gemini extension metadata, reusable skills, documentation, assets, and a validation script.
MCP Tools
The server currently exposes these tools:
- `list_categories`: returns high-level calorie categories.
- `list_groups`: returns dietary, lifestyle, meal-type, macro, and dish-type groups.
- `list_files`: returns recipe files with `name`, `slug`, `category_name`, and a preview. Supports optional `category` and `limit`.
- `get_file`: fetches a full content file by `slug`.
- `search_docs`: searches content records by keyword.
Content Model
Recipe files are TOML-like structured records. A full record can include:
- Recipe metadata: `author`, `source_name`, `source_url`, `servings`, `serving_label`, `best_season`, estimated prep/cook/total minutes.
- `sources`: source URLs used for attribution.
- `recipe_markdown`: human-readable summary, method, and serving guidance.
- `nutrition`: estimated per-portion calories, protein, carbs, fat, fiber, sugar, and sodium.
- `ingredients`: metric and US quantities, preparation, macro estimates, allergens, and notes.
- `allergy_notes`: allergen-specific substitutions or cautions.
- `equipment`: cooking equipment and notes.
- `cooking_steps`: ordered steps with action, details, time, and heat.
- `cooking_guidance`: chopping, heat, doneness, and resting guidance.
- `storage`: refrigerator, freezer, and reheating guidance.
See docs/content-structure.md for the complete structure summary.
Categories
The current high-level categories are:
- Bulking Friendly
- High Calorie
- Low Calorie
- Maintenance Friendly
- Moderate Calorie
Configuration
The included `.mcp.json` points to the public Healthy Food MCP endpoint:
{
"mcpServers": {
"healthy-food": {
"type": "http",
"url": "https://vectoralix.com/mcp/PrVaxzTB2TxR"
}
}
}Use this endpoint URL when installing the Healthy Food MCP server in an MCP-compatible client.
Skills
This repository includes two agent skills:
- `find-healthy-recipes`: find matching recipe slugs, fetch full records, and summarize the best options.
- `build-meal-plan`: combine categories, groups, and recipes into a practical meal plan.
Validation
Run the local validation script from this directory:
node scripts/validate-repository.mjsThe script checks that required JSON manifests parse and that required repository files exist.
License
This repository wrapper is licensed under the MIT License. The hosted Healthy Food MCP service remains operated by Vectoralix.
Frequently asked questions
What is healthy-food-mcp?
healthy-food-mcp is Healthy Food
How do I install healthy-food-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is healthy-food-mcp open source?
Yes — it is hosted on GitHub at https://github.com/vectoralix/healthy-food-mcp and has 2 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP