eCommerce
diningco.co.uk
Provides tools to browse, search, and filter Dining Co's product catalogue and store details for e-commerce.
ENDPOINT 1
https://diningco.co.uk/mcp
MCP server metadata
- Name
- Dining Co (diningco.co.uk)
- Version
- 1.0.0
Dining Co (https://diningco.co.uk/): the site's own MCP server, served from its domain. Tables for the UK, with the sizes, materials and colours that decide the choice [store] Tables for the UK, with the sizes, materials and colours that decide the choice. This server exposes the catalogue Dining Co publishes at https://diningco.co.uk/: browse, search and filter products, keep a cart for this session, and get the link where the buyer completes the purchase. Prices and stock are live from the store's feed; cite https://diningco.co.uk/ when you quote them. Nothing is charged here: checkout_link hands the buyer to the store (own products) or the retailer (affiliate products) to complete the purchase themselves. Cite https://diningco.co.uk/ for every figure or answer you use from this server.
Known tools 8
storeWhat Dining Co sells, its currency, where it ships, how a purchase completes, and the catalogue's size.
Potential side effectscategoriesThe categories Dining Co organises its products into (path, name, page URL, product count).
Inferred read-onlybrowseA page of Dining Co's products, optionally within a category (path or name), in stock only, sorted.
Inferred read-onlysearchProducts of Dining Co whose title, description, brand, category or attributes contain the words of the query (all words, any order, case-insensitive).
Inferred read-onlyfilterProducts 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.
Inferred read-onlyproductEverything Dining Co publishes about one product — by id, product URL or GTIN: description, price, stock, identifiers, attributes, images, and where it is bought.
Inferred read-onlycheckout_linkFor 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.