# eatmundo (remote · www.eatmundo.com)

Cross-cuisine dish equivalence with shared-ingredient evidence: 1,956 dishes, 26 cuisines.

- Trust score: 73/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `www.eatmundo.com`: 73/100 (this document), [markdown](https://verifymcp.io/servers/com-eatmundo-dishes/api-mcp.md), [page](https://verifymcp.io/servers/com-eatmundo-dishes/api-mcp)

## Channel facts

- Endpoint: `https://www.eatmundo.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-27.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1691 tokens (~281/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 57/100
  - Stability observed for 17 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the eatmundo MCP server?

eatmundo is a hosted endpoint at https://www.eatmundo.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-eatmundo-dishes 'https://www.eatmundo.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-eatmundo-dishes": {
      "url": "https://www.eatmundo.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-eatmundo-dishes": {
      "type": "http",
      "url": "https://www.eatmundo.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-eatmundo-dishes]
url = "https://www.eatmundo.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-eatmundo-dishes": {
      "type": "remote",
      "url": "https://www.eatmundo.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-eatmundo-dishes --url 'https://www.eatmundo.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-eatmundo-dishes:
    url: "https://www.eatmundo.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-eatmundo-dishes": {
      "Transport": "http",
      "Url": "https://www.eatmundo.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-eatmundo-dishes -t streamable-http -u 'https://www.eatmundo.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-eatmundo-dishes": {
      "type": "http",
      "url": "https://www.eatmundo.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-27 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-25 (score 72, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 71, 0)

- [functional regression] Schema quality: 1448 → 1691
- [functional] New tool “substitute_ingredient”

### 2026-09-23 (score 71, +1)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-09-21 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 68, +1)

- [functional regression] Schema quality: 244 → 282
- [functional improvement] Tool coverage: 76% → 100%
- [cosmetic] “find_similar_dishes” reworded the description of “limit”
- [cosmetic] “search_dishes” reworded the description of “category”
- [cosmetic] “search_dishes” reworded the description of “limit”
- [cosmetic] “search_dishes” reworded the description of “offset”
- [cosmetic] “weekly_menu” reworded the description of “days”
- [cosmetic] “weekly_menu” reworded the description of “exclude_countries”
- [cosmetic] “weekly_menu” reworded the description of “require”

### 2026-09-16 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (6)

### `find_similar_dishes` (~265 tokens)

Find similar dishes

Find dishes from other cuisines that are equivalent to a given dish, from eatmundo's scored equivalence graph (11,467 edges over 1,956 recipes from 26 countries). Every edge is evidence-based - shared canonical ingredients - not a language-model guess, and every edge crosses country lines. Use it for "what is the Greek counterpart of lahmacun, and why".

Input parameters:

- `country` (string): Restrict matches to one cuisine, ISO 3166-1 alpha-2 (e.g. "GR"). 26 countries are covered.
- `dish` (string, required): Dish to start from: an eatmundo slug (e.g. "lahmacun") or a plain name ("rice pudding"). Names are resolved through site search; check resolved_by in the result.
- `lang` (string): Language for titles, ingredient names and URLs.
- `limit` (integer): How many matches to return, best score first. The default of 5 is enough to see whether a cuisine has one clear counterpart or several competing ones.
- `min_score` (integer): Minimum match score. Defaults to 0 on purpose: 320 dishes only have below-threshold nearest matches, and a default of 50 would silently return nothing for them.

Output parameters:

- `attribution` (string)
- `matches` (array)
- `notes` (array)
- `resolved_by` (string)
- `score_basis` (string)
- `source` (object)
- `total_matches` (integer)

### `search_dishes` (~452 tokens)

Search dishes

Search 1,956 dishes from 26 cuisines by text, country, category, preparation technique, or canonical ingredient. Every ingredient in the corpus is linked to a canonical entity, so an ingredient filter also catches translations and spelling variants. Use it to get a slug for the other tools.

Input parameters:

- `category` (string): Dish type. DRINK covers both alcoholic and non-alcoholic; DESSERT is separate from FOOD, so a query for a sweet dish returns nothing under FOOD.
- `country` (string): ISO 3166-1 alpha-2 cuisine filter.
- `form` (string): Preparation technique. One of: soup, stew, stir-fry, grill-roast, fritter, dumpling, stuffed-vegetable, flatbread-pastry, noodle, rice, cold-salad, dip-spread, pickle-ferment, egg, sandwich-wrap, por…
- `ingredients` (array): Canonical ingredient names (e.g. ["tomato","garlic"]). A dish matches if it has ANY of them, but results are ranked by how many it has. Unrecognised names are reported back, not ignored.
- `lang` (string): Language for titles, ingredient names and URLs.
- `limit` (integer): Results per page (max 25).
- `offset` (integer): Rows to skip for paging. Pass back the `next_offset` from the previous response; it is null when there is no further page.
- `query` (string): Free text; needs at least 2 characters to take effect.

Output parameters:

- `attribution` (string)
- `items` (array)
- `next_offset`
- `notes` (array)
- `offset` (integer)
- `total` (integer)
- `unresolved_ingredients` (array)

### `get_recipe` (~110 tokens)

Get recipe

Full recipe for one dish: steps, FAQ, image credit, and ingredients with PARSED quantities (amount, unit, and a normalised base in grams or millilitres where the quantity is measurable). Count-based lines like "3 onions" carry a gram estimate only where a per-item weight is known.

Input parameters:

- `lang` (string): Language for titles, ingredient names and URLs.
- `slug` (string, required): Recipe slug in any of the 7 languages, or a dish name (resolved by search).

Output parameters:

- `attribution` (string)
- `calories` (integer)
- `category` (string)
- `country` (string)
- `country_name` (string)
- `description` (string)
- `faq` (array)
- `form` (string|null)
- `image` (object)
- `ingredients` (array)
- `match_count` (integer)
- `notes` (array)
- `prep_time_minutes` (integer)
- `resolved_by` (string)
- `servings` (integer)
- `slug` (string)
- `steps` (array)
- `title` (string)
- `url` (string)

### `compare_dishes` (~112 tokens)

Compare two dishes

Compare two dishes ingredient by ingredient: shared items, what is unique to each, a match score, and - for the 848 pairs that have one - an editorial comparison paragraph in the requested language. Works for any two dishes in the corpus, whether or not they are an edge in the equivalence graph.

Input parameters:

- `a` (string, required): First dish: slug or name.
- `b` (string, required): Second dish: slug or name.
- `lang` (string): Language for titles, ingredient names and URLs.

Output parameters:

- `a` (object)
- `attribution` (string)
- `b` (object)
- `below_threshold` (boolean)
- `compare_url` (string|null)
- `excluded_generics` (array): Pantry staples deliberately excluded from BOTH the score and the ingredient lists above, because they match almost everything (flour/water/oil/salt/yeast for food, water/salt/sugar for drinks). They…
- `is_graph_edge` (boolean)
- `notes` (array)
- `only_a` (array)
- `only_b` (array)
- `paragraph` (string|null)
- `same_form` (boolean)
- `score` (integer)
- `score_basis` (string)
- `shared_ingredients` (array)
- `stored_score`

### `weekly_menu` (~373 tokens)

Build a weekly menu

Build a menu of up to 7 dinners, either one cuisine per day ("world") or all from one country. Honours diet exclusions (pork, beef, meat, fish, dairy, egg, alcohol), vegetarian/vegan/pescatarian requirements, a prep-time ceiling and a budget mode that reuses ingredients. When a constraint cannot be met it is relaxed and the relaxation is reported, never hidden.

Input parameters:

- `budget` (boolean): Favour weeks that reuse ingredients across days.
- `country` (string): Required when mode is "single".
- `days` (integer): How many days to plan, 1-7.
- `exclude` (array): Ingredient attributes to avoid entirely: pork, beef, meat, fish, dairy, egg, alcohol.
- `exclude_countries` (array): Cuisines to keep out of the plan, ISO 3166-1 alpha-2. Only meaningful when mode is "world"; excluding too many leaves the generator with too few cuisines to fill the week.
- `include_extras` (boolean): Add 2 desserts and 2 drinks (never alcoholic).
- `lang` (string): Language for titles, ingredient names and URLs.
- `mode` (string): "world" = a different cuisine each day; "single" = one country.
- `require` (string): Diet every dish must satisfy. This is a WHITELIST and differs from `exclude`, which only removes single ingredient attributes: "vegan" is not the same as excluding meat.
- `seed` (integer): Same seed + same options = same menu.
- `time_limit` (integer): Max prep time in minutes; closed set (30/45/60). The generator relaxes it automatically if too few cuisines qualify, and reports that in relaxations.

Output parameters:

- `attribution` (string)
- `days` (array)
- `desserts` (array)
- `drinks` (array)
- `notes` (array)
- `pantry_assumed` (array)
- `relaxations` (array)
- `shopping_list` (array)
- `stats` (object)

### `substitute_ingredient` (~243 tokens)

Find an ingredient substitute

Find what can replace a single ingredient, optionally under a dietary constraint (vegan, vegetarian, halal, dairy-free, pescatarian). Each result is marked "substitute" (same dish) or "adaptation" (result is a meaningfully different dish) - most swaps forced by a diet exclusion are adaptations, and the tool says so rather than overselling a swap as if the dish stayed the same. Precomputed and model-verified, not generated on the fly.

Input parameters:

- `context` (string): Dietary constraint the substitute must satisfy. Omit for the single best general substitute with no diet filter. Other constraints (gluten-free, allergen-free) are not supported - the corpus has no g…
- `ingredient` (string, required): Ingredient name in any of the 7 site languages, or its English canonical form (e.g. "pork belly", "domuz göbeği", "Schweinebauch").
- `lang` (string): Language for titles, ingredient names and URLs.
- `limit` (integer): Max substitutes to return, best first.

Output parameters:

- `attribution` (string)
- `context` (string|null)
- `declined` (string|null): Set instead of an empty substitutes array explaining why there are none - a missing reason is a bug, not a deliberate silence.
- `ingredient` (string): Resolved canonical (English) ingredient name.
- `ingredient_label` (string): Ingredient name translated into the requested language.
- `notes` (array)
- `resolved_by` (string)
- `substitutes` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-eatmundo-dishes/api-mcp#diagnostics

## Score history

- 2026-09-27: 73
- 2026-09-26: 72
- 2026-09-25: 72
- 2026-09-24: 71
- 2026-09-23: 71
- 2026-09-22: 70
- 2026-09-21: 70
- 2026-09-20: 69
- 2026-09-19: 69
- 2026-09-18: 69
- 2026-09-17: 68
- 2026-09-16: 67
- 2026-09-15: 66
- 2026-09-14: 66
- 2026-09-13: 65
- 2026-09-12: 65
- 2026-09-11: 64
- 2026-09-10: 64

## Common questions

### What is the eatmundo MCP server?

eatmundo is an MCP server listed in the public MCP registry as com.eatmundo/dishes. Cross-cuisine dish equivalence with shared-ingredient evidence: 1,956 dishes, 26 cuisines. This page covers its hosted endpoint (https://www.eatmundo.com/api/mcp).

### Is the eatmundo MCP server safe to use?

eatmundo scores 73 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the eatmundo MCP server expose?

eatmundo exposes 6 tools: find_similar_dishes, search_dishes, get_recipe, compare_dishes, weekly_menu, substitute_ingredient. Their descriptions and schemas cost roughly 1,555 tokens of context every time the server is loaded.

### Does the eatmundo MCP server require authentication?

No. We connected to eatmundo without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the eatmundo MCP server still maintained?

eatmundo is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.eatmundo.com/api/mcp
- Website: https://www.eatmundo.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-eatmundo-dishes/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-eatmundo-dishes/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-eatmundo-dishes/api-mcp
