# Barbaro (remote · barbaropizza.com)

Read published house pizza facts and calculate dough and ingredient balance.

- Trust score: 75/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `barbaropizza.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/jeffforderer-barbaro/barbaropizza.md), [page](https://verifymcp.io/servers/jeffforderer-barbaro/barbaropizza)

## Channel facts

- Endpoint: `https://barbaropizza.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-25.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1489 tokens (~124/item across 12 items; 11 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 49% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

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

Barbaro is a hosted endpoint at https://barbaropizza.com/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 jeffforderer-barbaro 'https://barbaropizza.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "jeffforderer-barbaro": {
      "url": "https://barbaropizza.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "jeffforderer-barbaro": {
      "type": "http",
      "url": "https://barbaropizza.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.jeffforderer-barbaro]
url = "https://barbaropizza.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jeffforderer-barbaro": {
      "type": "remote",
      "url": "https://barbaropizza.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jeffforderer-barbaro --url 'https://barbaropizza.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jeffforderer-barbaro:
    url: "https://barbaropizza.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "jeffforderer-barbaro": {
      "Transport": "http",
      "Url": "https://barbaropizza.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add jeffforderer-barbaro -t streamable-http -u 'https://barbaropizza.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "jeffforderer-barbaro": {
      "type": "http",
      "url": "https://barbaropizza.com/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-25 (score 75, 0)

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

### 2026-09-24 (score 75, +1)

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

### 2026-09-23 (score 74, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “calculate_dough” rewrote its description, which is the text the model reads
- [security] Tool “get_flour” rewrote its description, which is the text the model reads
- [security] Tool “get_ingredient” rewrote its description, which is the text the model reads
- [security] Tool “get_pizza” rewrote its description, which is the text the model reads
- [security] Tool “read_menu” rewrote its description, which is the text the model reads
- [security] Tool “search_flours” rewrote its description, which is the text the model reads
- [security] Tool “search_ingredients” rewrote its description, which is the text the model reads
- [security] Tool “search_pizzas” rewrote its description, which is the text the model reads
- [functional regression] Tool coverage: 58% → 49%
- [functional regression] Schema quality: 1305 → 1489
- [functional improvement] Stability: unverified → 0.03
- [functional] New tool “plan_bake”
- [functional] New tool “shopping_list”
- [cosmetic] Tool “calculate_balance” changed its title: Calculate ingredient balance
- [cosmetic] Tool “calculate_dough” changed its title: Calculate dough
- [cosmetic] Tool “get_flour” changed its title: Read a published flour by UUID or slug
- [cosmetic] Tool “get_ingredient” changed its title: Read a published ingredient by UUID
- [cosmetic] Tool “get_pizza” changed its title: Read a published house pizza by UUID or slug
- [cosmetic] Tool “read_menu” changed its title: Read published menu sections and their pizza IDs
- [cosmetic] Tool “search_flours” changed its title: Search published flour facts
- [cosmetic] Tool “search_ingredients” changed its title: Search published ingredient facts
- [cosmetic] Tool “search_pizzas” changed its title: Search published house pizzas

### 2026-09-22 (score 74)

First indexed and scored.

## MCP tools (11)

### `search_pizzas` (~93 tokens)

Search published house pizzas

Search published house pizzas. Returns public catalog data with source links and credits.

Input parameters:

- `limit` (integer): Decimal integer page size. Leading zeros, signs and fractions are rejected.
- `offset` (integer): Decimal integer result offset. Leading zeros, signs and fractions are rejected.
- `q` (string): Literal, case-insensitive substring of published names, descriptions or resolved ingredient names. Surrounding whitespace is trimmed.

### `get_pizza` (~63 tokens)

Read a published house pizza by UUID or slug

Read a published house pizza by UUID or slug. Returns public catalog data with source links and credits.

Input parameters:

- `id` (string, required): Canonical UUID or lowercase slug. UUIDs are case-insensitive; UUID-shaped identifiers resolve only as canonical IDs and cannot be slugs.

### `read_menu` (~27 tokens)

Read published menu sections and their pizza IDs

Read published menu sections and their pizza IDs. Returns public catalog data with source links and credits.

### `search_ingredients` (~101 tokens)

Search published ingredient facts

Search published ingredient facts. Returns public catalog data with source links and credits.

Input parameters:

- `course` (string): One exact normalized course. No legacy-station fallback.
- `limit` (integer): Decimal integer page size. Leading zeros, signs and fractions are rejected.
- `offset` (integer): Decimal integer result offset. Leading zeros, signs and fractions are rejected.
- `q` (string): Literal, case-insensitive name substring. Surrounding whitespace is trimmed.

### `get_ingredient` (~50 tokens)

Read a published ingredient by UUID

Read a published ingredient by UUID. Returns public catalog data with source links and credits.

Input parameters:

- `id` (string, required): Canonical ingredient UUID only, case-insensitive. Ingredient slugs are not globally unique.

### `search_flours` (~86 tokens)

Search published flour facts

Search published flour facts. Returns public catalog data with source links and credits.

Input parameters:

- `limit` (integer): Decimal integer page size. Leading zeros, signs and fractions are rejected.
- `offset` (integer): Decimal integer result offset. Leading zeros, signs and fractions are rejected.
- `q` (string): Literal, case-insensitive name or brand substring. Surrounding whitespace is trimmed.

### `get_flour` (~62 tokens)

Read a published flour by UUID or slug

Read a published flour by UUID or slug. Returns public catalog data with source links and credits.

Input parameters:

- `id` (string, required): Canonical UUID or lowercase slug. UUIDs are case-insensitive; UUID-shaped identifiers resolve only as canonical IDs and cannot be slugs.

### `calculate_dough` (~701 tokens)

Calculate dough

Calculate a dough formula from explicit gram sizing, percentages and published or custom flours. Returns quantities, warnings, source information and a Dough continuation link. No persistence.

Input parameters:

- `ascorbicAcid` (number)
- `bigaHydration` (number): Preferment water as a percentage of preferment flour.
- `buffer`
- `dmp` (number)
- `finalIdy` (number): Final-mix instant dry yeast mass as a percentage of total flour. No stage-basis conversion is required.
- `finalIsd` (number): Final-mix instant sourdough mass as a percentage of total flour. No stage-basis conversion is required.
- `flours` (array, required)
- `honey` (number)
- `hydration` (number, required)
- `ndmp` (number)
- `nonfatDryMilk` (number)
- `oil` (number)
- `pff` (number)
- `prefIdy` (number): Instant dry yeast mass as a percentage of total flour, not preferment flour. Convert a Dough preferment-page percentage with pagePercent * effectiveBigaFlour / totalFlour, using actual allocated pref…
- `prefIsd` (number): Instant sourdough mass as a percentage of total flour, not preferment flour. Convert a Dough preferment-page percentage with pagePercent * effectiveBigaFlour / totalFlour, using actual allocated pref…
- `reserveWaterPct` (number)
- `salt` (number)
- `sizing` (required)
- `starterFinalPct` (number): Final-mix sourdough starter mass (including its flour and water) as a percentage of total flour. No stage-basis conversion is required.
- `starterFlourSource` (string): blend or a supplied flour row ID. Inactive starter normalizes to blend and 100% hydration.
- `starterHydrationPct` (number): Starter water as a percentage of starter flour, not total flour or starter mass.
- `starterPrefPct` (number): Preferment sourdough starter mass (including its flour and water) as a percentage of total flour, not preferment flour. Convert a Dough preferment-page percentage with pagePercent * effectiveBigaFlou…
- `sugar` (number)
- `units` (string, required)

### `calculate_balance` (~38 tokens)

Calculate ingredient balance

Calculate six balance contribution totals and meters for unique published ingredient IDs. Not nutrition or ingredient weights. No persistence.

Input parameters:

- `ingredientIds` (array, required)

### `plan_bake` (~114 tokens)

Plan a bake

Caller-provided sequential, contiguous stages ending when the first pizza enters the oven. Offset-bearing whole-minute instants must match the IANA zone. No fermentation prediction. Unique stage IDs, positive total duration, minimum <= maximum, available horizon and summed maxima <= 30 days. Windows are marginal, not independently selectable. No persistence.

Input parameters:

- `availableFrom` (string, required)
- `bakeStartAt` (string, required)
- `method` (string, required)
- `stages` (array, required)
- `timeZone` (string, required)

### `shopping_list` (~78 tokens)

Make a shopping list

One to eight uniquely identified, already-sized Dough requests. Optional unique published house pizza references and counts annotate topping needs only; they do not multiply dough. Custom flours retain batch/row identity. Ready starter is separate from fresh ingredients. Topping quantities are unknown. No persistence.

Input parameters:

- `batches` (array, required)
- `pizzas` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/jeffforderer-barbaro/barbaropizza#diagnostics

## Score history

- 2026-09-25: 75
- 2026-09-24: 75
- 2026-09-23: 74
- 2026-09-22: 74

## Common questions

### What is the Barbaro MCP server?

Barbaro is an MCP server listed in the public MCP registry as io.github.jeffforderer/barbaro. Read published house pizza facts and calculate dough and ingredient balance. This page covers its hosted endpoint (https://barbaropizza.com/mcp).

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

Barbaro scores 75 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 Barbaro MCP server expose?

Barbaro exposes 11 tools: search_pizzas, get_pizza, read_menu, search_ingredients, get_ingredient, and 6 more. Their descriptions and schemas cost roughly 1,413 tokens of context every time the server is loaded.

### Does the Barbaro MCP server require authentication?

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

### Is the Barbaro MCP server still maintained?

Barbaro is still listed as active in the MCP registry. We last reached this channel on 25 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://barbaropizza.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/jeffforderer-barbaro/barbaropizza.xml
- Changelog JSON feed: https://verifymcp.io/servers/jeffforderer-barbaro/barbaropizza.json
- HTML version of this page: https://verifymcp.io/servers/jeffforderer-barbaro/barbaropizza
