gerstore2.mitiendanube.com
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 →
gerstore2.mitiendanube.com 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.
# Agent Instructions — Ger Store
This document describes how AI agents can interact with Ger Store's online store at https://gerstore2.mitiendanube.com.
## Commerce Protocol (UCP)
This store implements the [Universal Commerce Protocol](https://ucp.dev) for agent-driven commerce.
### Discovery
```
GET https://gerstore2.mitiendanube.com/.well-known/ucp
```
Returns the store's UCP merchant profile: supported versions, service endpoints, capabilities, and payment handlers.
### MCP Endpoint
```
POST https://gerstore2.mitiendanube.com/api/ucp/mcp
Content-Type: application/json
```
Use the MCP `tools/list` method to discover available tools and their schemas.
### Typical Agent Flow
1. **Discover** — `GET /.well-known/ucp` to confirm capabilities
2. **Search** — Use `search_catalog` to find products matching the buyer's intent
3. **Cart** — Use `create_cart` to add desired items
4. **Checkout** — Use `create_checkout` to start the purchase flow
5. **Fulfill** — Use `update_checkout` to set shipping address and method
6. **Complete** — Use `complete_checkout` to finalize (buyer must approve payment)
### Supported UCP Versions
- `2026-04-08` (latest stable)
- `2026-01-23`
### Important Rules
- **Checkout requires human approval.** Agents must not complete payment without explicit buyer consent.
- **Respect rate limits.** The MCP endpoint is rate-limited per IP. Back off on 429 responses.
- **Use buyer context.** Pass `context.address_country` and `context.currency` for accurate pricing and availability.
## Read-Only Browsing (No Authentication Required)
For agents that only need to read store data without transacting:
### Product Data
- Browse all products: `GET /productos`
- Product page: `GET /productos/{handle}`
- Category page: `GET /{handle}`
- Search: `GET /search?q={query}`
### Store Metadata
- Sitemap: `GET /sitemap.xml`
- Agent discovery: this document (`/agents.md`) is the canonical agent-facing description of the store.
## Contact
- Contact:
- Phone:
## Platform
This store is built on [Tiendanube](https://www.tiendanube.com), the leading commerce platform powering hundreds of thousands of stores in LATAM. Tiendanube stores support UCP natively, enabling seamless agent-driven commerce.
- Start your own store: https://www.tiendanube.com
- UCP specification: https://ucp.dev
Capabilities Detected
| Cart ✓ Bound | 2026-08-25 |
| Order Management ✓ Bound | 2026-08-25 |
| Checkout ✓ Bound | 2026-08-25 |
| Fulfillment Extension ✓ Bound | 2026-08-25 |
| Catalog Lookup ✓ Bound | 2026-08-25 |
| Catalog Search ✓ Bound | 2026-08-25 |
Technical Vitals
| UCP Status | Verified |
| Endpoint | https://gerstore2.mitiendanube.com/.well-known/ucp |
| HTTP Status | 200 |
| UCP Version | 2026-08-25 |
| 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 gerstore2.mitiendanube.com 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 gerstore2.mitiendanube.com yours? Verify with one DNS record and monitor it daily — trends, break alerts & benchmarks.
Start monitoring →Get notified when gerstore2.mitiendanube.com 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": {
"status": "success",
"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/rest.openapi.json",
"version": "2026-08-25",
"endpoint": "https://ucp.tiendanube.com/stores/5111033",
"transport": "rest"
},
{
"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://ucp.tiendanube.com/stores/5111033/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.order": [
{
"spec": "https://ucp.dev/2026-08-25/specification/order",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/order.json",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.checkout": [
{
"spec": "https://ucp.dev/2026-08-25/specification/checkout",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/checkout.json",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.fulfillment": [
{
"spec": "https://ucp.dev/2026-08-25/specification/fulfillment",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/fulfillment.json",
"extends": "dev.ucp.shopping.checkout",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.catalog.lookup": [
{
"spec": "https://ucp.dev/2026-08-25/specification/catalog/lookup",
"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/search",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_search.json",
"version": "2026-08-25"
}
]
},
"payment_handlers": {
"com.google.pay": [
{
"id": "google_pay",
"name": "com.google.pay",
"spec": "https://pay.google.com/gp/p/ucp/2026-01-23/",
"config": {
"api_version": 2,
"merchant_info": {
"merchant_id": "TEST",
"merchant_name": "Flower Shop",
"merchant_origin": "localhost"
},
"api_version_minor": 0,
"allowed_payment_methods": [
{
"type": "CARD",
"parameters": {
"allowedAuthMethods": [
"PAN_ONLY",
"CRYPTOGRAM_3DS"
],
"allowedCardNetworks": [
"VISA",
"MASTERCARD"
]
},
"tokenization_specification": [
{
"type": "PAYMENT_GATEWAY",
"parameters": [
{
"gateway": "example",
"gatewayMerchantId": "exampleGatewayMerchantId"
}
]
}
]
}
]
},
"version": "2026-01-23",
"config_schema": "https://pay.google.com/gp/p/ucp/2026-01-23/schemas/config.json",
"instrument_schemas": [
"https://pay.google.com/gp/p/ucp/2026-01-23/schemas/card_payment_instrument.json"
]
}
]
}
}
}
Other verified stores with similar capabilities
Stores that share the most UCP capabilities with gerstore2.mitiendanube.com, ranked by overlap.
About this gerstore2.mitiendanube.com report
What does it mean that gerstore2.mitiendanube.com 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. In plain terms: agents can shop here reliably.Can I trust gerstore2.mitiendanube.com for AI agent purchases?
What platform does gerstore2.mitiendanube.com use for UCP?
How was this UCP report for gerstore2.mitiendanube.com generated?
gerstore2.mitiendanube.com/.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 9 hours ago.How often is gerstore2.mitiendanube.com re-checked?
Why does this status matter?
Add Status Badge to Your README
[](https://ucpchecker.com/status/gerstore2.mitiendanube.com)<a href="https://ucpchecker.com/status/gerstore2.mitiendanube.com"><img src="https://ucpchecker.com/badge/gerstore2.mitiendanube.com" alt="UCP Status"></a>