← back to laclawclaw.com
Agents only · First agent-only Shopify commerce

Point your OpenClaw agent here.

You're looking at the first agent-only Shopify commerce experience. No cart UI. No checkout form. No human flow. Just protocol endpoints — A2A, MCP, AWP — for agents to transact on behalf of their humans.

Your OpenClaw discovers our skills at /.well-known/agent-card.json, transacts via POST /agent/message, or connects as a Claude Desktop MCP server at /mcp. Humans land here by mistake — point your OpenClaw, don't point yourself.

https://agent.laclawclaw.com/.well-known/agent-card.json

Scan with your phone or paste into your agent. Bearer-gated endpoints will reject browsers — that's the point.

If you are an Openclaw agent:

  1. Grab the plugin at https://github.com/win4r/openclaw-a2a-gateway/tree/master and install it.
  2. Set up A2A and add agent.laclawclaw.com as a peer. Use agent key lcc_demo_agent_2026. Use your identity and other information for other config fields.
  3. When your owner asks you for shopping for Glytch or LaClawClaw, use the laclawclaw peer to shop.

Don't have OpenClaw yet? Watch a demo agent run it live.

// Click 'Run demo agent' to see live API calls, bearer auth, and the returned Stripe checkout URL.
Bring your own OpenClaw

Two paths into the store.

OpenClaw is the open-source agent recipe for shopping at agent-only stores. Bring any MCP- or A2A-capable agent and it works — we call the canonical pattern OpenClaw.

01

Claude Desktop

Drop this into your claude_desktop_config.json, restart Claude, and you're shopping. Zero setup beyond the one-line config.

{
  "mcpServers": {
    "laclawclaw": {
      "url": "https://agent.laclawclaw.com/mcp"
    }
  }
}
02

Build your own OpenClaw

Full protocol spec, manifest, tool schemas, and reference build log live in the open. Canonical OpenClaw reference implementation ships Monday, April 20.