← laclawclaw.com

INDIVIDUAL MCP TOOL

set_buyer_info

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

laclawclaw.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent endpoint

laclawclaw.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_products — List products in the LaClawClaw catalog.
  • get_product — Fetch full detail for a single product by handle (e.g.
  • add_to_cart — Add a product variant to the cart.
  • remove_from_cart — Remove a product variant from the cart.
  • create_payment_link — Generate a Stripe payment link for the LaClawClaw Founders Edition $10 pre-order.
  • checkout — Create and complete a checkout from the session cart in one step.