# Tabular Recipe (remote · api.tabularrecipe.com)

Turn any recipe into a compact process table — every ingredient and step at a glance.

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.tabularrecipe.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-tabularrecipe-tabular-recipe/api.md), [page](https://verifymcp.io/servers/com-tabularrecipe-tabular-recipe/api)

## Channel facts

- Endpoint: `https://api.tabularrecipe.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.1`

## 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-03.

- **Endpoint Security**: 74/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.
  - 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**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 495 tokens (~61/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 com-tabularrecipe-tabular-recipe https://api.tabularrecipe.com/mcp
```

### Codex

```toml
[mcp_servers.com-tabularrecipe-tabular-recipe]
url = "https://api.tabularrecipe.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-tabularrecipe-tabular-recipe --url https://api.tabularrecipe.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-tabularrecipe-tabular-recipe:
    url: "https://api.tabularrecipe.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-tabularrecipe-tabular-recipe": {
      "type": "http",
      "url": "https://api.tabularrecipe.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-01 (score 64, +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-07-31 (score 63, +3)

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

### 2026-07-30 (score 60)

First indexed and scored.

## MCP tools (8)

### `parse_recipe` (~41 tokens)

Parse recipe prose into a validated rgf/0-draft operation graph. Costs credits; fetch /v1/pricing first.

Input parameters:

- `text` (string, required)

### `render_recipe` (~47 tokens)

Validate and render an rgf/0-draft document as escaped, self-contained HTML. Free; spends no model credits.

Input parameters:

- `document` (object, required)
- `theme` (string)

### `convert_recipe` (~49 tokens)

Parse recipe prose and render the validated graph as self-contained HTML in one call. Costs credits; fetch /v1/pricing first.

Input parameters:

- `text` (string, required)
- `theme` (string)

### `list_styles` (~34 tokens)

List every available visual theme with its name, description, color swatches, and depth ramp. Free; spends no model credits.

### `get_usage` (~40 tokens)

Read the calling key's current credit balance, today's allowance state, and aggregated usage. Free; use before a paid batch.

Input parameters:

- `days` (integer)

### `create_checkout` (~60 tokens)

Create a Stripe-hosted checkout for a credit bundle without an API key. Returns a checkout URL and a secret one-time claim token. A human approves payment in Stripe; never expose or put the claim token in a URL.

Input parameters:

- `bundle` (string, required)

### `checkout_status` (~55 tokens)

Check whether an agent-created Stripe checkout is pending, paid, claimed, or expired. Requires its sessionId and secret claimToken, but no API key.

Input parameters:

- `claimToken` (string, required)
- `sessionId` (string, required)

### `claim_checkout` (~50 tokens)

Exchange a paid agent checkout plus its secret claim token for a new API key. The key is returned once; store it immediately.

Input parameters:

- `claimToken` (string, required)
- `sessionId` (string, required)

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 63
- 2026-07-30: 60

## Links

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