# uk.co.diningco/site (remote · diningco.co.uk)

Dining Co: the site's own MCP server — shop; every answer cites the site.

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

## Components

- remote · `diningco.co.uk`: 68/100 (this document), [markdown](https://verifymcp.io/servers/uk-co-diningco-site/diningco.md), [page](https://verifymcp.io/servers/uk-co-diningco-site/diningco)

## Channel facts

- Endpoint: `https://diningco.co.uk/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-20.

- **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 8 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**: 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 (good).
  - Tool/resource definitions use about 859 tokens (~95/item across 9 items; 8 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 42% 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 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 10 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.

## Install

### How do I install the uk.co.diningco/site MCP server?

uk.co.diningco/site is a hosted endpoint at https://diningco.co.uk/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 uk-co-diningco-site 'https://diningco.co.uk/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "uk-co-diningco-site": {
      "url": "https://diningco.co.uk/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "uk-co-diningco-site": {
      "type": "http",
      "url": "https://diningco.co.uk/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.uk-co-diningco-site]
url = "https://diningco.co.uk/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "uk-co-diningco-site": {
      "type": "remote",
      "url": "https://diningco.co.uk/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add uk-co-diningco-site --url 'https://diningco.co.uk/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  uk-co-diningco-site:
    url: "https://diningco.co.uk/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "uk-co-diningco-site": {
      "Transport": "http",
      "Url": "https://diningco.co.uk/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add uk-co-diningco-site -t streamable-http -u 'https://diningco.co.uk/mcp'
```

### Other

```json
{
  "mcpServers": {
    "uk-co-diningco-site": {
      "type": "http",
      "url": "https://diningco.co.uk/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-19 (score 68, +1)

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

### 2026-09-17 (score 67, +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-09-15 (score 66, +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-09-13 (score 65, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-12 (score 64)

First indexed and scored.

## MCP tools (8)

### `store` (~34 tokens)

About this store

What Dining Co sells, its currency, where it ships, how a purchase completes, and the catalogue's size. Call this first.

### `categories` (~39 tokens)

The category tree

The categories Dining Co organises its products into (path, name, page URL, product count). Use a path or a name as the category of browse.

### `browse` (~94 tokens)

Browse products, paginated

A page of Dining Co's products, optionally within a category (path or name), in stock only, sorted. Up to 50 per page.

Input parameters:

- `category` (string): a category path (e.g. coffee/espresso-machines) or name
- `in_stock_only` (boolean)
- `page` (integer)
- `page_size` (integer)
- `sort` (string): order of the results

### `search` (~71 tokens)

Search the catalogue

Products of Dining Co whose title, description, brand, category or attributes contain the words of the query (all words, any order, case-insensitive).

Input parameters:

- `page` (integer)
- `page_size` (integer)
- `query` (string, required)
- `sort` (string): order of the results

### `filter` (~179 tokens)

Filter by attribute and price

Products of Dining Co matching attribute values (key: value, exact, case-insensitive — the keys are the store's own specification attributes, see any product's attributes) and/or a price range in Dining Co's currency, e.g. price_min 200, price_max 1500. Combine with a category, brand and in-stock.

Input parameters:

- `attributes` (object): e.g. {"material": "teak", "groups": 2}
- `brand` (string)
- `category` (string)
- `fulfilment` (string)
- `in_stock_only` (boolean)
- `page` (integer)
- `page_size` (integer)
- `price_max` (number)
- `price_min` (number): in major units of the store's currency
- `sort` (string): order of the results

### `product` (~59 tokens)

One product in full

Everything Dining Co publishes about one product — by id, product URL or GTIN: description, price, stock, identifiers, attributes, images, and where it is bought.

Input parameters:

- `product` (string, required): product id, product page URL, or GTIN

### `cart` (~98 tokens)

This session's cart: add, remove, view, clear

A cart kept for this MCP session (never the store's own cart). add / remove / set a quantity / view / clear; the total is live from the feed. Then checkout_link tells the buyer where to complete the purchase.

Input parameters:

- `action` (string, required)
- `product` (string): product id or URL (add/remove/set)
- `qty` (integer): quantity to add (add, default 1) or to set (set)

### `checkout_link` (~80 tokens)

Where the buyer completes the purchase (a human handoff, never a charge)

For this session's cart (or one product), the link(s) where a PERSON completes the purchase: the product page and the store's cart for own products (Dining Co's own checkout), the retailer's buy link for affiliate products. This server never places an order or takes a payment.

Input parameters:

- `product` (string): one product instead of the cart

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/uk-co-diningco-site/diningco#diagnostics

## Score history

- 2026-09-20: 68
- 2026-09-19: 68
- 2026-09-18: 67
- 2026-09-17: 67
- 2026-09-16: 66
- 2026-09-15: 66
- 2026-09-14: 65
- 2026-09-13: 65
- 2026-09-12: 64

## Common questions

### What is the uk.co.diningco/site MCP server?

uk.co.diningco/site is an MCP server listed in the public MCP registry as uk.co.diningco/site. Dining Co: the site's own MCP server, shop; every answer cites the site. This page covers its hosted endpoint (https://diningco.co.uk/mcp).

### Is the uk.co.diningco/site MCP server safe to use?

uk.co.diningco/site scores 68 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 uk.co.diningco/site MCP server expose?

uk.co.diningco/site exposes 8 tools: store, categories, browse, search, filter, and 3 more. Their descriptions and schemas cost roughly 654 tokens of context every time the server is loaded.

### Does the uk.co.diningco/site MCP server require authentication?

No. We connected to uk.co.diningco/site without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the uk.co.diningco/site MCP server still maintained?

uk.co.diningco/site is still listed as active in the MCP registry. We last reached this channel on 20 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://diningco.co.uk/mcp
- Repository: https://github.com/joeetdev/venture-estate
- Website: https://diningco.co.uk/
- Changelog RSS feed: https://verifymcp.io/servers/uk-co-diningco-site/diningco.xml
- Changelog JSON feed: https://verifymcp.io/servers/uk-co-diningco-site/diningco.json
- HTML version of this page: https://verifymcp.io/servers/uk-co-diningco-site/diningco
