INDIVIDUAL MCP TOOL
product
Everything Decor Depot publishes about one product — by id, product URL or GTIN: description, price, stock, identifiers, attributes, images, and where it is bought.
LIVE ENDPOINT
https://decordepot.co.uk/mcp
Connect to this endpoint to inspect the live schema for product and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.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.
Related tools
store— What Decor Depot sells, its currency, where it ships, how a purchase completes, and the catalogue's size.categories— The categories Decor Depot organises its products into (path, name, page URL, product count).browse— A page of Decor Depot's products, optionally within a category (path or name), in stock only, sorted.search— Products of Decor Depot whose title, description, brand, category or attributes contain the words of the query (all words, any order, case-insensitive).filter— Products 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.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 (Decor Depot's own checkout), the retailer's buy link for affiliate products.