eCommerce
sokks-official.com
Provides product search, variant lookup, cart additions, shipping/returns info, and newsletter subscription for an online sock store.
ENDPOINT 1
https://sokks-official.com
MCP server metadata
- Name
- WebMCP
Known tools 5
search_productsSearch 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-onlyget_product_variantsGet 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-onlyadd_to_cartAdd 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 effectsget_shipping_and_returnsGet SOKKS shipping costs, delivery times, return policy and guarantees.
Inferred read-onlysubscribe_newsletterSubscribe 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 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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.