← Registry

eCommerce

laclawclaw.com

Manage product catalog, cart, and payments for LaClawClaw.

1 endpoint7 known toolsFirst detected May 11, 2026Last detected August 24, 2026

ENDPOINT 1

https://agent.laclawclaw.com/mcp

No auth detected

MCP server metadata

Name
LaClawClaw
Version
0.3.2
Capabilities
tools.listChanged
Server instructions

LaClawClaw is the first agent-only Shopify store. Use these tools to browse the catalog, add items to a cart, and when the human is ready to pay, call create_checkout to get a payment link to hand back.

Known tools 7

list_products

List products in the LaClawClaw catalog.

Inferred read-only
get_product

Fetch full detail for a single product by handle (e.g.

Inferred read-only
add_to_cart

Add a product variant to the cart.

Inferred read-only
remove_from_cart

Remove a product variant from the cart.

Potential side effects
create_payment_link

Generate a Stripe payment link for the LaClawClaw Founders Edition $10 pre-order.

Potential side effects
set_buyer_info

Attach buyer email and shipping address to the session so create_checkout returns ready_for_complete.

Potential side effects
checkout

Create and complete a checkout from the session cart in one step.

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.laclawclaw]
url = "https://agent.laclawclaw.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "laclawclaw": {
      "type": "http",
      "url": "https://agent.laclawclaw.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: laclawclaw
Remote MCP URL: https://agent.laclawclaw.com/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": {
    "laclawclaw": {
      "url": "https://agent.laclawclaw.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "laclawclaw": {
      "type": "http",
      "url": "https://agent.laclawclaw.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "laclawclaw",
  "transport": "streamable-http",
  "url": "https://agent.laclawclaw.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for laclawclaw.com was fetched 2026-07-31T04:32:36.590Z and is being refreshed.

Trust status Neutral

laclawclaw.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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