← dresserhouse.co.uk

INDIVIDUAL MCP TOOL

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 (Dresser House's own checkout), the retailer's buy link for affiliate products.

dresserhouse.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://dresserhouse.co.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for checkout_link 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

dresserhouse.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.dresser-house-dresserhouse-co-uk]
url = "https://dresserhouse.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dresser-house-dresserhouse-co-uk": {
      "type": "http",
      "url": "https://dresserhouse.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dresser-house-dresserhouse-co-uk
Remote MCP URL: https://dresserhouse.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": {
    "dresser-house-dresserhouse-co-uk": {
      "url": "https://dresserhouse.co.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "dresser-house-dresserhouse-co-uk",
  "transport": "streamable-http",
  "url": "https://dresserhouse.co.uk/mcp"
}
MCP Inspector

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

Related tools

  • store — What Dresser House sells, its currency, where it ships, how a purchase completes, and the catalogue's size.
  • categories — The categories Dresser House organises its products into (path, name, page URL, product count).
  • browse — A page of Dresser House's products, optionally within a category (path or name), in stock only, sorted.
  • search — Products of Dresser House whose title, description, brand, category or attributes contain the words of the query (all words, any order, case-insensitive).
  • filter — Products of Dresser House 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 Dresser House's currency, e.
  • product — Everything Dresser House 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).