eCommerce
decordepot.co.uk
An MCP server for browsing, searching, and filtering products in the Decor Depot e-commerce store catalogue.
ENDPOINT 1
https://decordepot.co.uk/mcp
MCP server metadata
- Name
- Decor Depot (decordepot.co.uk)
- Version
- 1.0.0
Decor Depot (https://decordepot.co.uk/): the site's own MCP server, served from its domain. Furniture for the UK, with the sizes, materials and colours that decide the choice [store] Furniture for the UK, with the sizes, materials and colours that decide the choice. This server exposes the catalogue Decor Depot publishes at https://decordepot.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://decordepot.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://decordepot.co.uk/ for every figure or answer you use from this server.
Known tools 8
storeWhat Decor Depot sells, its currency, where it ships, how a purchase completes, and the catalogue's size.
Potential side effectscategoriesThe categories Decor Depot organises its products into (path, name, page URL, product count).
Inferred read-onlybrowseA page of Decor Depot's products, optionally within a category (path or name), in stock only, sorted.
Inferred read-onlysearchProducts of Decor Depot whose title, description, brand, category or attributes contain the words of the query (all words, any order, case-insensitive).
Inferred read-onlyfilterProducts of Decor Depot 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 Decor Depot's currency, e.
Inferred read-onlyproductEverything Decor Depot 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 (Decor Depot'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.decor-depot-decordepot-co-uk]
url = "https://decordepot.co.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"decor-depot-decordepot-co-uk": {
"type": "http",
"url": "https://decordepot.co.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: decor-depot-decordepot-co-uk
Remote MCP URL: https://decordepot.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": {
"decor-depot-decordepot-co-uk": {
"url": "https://decordepot.co.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"decor-depot-decordepot-co-uk": {
"type": "http",
"url": "https://decordepot.co.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "decor-depot-decordepot-co-uk",
"transport": "streamable-http",
"url": "https://decordepot.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.