Xavio Storefront
in.xavio/storefrontSearch the public Xavio catalog and create firm checkout quotes.
Tools · 4
Search the public Xavio catalog. Returns in-stock products with price, availability, URL, and merchant.
Fetch one product by its Xavio product id.
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).
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,…
Similar MCP servers embedding-nearest
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"
}
}
}