ENDPOINT 1
https://agent.laclawclaw.com/mcp
MCP server metadata
- Name
- LaClawClaw
- Version
- 0.3.2
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
create_payment_linkGenerate a Stripe payment link for the LaClawClaw Founders Edition $10 pre-order.
Potential side effectsset_buyer_infoAttach buyer email and shipping address to the session so create_checkout returns ready_for_complete.
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.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.
laclawclaw.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.