← Registry

eCommerce

sokks-official.com

Provides product search, variant lookup, cart additions, shipping/returns info, and newsletter subscription for an online sock store.

WebMCP1 endpoint5 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://sokks-official.com

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 5

search_products

Search the SOKKS sock catalog by keyword (e.g. 'sneaker', 'business', 'bamboo', 'black'). Returns up to 8 products with title, price (EUR), handle and URL. Use get_product_variants with a handle to obtain variant IDs before adding to cart.

Inferred read-only
get_product_variants

Get all purchasable variants (size/set combinations) of a SOKKS product by its handle. Returns variant_id, variant title, price in EUR and availability. The variant_id is required for add_to_cart.

Inferred read-only
add_to_cart

Add a product variant to the shopping cart. Requires a numeric variant_id from get_product_variants. Does NOT start checkout - the user reviews the cart at /cart and completes the purchase themselves.

Potential side effects
get_shipping_and_returns

Get SOKKS shipping costs, delivery times, return policy and guarantees.

Inferred read-only
subscribe_newsletter

Subscribe an email address to the SOKKS newsletter (10% welcome discount). Sends a double-opt-in confirmation email - the subscription only becomes active after the user confirms it.

Potential side effects

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.webmcp]
url = "https://sokks-official.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://sokks-official.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://sokks-official.com

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": {
    "webmcp": {
      "url": "https://sokks-official.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://sokks-official.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://sokks-official.com"
}
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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.