UCP Checker
belina.cl icon
UCP Verification Report

belina.cl

Live Universal Commerce Protocol & Agentic Commerce status, manifest, and capability breakdown.

Verified
B 78/100
Latency 451ms Spec 2026-08-25 HTTP 200 Security HTTPS Observed 2 hours ago

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 →

78
/ 100
UCP Conformance Score
B

Solid UCP setup on belina.cl with a few gaps left to close.

Agent Discovery90
UCP Conformance88
Capability Coverage53
Verified

belina.cl publishes a valid UCP manifest, with minor schema warnings.

Latency
451ms
Version
2026-08-25
Robots.txt
Allowed ✅

/llms.txt content

The plain-text brief this store publishes to AI agents. Captured on the most recent check.

4.1 KB57f63fb9f3ae427e
mentions UCPdeclares checkout flow
# Belina ¡El supermercado del cotillón!

> Todo para un cumpleaños soñado, globos, helio para globos, velas para tortas, toppers, banderines, vasos, platos, cubiertos y todo lo que necesites para decorar tu momento especial. 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://belina.cl/agents.md](https://belina.cl/agents.md).

## MCP (Model Context Protocol)

- [MCP endpoint](https://belina.cl/api/mcp): send JSON-RPC 2.0 requests via POST (Streamable HTTP)
- [MCP discovery](https://belina.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://belina.cl/.well-known/ucp): advertised capabilities and their endpoints
- [Shopping endpoint](https://belina.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://belina.cl/sitemap.xml): all public product, category, and content pages ([robots.txt](https://belina.cl/robots.txt) lists the paginated sitemap files)
- [Search](https://belina.cl/search?q={query}): full-text product search (HTML)
- Product, category, and content pages are served as HTML at https://belina.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.
View source ↗

Capabilities Detected

UCP capabilities supported by this endpoint
Cart ✓ Bound 2026-08-25
Catalog Lookup ✓ Bound 2026-08-25
Catalog Search ✓ Bound 2026-08-25

Technical Vitals

Technical details for this UCP endpoint
UCP Status Verified
Endpoint https://belina.cl/.well-known/ucp
HTTP Status 200
UCP Version 2026-08-25
Transports MCP
Last Observed
Last Full Index
Domain Alerts

Get notified when belina.cl changes

One email when the status flips — verified, broken, blocked, or back. No noise, no marketing. Free forever.

Access

AI Agent Access (robots.txt)

AI agent access permissions based on 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://belina.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://belina.cl/.well-known/ucp/2026-08-25"
        }
    }
}
Frequently Asked

About this belina.cl report

What does it mean that belina.cl is verified for UCP?
It means belina.cl publishes a valid UCP manifest at /.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 belina.cl for AI agent purchases?
Verification means the store is technically ready — payment handlers declared, transports reachable, schema valid. It doesn't grade business reputation or fulfilment quality. For trust on the commerce side itself, check the store's own reviews. For trust on the agent integration side, this page is the source of truth.
What platform does belina.cl use for UCP?
Our detection identifies belina.cl as running on Jumpseller. Many large UCP-verified stores use Shopify, BigCommerce, or custom stacks built on the open spec. The transport list above shows the exact mechanism (REST, MCP, A2A, Embedded) the manifest declares.
How was this UCP report for belina.cl generated?
Our crawler fetches belina.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 belina.cl re-checked?
Every domain in our directory is re-crawled at least every 24 hours. You can also trigger a fresh check from this page at any time, or subscribe to alerts to get notified the moment the status changes — that's how we built the only continuously updated UCP directory on the internet.
Why does this status matter?
Universal Commerce Protocol is the standard AI shopping agents (ChatGPT, Claude, Gemini, Apple Intelligence) use to discover what a store sells, how to add items to a cart, and how to check out. If a store isn't UCP-verified, agents can still scrape it — but they'll be slower, less reliable, and far more likely to fail at checkout. UCP turns a guess into a guarantee.

Add Status Badge to Your README

UCP Status badge for https://ucpchecker.com/status/belina.clLive preview
Markdown
[![UCP Status](https://ucpchecker.com/badge/belina.cl)](https://ucpchecker.com/status/belina.cl)
HTML
<a href="https://ucpchecker.com/status/belina.cl"><img src="https://ucpchecker.com/badge/belina.cl" alt="UCP Status"></a>