Agentic Shelf — Live Catalog Agent
api.agenticshelf.ai
· Agentic Shelf
Read-only product catalog, inventory, and pricing for multi-tenant e-commerce stores, exposed as agent tools over the Model Context Protocol (streamable-http). Each merchant connects their store; AI agents query the live catalog via a per-tenant MCP URL (/m/{slug}/mcp). This card describes the shared capability shape; see the per-tenant card at /m/{slug}/.well-known/agent.json for a specific store.
api.agenticshelf.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 64/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-13 18:12:15 current | 0b2bc823a045… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://api.agenticshelf.ai/.well-known/agent-card.json |
| Provider | https://www.agenticshelf.ai |
| Docs | https://www.agenticshelf.ai/console |
Skills · 5 declared · mapped to canonical taxonomy
Browse the catalog, paginated. Returns SKU, title, a short description, price, currency, availability, and storefront URL for each product. Use this to DISCOVER…
Keyword search over product titles and tags (storefront-native search semantics — keywords, not full natural-language sentences). Returns the same shape as list…
Full catalog record for one SKU: title, description, product type, tags, price, inventory quantity, availability, image. Use when the shopper wants depth on a s…
Real-time availability for a SKU: in-stock status, price in USD, and a can_ship_today flag. The tool to answer 'is it in stock' / 'can it ship today'.
Current price in USD for a SKU (price and currency only — not shipping or promotional math).
Health · last 30 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.agenticshelf.ai) [](https://agenstry.com/agents/api.agenticshelf.ai) [](https://agenstry.com/agents/api.agenticshelf.ai) [](https://agenstry.com/agents/api.agenticshelf.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Agentic Shelf \u2014 Live Catalog Agent",
"description": "Read-only product catalog, inventory, and pricing for multi-tenant e-commerce stores, exposed as agent tools over the Model Context Protocol (streamable-http). Each merchant connects their store; AI agents query the live catalog via a per-tenant MCP URL (/m/{slug}/mcp). This card describes the shared capability shape; see the per-tenant card at /m/{slug}/.well-known/agent.json for a specific store.",
"version": "0.1.0",
"url": "https://api.agenticshelf.ai/mcp",
"preferredTransport": "streamable-http",
"provider": {
"organization": "Agentic Shelf",
"url": "https://www.agenticshelf.ai"
},
"homepageUrl": "https://www.agenticshelf.ai",
"documentationUrl": "https://www.agenticshelf.ai/console",
"capabilities": {
"streaming": true,
"pushNotifications": true,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"securitySchemes": {
"publicTenantUrl": {
"type": "apiKey",
"in": "path",
"name": "slug",
"description": "The tenant slug in the MCP URL path (/m/{slug}/mcp) selects the merchant. No token required for read-only catalog access."
},
"firebaseBearer": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "Firebase ID token",
"description": "Optional Bearer token for the canonical /mcp endpoint; issued via the merchant console after Google sign-in + store connect."
}
},
"security": [
{
"publicTenantUrl": []
},
{
"firebaseBearer": []
}
],
"skills": [
{
"id": "list-products",
"name": "List products",
"description": "Browse the catalog, paginated. Returns SKU, title, a short description, price, currency, availability, and storefront URL for each product. Use this to DISCOVER products when no SKU is known yet; follow up with get-product-details or check-stock.",
"tags": [
"catalog",
"discovery",
"browse",
"read-only"
],
"examples": [
"List the available products.",
"Show the first 10 products in the catalog."
]
},
{
"id": "search-products",
"name": "Search products",
"description": "Keyword search over product titles and tags (storefront-native search semantics \u2014 keywords, not full natural-language sentences). Returns the same shape as list-products.",
"tags": [
"catalog",
"search",
"read-only"
],
"examples": [
"Search products for 'decaf'.",
"Find products tagged 'gift'."
]
},
{
"id": "get-product-details",
"name": "Get product details",
"description": "Full catalog record for one SKU: title, description, product type, tags, price, inventory quantity, availability, image. Use when the shopper wants depth on a specific product.",
"tags": [
"catalog",
"product",
"read-only"
],
"examples": [
"Get full details for a specific SKU."
]
},
{
"id": "check-stock",
"name": "Check stock",
"description": "Real-time availability for a SKU: in-stock status, price in USD, and a can_ship_today flag. The tool to answer 'is it in stock' / 'can it ship today'.",
"tags": [
"inventory",
"availability",
"read-only"
],
"examples": [
"Is a given SKU in stock right now?"
]
},
{
"id": "get-price",
"name": "Get price",
"description": "Current price in USD for a SKU (price and currency only \u2014 not shipping or promotional math).",
"tags": [
"pricing",
"read-only"
],
"examples": [
"What's the current price of a SKU?"
]
}
],
"mcp": {
"endpoint": "https://api.agenticshelf.ai/mcp",
"transport": "streamable-http",
"tools": [
"list_products",
"search_products",
"get_product_details",
"check_stock",
"get_price"
]
},
"tags": [
"e-commerce",
"catalog",
"inventory",
"shopping",
"agent",
"read-only"
]
}