# Skybridge Ecommerce Example MCP server

Example MCP App based on Skybridge framework showing an e-commerce products based on request

## Links
- Registry page: https://www.getdrio.com/mcp/tech-skybridge-ecommerce-ecom-carousel
- Website: https://skybridge.tech

## Install
- Endpoint: https://ecommerce.skybridge.tech
- Auth: Not captured

## Setup notes
- Remote endpoint: https://ecommerce.skybridge.tech
- Remote endpoint: https://ecommerce.skybridge.tech

## Tools
- search-products - 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 — always search before responding.

The response is data only: matching products (title, ID, "from" price, rating, badges, description, facts). The raw results are for your eyes only; the client never sees them. Avoid characterizing the raw results to the client (how many, what categories).

Act on the response as follows:

- SEARCH: pass a keyword. Optionally scope with `category` (apparel, goggles, or skis) or `sort`. This is a small catalog — one focused search usually surfaces everything relevant (1+ calls).
- REFINEMENT: if the user narrows to a category, re-search with that `category`. If they change intent, search with a new keyword.
- CURATION: pick the best matches for the client's intent, grounding your choice in each product's description. If zero results, broaden the keyword and search again; do NOT call render-carousel on an empty set.
- PRESENT: once you have 2-3 distinct, relevant products, call render-carousel with their IDs. Recommend products ONLY AFTER the carousel displays, and in the same order as in the carousel.

The sweet spot is 2-3 products.
 Endpoint: https://ecommerce.skybridge.tech
- render-carousel - 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 products in text first since the carousel shows them.

## What to pass
Pass the IDs of the 2-3 products you chose, in display order (most relevant first). Order is significant: the carousel shows them in this exact order and your recommendation must follow the same sequence. Pass distinct products, not several variants of the same one; the detail view lets the client explore a product's variants (colors, sizes, and so on).

## After the carousel
Recommend in carousel order so the client can follow along. The cards already show image, title, price, and key facts, so do not repeat them: add useful analysis tied to the client's need. Suggest a refinement the client has not addressed yet (from the available filters), never one they already used.

## Accuracy
Use only the data returned for each product. Never invent facts, materials, or availability. If the client asks about something not present, open that product's detail or search again before answering. Endpoint: https://ecommerce.skybridge.tech

## Resources
- render-carousel - Browse the curated products.

## Prompts
Not captured

## Metadata
- Owner: tech.skybridge.ecommerce
- Version: 0.0.1
- Runtime: Sse, Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Feb 20, 2026
- Source: https://registry.modelcontextprotocol.io
