Skybridge Ecommerce Example
tech.skybridge.ecommerce/ecom-carouselExample MCP App based on Skybridge framework showing an e-commerce products based on request
Tools · 2
Search the Skybridge winter-sports catalog: skis, goggles, and cold-weather apparel. Handles any query: a specific product, a category, a gift, or open browsing. Never assume something is unavailable …
Display the Skybridge products you curated as an inline carousel for the client. ## When to call Call this AFTER searching and curating, and BEFORE writing your recommendation. Avoid describing the p…
Resources · 1
Browse the curated products.
ui://views/ext-apps/carousel.html?v=fac3dbc0
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"skybridge_ecommerce_example": {
"url": "https://ecommerce.skybridge.tech",
"transport": "streamable-http"
}
}
}