siouxjeans.cl
Live Universal Commerce Protocol & Agentic Commerce status, manifest, and capability breakdown.
What is UCP? The Universal Commerce Protocol is the open standard AI shopping agents use to discover, browse, and check out at online stores. Read the spec overview →
Solid UCP setup on siouxjeans.cl with a few gaps left to close.
/llms.txt content
The plain-text brief this store publishes to AI agents. Captured on the most recent check.
# SIOUX
> Moda y Tendencia Juvenil This is a Jumpseller-powered online store. Agents can browse its public content via the sitemap or access structured product and category data through the MCP (Model Context Protocol) endpoint. No authentication required.
This document is also available at [https://siouxjeans.cl/agents.md](https://siouxjeans.cl/agents.md).
## MCP (Model Context Protocol)
- [MCP endpoint](https://siouxjeans.cl/api/mcp): send JSON-RPC 2.0 requests via POST (Streamable HTTP)
- [MCP discovery](https://siouxjeans.cl/.well-known/mcp.json): server metadata and capabilities
### Available Tools
- get_store_info: Get public store information including name, URL, country, currency, description, and logo.
- search_policies: Search the store's own pages - returns, terms, privacy, shipping, FAQ - and return the ones that answer a question, with their text. Called with no query it returns the store's legal pages. Results are ordered with those first: a page marked "legal": true is the store's own terms and can be quoted as policy, and anything else is a page the merchant wrote, which may answer the question but is not a policy.
- list_products: List available products in the store. Returns name, price, images, variants, and categories. Supports pagination and filtering by category permalink.
- get_product: Get a product by the id this server returns, or by its permalink (URL slug). Returns name, price, description, images, variants, and categories.
- search_products: Search products by query string. Searches in name, description, and SKU. Only returns available products.
- list_categories: List product categories visible in the store navigation.
- get_category: Get a category by permalink (URL slug). Returns name, description, SEO fields, and images.
The MCP endpoint is the recommended way to access structured product and category data.
## Universal Commerce Protocol (UCP)
- [UCP profile](https://siouxjeans.cl/.well-known/ucp): advertised capabilities and their endpoints
- [Shopping endpoint](https://siouxjeans.cl/api/ucp/mcp): the Catalog and Cart capabilities over UCP's MCP binding
### UCP Tools
- search_catalog: UCP Catalog search. Returns products matching a query, in the UCP Product shape.
- lookup_catalog: UCP Catalog lookup. Returns the products with the given ids, in the UCP Product shape.
- get_product: UCP Catalog detail. Returns one product by id, in the UCP Product shape.
- create_cart: UCP Cart create. Builds a cart from variant ids returned by the catalog and returns it with estimated totals and a continue_url the shopper can be handed to finish the purchase. Prices are integers in the currency's ISO 4217 minor unit: 9500 EUR is 95.00.
- get_cart: UCP Cart read. Returns the cart's current line items, estimated totals and continue_url. Prices are integers in the currency's ISO 4217 minor unit: 9500 EUR is 95.00.
- update_cart: UCP Cart update. Replaces the cart's line items with the ones sent: send every line the cart should hold afterwards, not only the ones that changed. An empty list empties the cart.
- cancel_cart: UCP Cart cancel. Empties and closes the cart, and returns the state it was in before that. Later calls for the same id report it as not found.
## Read-Only Browsing (No Authentication Required)
For agents that only need to read public store data without using the MCP endpoint:
- [Sitemap](https://siouxjeans.cl/sitemap.xml): all public product, category, and content pages ([robots.txt](https://siouxjeans.cl/robots.txt) lists the paginated sitemap files)
- [Search](https://siouxjeans.cl/search?q={query}): full-text product search (HTML)
- Product, category, and content pages are served as HTML at https://siouxjeans.cl/{permalink}
## Platform
This store is built on [Jumpseller](https://jumpseller.com), an e-commerce platform. All Jumpseller stores expose the same MCP endpoint and tools. See the [Jumpseller AI Toolkit](https://jumpseller.com/support/ai-toolkit/) for more information.
Capabilities Detected
| Cart ✓ Bound | 2026-08-25 |
| Catalog Lookup ✓ Bound | 2026-08-25 |
| Catalog Search ✓ Bound | 2026-08-25 |
Technical Vitals
| UCP Status | Verified |
| Endpoint | https://siouxjeans.cl/.well-known/ucp |
| HTTP Status | 200 |
| UCP Version | 2026-08-25 |
| Transports | MCP |
| Last Observed | |
| Last Full Index |
What you can do with this report
Open Validator
Inspect the manifest line-by-line and see exactly which schema rules pass or fail.
Run validator →Simulate an Agent Shop
Send a real AI shopping agent to siouxjeans.cl and watch it browse, cart, and check out.
Open in Playground ↗Run a Fresh Check
Force a brand new live crawl right now — use this to confirm a recent fix.
Re-check now →Claim this Store
Is siouxjeans.cl yours? Verify with one DNS record and monitor it daily — trends, break alerts & benchmarks.
Start monitoring →Get notified when siouxjeans.cl changes
One email when the status flips — verified, broken, blocked, or back. No noise, no marketing. Free forever.
AI Agent Access (robots.txt)
| GPTBotOpenAI / ChatGPT | ✓Allowed |
| Google-ExtendedGemini / Google | ✓Allowed |
| ClaudeBotClaude / Anthropic | ✓Allowed |
| Applebot-ExtendedApple Intelligence | ✓Allowed |
| CCBotCommon Crawl | ✓Allowed |
Raw UCP Manifest JSON
{
"ucp": {
"version": "2026-08-25",
"services": {
"dev.ucp.shopping": [
{
"spec": "https://ucp.dev/2026-08-25/specification/overview/",
"schema": "https://ucp.dev/2026-08-25/services/shopping/mcp.openrpc.json",
"version": "2026-08-25",
"endpoint": "https://siouxjeans.cl/api/ucp/mcp",
"transport": "mcp"
}
]
},
"capabilities": {
"dev.ucp.shopping.cart": [
{
"spec": "https://ucp.dev/2026-08-25/specification/cart",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/cart.json",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.catalog.lookup": [
{
"spec": "https://ucp.dev/2026-08-25/specification/catalog",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_lookup.json",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.catalog.search": [
{
"spec": "https://ucp.dev/2026-08-25/specification/catalog",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_search.json",
"version": "2026-08-25"
}
]
},
"payment_handlers": [],
"supported_versions": {
"2026-08-25": "https://siouxjeans.cl/.well-known/ucp/2026-08-25"
}
}
}
Other verified stores with similar capabilities
Stores that share the most UCP capabilities with siouxjeans.cl, ranked by overlap.
About this siouxjeans.cl report
What does it mean that siouxjeans.cl is verified for UCP?
/.well-known/ucp, the manifest passes schema validation against 2026-08-25, and AI agents can discover its commerce capabilities without needing to scrape HTML. That is what the store declares. Whether an agent actually completes a purchase is a separate question — where an observed agent run is shown on this page, it answers that one.Can I trust siouxjeans.cl for AI agent purchases?
What platform does siouxjeans.cl use for UCP?
How was this UCP report for siouxjeans.cl generated?
siouxjeans.cl/.well-known/ucp directly, parses the manifest against the official UCP JSON schema, checks robots.txt for AI bot policies, and runs payment-handler validation. No manual review, no opinions — just what the manifest actually says. The check ran 2 hours ago.How often is siouxjeans.cl re-checked?
Why does this status matter?
Add Status Badge to Your README
[](https://ucpchecker.com/status/siouxjeans.cl)<a href="https://ucpchecker.com/status/siouxjeans.cl"><img src="https://ucpchecker.com/badge/siouxjeans.cl" alt="UCP Status"></a>