# BakingTab — Baking Conversions for AI (remote · api.bakingtab.com)

Baking unit conversion (cups/grams/temp/recipe scaling). convert_amount, convert_temperature

- Trust score: 67/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-19

## Components

- remote · `api.bakingtab.com`: 67/100 (this document), [markdown](https://verifymcp.io/servers/zhaoyaqi18-bakingtab/api.md), [page](https://verifymcp.io/servers/zhaoyaqi18-bakingtab/api)

## Channel facts

- Endpoint: `https://api.bakingtab.com/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-08-19.

- **Endpoint Security**: 57/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 5 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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 397 tokens (~79/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 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.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http zhaoyaqi18-bakingtab https://api.bakingtab.com/mcp
```

### Codex

```toml
[mcp_servers.zhaoyaqi18-bakingtab]
url = "https://api.bakingtab.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add zhaoyaqi18-bakingtab --url https://api.bakingtab.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  zhaoyaqi18-bakingtab:
    url: "https://api.bakingtab.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "zhaoyaqi18-bakingtab": {
      "type": "http",
      "url": "https://api.bakingtab.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-08-18 (score 67, +1)

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

### 2026-08-17 (score 66, +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-08-14 (score 65, +1)

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

### 2026-08-12 (score 64, +1)

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

### 2026-08-11 (score 63, +2)

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

### 2026-08-10 (score 61, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-09 (score 61)

First indexed and scored.

## MCP tools (5)

### `convert_amount` (~165 tokens)

Convert baking ingredient amounts between units (cups, grams, tbsp, tsp, ounces, ml, pounds, kg) using accurate density data (King Arthur + USDA). E.g. 2 cups of all-purpose flour to grams. Free anonymous tier: 20 calls/day per IP. More calls need an API key (https://ko-fi.com/yugutou/shop) or use the free website https://bakingtab.com.

Input parameters:

- `amount` (number, required): Amount to convert.
- `from_unit` (string, required): Source unit: cup, tbsp, tsp, gram, kg, ounce, ml, pound.
- `ingredient` (string, required): Ingredient name or id (e.g. "all-purpose flour" or "ap-flour").
- `to_unit` (string, required): Target unit.

### `convert_temperature` (~69 tokens)

Convert oven temperature between Celsius, Fahrenheit and Kelvin. Free tier: 20 calls/day per IP.

Input parameters:

- `from` (string, required): Source unit: c, f, or k.
- `to` (string, required): Target unit: c, f, or k.
- `value` (number, required): Temperature value.

### `search_ingredients` (~63 tokens)

Search the baking ingredient database (100+ ingredients with density in g/ml). Free tier: 20 calls/day per IP.

Input parameters:

- `limit` (integer): Max results (default 20).
- `query` (string, required): Search query (name, id, or category).

### `scale_recipe` (~69 tokens)

Scale a recipe to a target number of servings. Pass servings and ingredients array. Free tier: 20 calls/day per IP.

Input parameters:

- `ingredients` (array, required): List of {name, amount, unit}.
- `servings` (integer, required): Current servings.
- `target_servings` (integer, required): Target servings.

### `list_units` (~31 tokens)

List all supported baking units and their types (mass/volume). Free tier: 20 calls/day per IP.

## Diagnostics

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

## Score history

- 2026-08-19: 67
- 2026-08-18: 67
- 2026-08-17: 66
- 2026-08-16: 65
- 2026-08-15: 65
- 2026-08-14: 65
- 2026-08-13: 64
- 2026-08-12: 64
- 2026-08-11: 63
- 2026-08-10: 61
- 2026-08-09: 61

## Links

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