Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Xavio Storefront

in.xavio/storefront

Search the public Xavio catalog and create firm checkout quotes.

Uptime
25.0%
4 direct probes · 30d
Response
551ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

search_shop_catalog

Search the public Xavio catalog. Returns in-stock products with price, availability, URL, and merchant.

get_product

Fetch one product by its Xavio product id.

create_quote

Create a firm 5-minute checkout quote for a set of items. Returns quote_id (pass it to /api/ucp/authorize with a signed agent mandate to complete checkout).

search_shop_knowledge

Semantic + keyword search over Xavio's commerce knowledge: a merchant's product details, policies and FAQs (when `host` is given) plus platform buying guides. Use this to answer questions like sizing,…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "xavio_storefront": {
      "url": "https://xavio.in/api/mcp/storefront",
      "transport": "streamable-http"
    }
  }
}