---
name: la-epic-shopping
description: Search and shop La Epic's Warhammer catalog through its public UCP/MCP interface.
version: 1.0.0
homepage: https://www.laepic.es
---

# La Epic Shopping

Use this skill when a user wants to discover, compare, reserve, or buy Warhammer and Games Workshop products from La Epic.

## Merchant facts

- La Epic is an online-focused Warhammer retailer based in Sant Cugat del Vallès, Barcelona, Spain.
- The public storefront is `https://www.laepic.es`.
- Do not tell users to visit a physical storefront. Use online ordering or private-message reservations.
- Current prices, variants, languages, and availability must come from the live catalog; never infer them from this document.

## Discovery and catalog

1. Fetch `https://www.laepic.es/.well-known/ucp` for supported versions and capabilities.
2. Use `https://www.laepic.es/api/ucp/mcp` as a Streamable HTTP/JSON-RPC MCP endpoint.
3. Call `tools/list` before using tools. Public tools include catalog search and lookup, product details, cart, checkout, and order retrieval.
4. For read-only browsing, product JSON is available at `/products/{handle}.json` and collection JSON at `/collections/{handle}/products.json`.

## Purchase safety

- Pass buyer country, language, and currency context for accurate results.
- Convert prices from ISO 4217 minor units before displaying them.
- Do not complete checkout or payment without explicit, contemporaneous buyer approval.
- Do not retry successful cart mutations because additions are cumulative.

## Useful resources

- Agent documentation: `https://www.laepic.es/agents.md`
- UCP profile: `https://www.laepic.es/.well-known/ucp`
- MCP endpoint: `https://www.laepic.es/api/ucp/mcp`
- Sitemap: `https://www.laepic.es/sitemap.xml`
- Refund policy: `https://www.laepic.es/policies/refund-policy`
- Shipping policy: `https://www.laepic.es/policies/shipping-policy`
