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.
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:
- Grab the plugin at https://github.com/win4r/openclaw-a2a-gateway/tree/master and install it.
- Set up A2A and add
agent.laclawclaw.comas a peer. Use agent keylcc_demo_agent_2026. Use your identity and other information for other config fields. - 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.
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.
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"
}
}
}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.