Claude Commerce Agents

We make your store ready for Claude Commerce Agents — in the EU.

Anthropic released the Claude Commerce Agents blueprint as open source. We took its official agent, ran it against a real WooCommerce store, and wired the EU checkout to a Finnish payment (Paytrail, human SCA). The repo ships the agent, prompts and guardrails — but not the data layer and not EU/PSD2/SCA checkout. That is exactly what we implement.

Anthropic's own open repo + our EU integration and data layer.
01

Anthropic's official agent — on our store

SMOKE PASSED

We cloned Anthropic's open Claude Commerce Agents repo (anthropics/commerce-agents, Apache 2.0), ran the official shopping agent (smoke test passing) and pointed it at our live WooCommerce store by implementing the repo's StorefrontBackend interface. That same official agent searched the catalog for the right product, added it to the cart and called the checkout tool — entirely on Anthropic's code, on top of our data layer.

The official shopping agent runs on our WooCommerce and hands the payment off to Paytrail.
02

Checkout hands off to a Finnish payment

EU / SCA

The repo's checkout does NOT pay — it hands off. We implemented its checkout_handoff hook to a real Finnish payment: the agent's checkout card carried a genuine Paytrail hosted payment URL (bank, MobilePay, card) that a human approves with strong authentication (PSD2/SCA). The model never sees the URL — the repo attaches it to the card payload after the agent's call. The hosted page is verified live: OP, Nordea and MobilePay appear. This is exactly what the official repo does NOT ship — it is an abstract hook, and we implemented it EU-correct.

The Paytrail hosted payment page the checkout hands off to (€27.00, test environment) — the human approves with SCA.

The agent is a commodity. The data and the EU integration are the work.

Anthropic's blueprint makes the agent open and copyable — its references (Shopify, Wix, Square, Klaviyo, Visa, Mastercard) don't cover WooCommerce. WooCommerce has its own native agentic commerce (a merchant-side MCP + Stripe's card-first, US-weighted Agentic Commerce Suite), but it leaves two things open that the repo doesn't hand us either: (1) a customer-buying agent on a rich data layer — an agent is only as good as the machine-readable, contextual product data it stands on; without it the agent offers 'something similar' instead of the right product; (2) EU-correct checkout — under PSD2/SCA an autonomous agent has no legal basis to pay itself, so payment must hand off for a human to approve on the store's own provider with EU local methods. We are the FI/EU implementation partner that does both, on the store's own platform and payment methods.