{
  "serverInfo": {
    "name": "com.camdentools/shop",
    "title": "Camden Tools",
    "version": "1.2.0+6f9532f"
  },
  "description": "Camden Tools shopping tools for AI agents: search the catalogue, get prices ex/inc VAT and stock, compare products, check delivery options and promotions, track orders, build a basket link the shopper opens to pay, and (in the shopper's browser) manage the basket.",
  "url": "https://camdentools.com/mcp",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://camdentools.com/mcp"
  },
  "protocolVersions": [
    "2025-11-25",
    "2025-06-18",
    "2025-03-26",
    "2024-11-05"
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "authentication": {
    "type": "none",
    "note": "Public catalogue tools need no credentials. Account tools work inside a signed-in browser session on the site, or remotely with an OAuth token on https://camdentools.com/mcp/account."
  },
  "websiteUrl": "https://camdentools.com",
  "documentationUrl": "https://camdentools.com/developers",
  "capabilitiesUrl": "https://camdentools.com/api/agent-capabilities",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://camdentools.com/mcp"
    },
    {
      "type": "streamable-http",
      "url": "https://camdentools.com/mcp/account",
      "authentication": {
        "type": "oauth2",
        "authorization_servers": [
          "https://api.camdentools.com"
        ],
        "resource_metadata": "https://camdentools.com/.well-known/oauth-protected-resource/mcp/account",
        "scopes": [
          "profile:read",
          "orders:read"
        ],
        "note": "Account tools (profile, orders). The endpoint answers 401 with a resource_metadata challenge until a token is presented."
      }
    }
  ]
}