beleznica.si
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 →
beleznica.si is conforming and ready for agent discovery and checkout.
/llms.txt content
The plain-text brief this store publishes to AI agents. Captured on the most recent check.
# Beležnica
> Spletna stran beleznica.si ponuja širok nabor personaliziranih daril za novorojenčke, krste in poroke, vključno z unikatnimi spominskimi medvedki, dnevniki ter poročnimi planerji. Poleg prodaje izdelkov stran nudi tudi storitve oblikovanja poročnih tiskovin, kot so vabila in table dobrodošlice, ter izdaja brezplačne informativne priročnike za pomoč pri načrtovanju porok in počitnic po Sloveniji. Uporabnikom zagotavljajo varno nakupovanje, jasne pogoje poslovanja ter možnost osebnega svetovanja pri izbiri in oblikovanju daril.
## Homepage link
- [home](https://www.beleznica.si/)
## AI Agent Access
This site is powered by Wix and supports the Model Context Protocol (MCP)
for agentic AI access. AI agents can connect directly to retrieve live,
up-to-date site content — no scraping required.
- [**Site MCP Endpoint**](https://www.beleznica.si/_api/mcp)
- [**Wix MCP Docs**](https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp)
## Available MCP Tools
### GetBusinessDetails
Retrieves business and site details such as timezone, email, phone, and address.
- No parameters required.
### SearchInSite
Searches the site for information.
- **searchTerm** — The term to search for in the site.
### SearchSiteApiDocs
Retrieves the API documentation for the Wix business solutions installed on
this site, and informs the AI client how to use the APIs. Use this tool for
querying products and services (instead of SearchInSite).
- **searchTerm** — The term to search for in the site API documentation.
### GenerateVisitorToken
Creates a new visitor session and obtains a visitor access token for the site.
Must be called before making any CallWixSiteAPI request if no visitor token
is already available in context.
- No parameters required.
### CallWixSiteAPI
Calls API methods on the site to perform actions on a visitor's behalf,
such as querying site data, booking an appointment, or starting a purchase.
- **visitorToken** — Visitor access token. Use GenerateVisitorToken first if not available.
- **url** — Absolute URL of the API method to call (e.g. https://www.wixapis.com/...). Retrieve using SearchSiteApiDocs.
- **method** — HTTP method to use for the API call.
- **body** — Request body as a valid JSON string.
### ReadFullDocsArticle
Fetches a complete article from the Wix developer documentation portal.
- **articleUrl** — URL of an article in the Wix developer documentation portal.
### ReadFullDocsMethodSchema
Fetches the full schema for a Wix API method. Should be called before
calling the actual method via CallWixSiteAPI.
- **articleUrl** — URL of the reference article for the Wix API method.
## What Visitors Can Do via AI + MCP
- Get business details (contact info, location, hours)
- Discover products and services on offer
- Book services and make reservations
- Start a purchase and be directed to the site to complete checkout
- Ask questions and get relevant answers without having to browse the site
## Notes
- No authentication required to connect to the MCP endpoint
- Only public information accessible on the site is available
- Content is always live and up to date
- To receive tool updates, implement a tools/list call upon receipt of a tool update notification
Capabilities Detected
| Checkout ✓ Bound | 2026-04-08 |
| Fulfillment Extension ✓ Bound | 2026-04-08 |
| Catalog Lookup ✓ Bound | 2026-04-08 |
| Catalog Search ✓ Bound | 2026-04-08 |
Technical Vitals
| UCP Status | Verified |
| Endpoint | https://beleznica.si/.well-known/ucp |
| HTTP Status | 200 |
| UCP Version | 2026-04-08 |
| Transports | REST, 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 beleznica.si 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 beleznica.si yours? Verify with one DNS record and monitor it daily — trends, break alerts & benchmarks.
Start monitoring →Get notified when beleznica.si 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-04-08",
"services": {
"dev.ucp.shopping": [
{
"spec": "https://ucp.dev/specification/overview",
"schema": "https://ucp.dev/services/shopping/rest.openapi.json",
"version": "2026-04-08",
"endpoint": "https://www.wixapis.com/ecom/ucp/00b6aee2-58da-406c-89f7-6d04ac736e51",
"transport": "rest"
},
{
"spec": "https://ucp.dev/specification/overview",
"version": "2026-04-08",
"endpoint": "https://www.wixapis.com/ecom/ucp/00b6aee2-58da-406c-89f7-6d04ac736e51/mcp",
"transport": "mcp"
}
]
},
"capabilities": {
"dev.ucp.shopping.checkout": [
{
"spec": "https://ucp.dev/specification/checkout",
"schema": "https://ucp.dev/schemas/shopping/checkout.json",
"version": "2026-04-08"
}
],
"dev.ucp.shopping.fulfillment": [
{
"spec": "https://ucp.dev/specification/fulfillment",
"config": {
"allows_multi_destination": {
"shipping": false
},
"allows_method_combinations": []
},
"schema": "https://ucp.dev/schemas/shopping/fulfillment.json",
"extends": "dev.ucp.shopping.checkout",
"version": "2026-04-08"
}
],
"dev.ucp.shopping.catalog.lookup": [
{
"spec": "https://ucp.dev/latest/specification/catalog/lookup",
"schema": "https://ucp.dev/schemas/shopping/catalog-lookup.json",
"version": "2026-04-08"
}
],
"dev.ucp.shopping.catalog.search": [
{
"spec": "https://ucp.dev/latest/specification/catalog/search",
"schema": "https://ucp.dev/schemas/shopping/catalog-search.json",
"version": "2026-04-08"
}
]
},
"payment_handlers": []
}
}
Other verified stores with similar capabilities
Stores that share the most UCP capabilities with beleznica.si, ranked by overlap.
About this beleznica.si report
What does it mean that beleznica.si is verified for UCP?
/.well-known/ucp, the manifest passes schema validation against 2026-04-08, and AI agents can discover its commerce capabilities without needing to scrape HTML. In plain terms: agents can shop here reliably.Can I trust beleznica.si for AI agent purchases?
What platform does beleznica.si use for UCP?
How was this UCP report for beleznica.si generated?
beleznica.si/.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 10 hours ago.How often is beleznica.si re-checked?
Why does this status matter?
Add Status Badge to Your README
[](https://ucpchecker.com/status/beleznica.si)<a href="https://ucpchecker.com/status/beleznica.si"><img src="https://ucpchecker.com/badge/beleznica.si" alt="UCP Status"></a>