ucp.meetanshi.in
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 ucp.meetanshi.in with a few gaps left to close.
Capabilities Detected
| Cart ✓ Bound | 2026-04-08 |
| Cart Note Extension ✓ Bound | 2026-04-08 |
| Cart Refresh Extension ✓ Bound | 2026-04-08 |
| Order Management ✓ Bound | 2026-04-08 |
| Policy ✓ Bound | 2026-04-08 |
| Checkout ✓ Bound | 2026-04-08 |
| Discount Extension ✓ Bound | 2026-04-08 |
| Gift Card Extension ✓ Bound | 2026-04-08 |
| Fulfillment Extension ✓ Bound | 2026-04-08 |
| Buyer Identity Extension ✓ Bound | 2026-04-08 |
| Catalog Lookup ✓ Bound | 2026-04-08 |
| Catalog Search ✓ Bound | 2026-04-08 |
| Catalog Product ✓ Bound | 2026-04-08 |
Technical Vitals
| UCP Status | Verified |
| Endpoint | https://ucp.meetanshi.in/.well-known/ucp |
| HTTP Status | 200 |
| UCP Version | 2026-04-08 |
| Transports | REST |
| 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 ucp.meetanshi.in 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 ucp.meetanshi.in yours? Verify with one DNS record and monitor it daily — trends, break alerts & benchmarks.
Start monitoring →Get notified when ucp.meetanshi.in 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": {
"payment": {
"handlers": [
{
"id": "gpay",
"spec": "https://pay.google.com/gp/p/ucp/2026-01-11/",
"type": "com.google.pay",
"config": {
"api_version": 2,
"merchant_info": {
"merchant_id": "",
"merchant_name": "Default Store View",
"merchant_origin": "ucp.meetanshi.in"
},
"api_version_minor": 0,
"allowed_payment_methods": [
{
"type": "CARD",
"parameters": {
"allowed_auth_methods": [
"PAN_ONLY",
"CRYPTOGRAM_3DS"
],
"allowed_card_networks": [
"VISA",
"MASTERCARD",
"AMEX",
"DISCOVER"
]
},
"tokenization_specification": {
"type": "PAYMENT_GATEWAY",
"parameters": [
{
"key": "gateway",
"value": "free"
},
{
"key": "gateway_merchant_id",
"value": ""
}
]
}
}
]
},
"schema": "https://pay.google.com/gp/p/ucp/2026-01-11/schemas/config.json",
"version": "2026-01-11"
}
]
},
"version": "2026-04-08",
"services": {
"dev.ucp.shopping": [
{
"spec": "https://ucp.dev/2026-04-08/specification/overview",
"schema": "https://ucp.dev/2026-04-08/services/shopping/openapi.json",
"version": "2026-04-08",
"endpoint": "https://ucp.meetanshi.in/rest/V1/ucp",
"transport": "rest"
}
]
},
"capabilities": {
"dev.ucp.shopping.cart": [
{
"spec": "https://ucp.dev/2026-04-08/specification/cart",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/cart.json",
"version": "2026-04-08"
}
],
"dev.ucp.shopping.order": [
{
"spec": "https://ucp.dev/2026-04-08/specs/shopping/order",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/order.json",
"version": "2026-04-08"
}
],
"dev.ucp.shopping.policy": [
{
"spec": "https://ucp.dev/2026-04-08/specification/policy",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/policy.json",
"version": "2026-04-08"
}
],
"dev.ucp.shopping.checkout": [
{
"spec": "https://ucp.dev/2026-04-08/specification/checkout",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/checkout.json",
"version": "2026-04-08"
}
],
"dev.ucp.shopping.discount": [
{
"spec": "https://ucp.dev/2026-04-08/specification/discount",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/discount.json",
"extends": [
"dev.ucp.shopping.checkout",
"dev.ucp.shopping.cart"
],
"version": "2026-04-08"
}
],
"dev.ucp.shopping.cart.note": [
{
"spec": "https://ucp.dev/2026-04-08/specification/cart-note",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/cart_note.json",
"extends": [
"dev.ucp.shopping.cart"
],
"version": "2026-04-08"
}
],
"dev.ucp.shopping.gift_card": [
{
"spec": "https://ucp.dev/2026-04-08/specification/gift-card",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/gift_card.json",
"extends": [
"dev.ucp.shopping.checkout"
],
"version": "2026-04-08"
}
],
"dev.ucp.shopping.fulfillment": [
{
"spec": "https://ucp.dev/2026-04-08/specification/fulfillment",
"config": {
"allows_multi_destination": {
"shipping": false
}
},
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/fulfillment.json",
"extends": [
"dev.ucp.shopping.checkout",
"dev.ucp.shopping.cart"
],
"version": "2026-04-08"
}
],
"dev.ucp.shopping.cart.refresh": [
{
"spec": "https://ucp.dev/2026-04-08/specification/cart-refresh",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/cart_refresh.json",
"extends": [
"dev.ucp.shopping.cart"
],
"version": "2026-04-08"
}
],
"dev.ucp.shopping.buyer_identity": [
{
"spec": "https://ucp.dev/2026-04-08/specification/buyer-identity",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/buyer_identity.json",
"extends": [
"dev.ucp.shopping.checkout"
],
"version": "2026-04-08"
}
],
"dev.ucp.shopping.catalog.lookup": [
{
"spec": "https://ucp.dev/2026-04-08/specification/catalog-lookup",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_lookup.json",
"version": "2026-04-08"
}
],
"dev.ucp.shopping.catalog.search": [
{
"spec": "https://ucp.dev/2026-04-08/specification/catalog-search",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_search.json",
"version": "2026-04-08"
}
],
"dev.ucp.shopping.catalog.product": [
{
"spec": "https://ucp.dev/2026-04-08/specification/catalog-product",
"schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_product.json",
"version": "2026-04-08"
}
]
},
"payment_handlers": {
"com.google.pay": [
{
"id": "gpay",
"spec": "https://pay.google.com/gp/p/ucp/2026-01-11/",
"config": {
"api_version": 2,
"merchant_info": {
"merchant_id": "",
"merchant_name": "Default Store View",
"merchant_origin": "ucp.meetanshi.in"
},
"api_version_minor": 0,
"allowed_payment_methods": [
{
"type": "CARD",
"parameters": {
"allowed_auth_methods": [
"PAN_ONLY",
"CRYPTOGRAM_3DS"
],
"allowed_card_networks": [
"VISA",
"MASTERCARD",
"AMEX",
"DISCOVER"
]
},
"tokenization_specification": {
"type": "PAYMENT_GATEWAY",
"parameters": [
{
"key": "gateway",
"value": "free"
},
{
"key": "gateway_merchant_id",
"value": ""
}
]
}
}
]
},
"schema": "https://pay.google.com/gp/p/ucp/2026-01-11/schemas/config.json",
"version": "2026-01-11"
}
]
},
"supported_versions": {
"2026-04-08": "https://ucp.meetanshi.in/.well-known/ucp"
}
},
"version": "2026-04-08",
"signing_keys": [
{
"x": "4B0eWYIntC3BLOBQF3EAqLfGtfV_Aa64lWGb1gkP-ps",
"y": "Ik1MgDHSTDbFaASe1QxcTN7Jg-cvFgCKP45WyusfRnY",
"alg": "ES256",
"crv": "P-256",
"kid": "meetanshi_magento_2026",
"kty": "EC",
"use": "sig"
}
]
}
Other verified stores with similar capabilities
Stores that share the most UCP capabilities with ucp.meetanshi.in, ranked by overlap.
About this ucp.meetanshi.in report
What does it mean that ucp.meetanshi.in 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 ucp.meetanshi.in for AI agent purchases?
What platform does ucp.meetanshi.in use for UCP?
How was this UCP report for ucp.meetanshi.in generated?
ucp.meetanshi.in/.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 4 hours ago.How often is ucp.meetanshi.in re-checked?
Why does this status matter?
Add Status Badge to Your README
[](https://ucpchecker.com/status/ucp.meetanshi.in)<a href="https://ucpchecker.com/status/ucp.meetanshi.in"><img src="https://ucpchecker.com/badge/ucp.meetanshi.in" alt="UCP Status"></a>