Back to Browse

Heathy MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Nutrition for 917 plant foods & 39 Ayurvedic herbs, reconciled across 11 national datasets

About

Nutrition for 917 plant foods & 39 Ayurvedic herbs, reconciled across 11 national datasets

Remote endpoints: streamable-http: https://mcp.heathy.org/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

4 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "org-heathy-nutrition": {
      "url": "https://mcp.heathy.org/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Heathy — nutrition data (MCP server)

Nutrition for 917 whole plant foods and 39 Ayurvedic herbs, reconciled across 11 national food-composition datasets — including IFCT 2017 (India), which isn't available as an API anywhere else.

Endpoint: https://mcp.heathy.org/mcp — Streamable HTTP (JSON-RPC 2.0) Website: https://heathy.org · Contact: hello@heathy.org Free while in preview.

This repository contains documentation only — the manifest and these notes. The server is hosted; there is nothing to install.


What makes it different

Most nutrition APIs hand back a single number from a single national table. This one returns the number and its provenance:

  • the median across every dataset that has the food,
  • how many sources contributed and which ones,
  • the min–max spread between them.

So an agent can cite a figure instead of asserting it, and can tell when the sources disagree. Guava vitamin C, for example, comes back as 228 mg from 10 sources with a range of 99.2–273 — a spread worth knowing about before stating it as fact.

Indian foods are the standout. IFCT 2017 isn't queryable as an API elsewhere, so questions about karela, horse gram or millets get real data rather than a US substitute.

Connecting

Add to any MCP client that supports remote servers:

{
  "mcpServers": {
    "heathy": {
      "type": "streamable-http",
      "url": "https://mcp.heathy.org/mcp"
    }
  }
}

No API key, no signup. A service card describing the server is at https://mcp.heathy.org/.

Tools

lookup_food

Full per-100 g nutrient profile for a whole plant food, with provenance.

ArgumentType
foodstringrequired — slug, common name, or regional alias
nutrientsstring[]optional — limit to specific nutrients rather than all ~168

search_foods

Resolve a name to a slug, including Hindi, Sanskrit and botanical aliases. Call this first when you have a plain-English or local name.

ArgumentType
querystringrequired
kindfood | herb | anyoptional, default any
limitintegeroptional, 1–50, default 10

nutrient_ranking

Rank foods by a nutrient per 100 g — the "highest in iron" question.

ArgumentType
nutrientstringrequired — slug or name
limitintegeroptional, 1–100, default 20
categorystringoptional — e.g. fruit, legume, millet
min_sourcesintegeroptional — exclude thinly-sourced outliers

herb_monograph

An Ayurvedic herb monograph. Traditional use and modern research are kept strictly separatetraditional records what the tradition claims, modern records what research shows with an evidence tier. Every response carries a mandatory safety block (cautions, pregnancy guidance, drug interactions).

ArgumentType
herbstringrequired — English, Sanskrit, Hindi or botanical name

Examples

CallResult
search_foods("karela")gourd-karela-raw
lookup_food("guava", ["vitamin-c"])228 mg · 10 sources · range 99.2–273
nutrient_ranking("iron", category: "legume")horse gram 8.76 mg · soya bean 8.29 mg
herb_monograph("haldi")turmeric — traditional, research, safety

Response shape

Every tool returns the same envelope:

{
  "data":        { /* the payload */ },
  "attribution": ["USDA FoodData Central …", "IFCT 2017, ICMR–NIN …"],
  "source_url":  "https://heathy.org/food/guava-flesh-only-raw/",
  "disclaimer":  "Informational only — not medical advice.",
  "license":     "https://heathy.org/terms/"
}

Please reproduce attribution and disclaimer when you use a response, and cite source_url. For herbs, surface the safety block alongside any information you pass on.

Data sources

USDA FoodData Central · UK CoFID · IFCT 2017 (ICMR–NIN, India) · ANSES-Ciqual (France) · BLS (Germany) · Frida (Denmark) · Matvaretabellen (Norway) · MEXT (Japan) · TACO (Brazil) · FAO/INFOODS WAFCT (West Africa).

Full credits and licence terms: https://heathy.org/sources/

Licence and terms

This repository holds documentation only, and carries no licence over the service or its data. Composition figures are open government data, credited per response and at the link above. The reconciliation, recipes, herb monographs and original content are © Heathy — see https://heathy.org/terms/.

Not medical advice. The data is informational and does not diagnose or treat anything. A 100% raw-vegan diet does not supply adequate vitamin B12 or vitamin D.

Reviews

No reviews yet

Be the first to review this server!