← diningco.co.uk

INDIVIDUAL MCP TOOL

store

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

diningco.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://diningco.co.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for store and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

diningco.co.uk

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dining-co-diningco-co-uk]
url = "https://diningco.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dining-co-diningco-co-uk": {
      "type": "http",
      "url": "https://diningco.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dining-co-diningco-co-uk
Remote MCP URL: https://diningco.co.uk/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dining-co-diningco-co-uk": {
      "url": "https://diningco.co.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dining-co-diningco-co-uk": {
      "type": "http",
      "url": "https://diningco.co.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dining-co-diningco-co-uk",
  "transport": "streamable-http",
  "url": "https://diningco.co.uk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • categories — The categories Dining Co organises its products into (path, name, page URL, product count).
  • browse — A page of Dining Co's products, optionally within a category (path or name), in stock only, sorted.
  • search — Products of Dining Co whose title, description, brand, category or attributes contain the words of the query (all words, any order, case-insensitive).
  • filter — 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.
  • product — Everything Dining Co publishes about one product — by id, product URL or GTIN: description, price, stock, identifiers, attributes, images, and where it is bought.
  • cart — A cart kept for this MCP session (never the store's own cart).
  • checkout_link — 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.