mcpbeat Sign in

Skybridge Ecommerce Example MCP Server

by skybridge-ecommerce Your server? Claim it
answering

Skybridge Ecommerce Example is answering right now. Last checked 4 min ago. It exposes 2 tools.

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

Uptime history 51 days of history
51 days agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
1676 ms
Response time
average over 24h
open, no key
Access
sse

What changed 7

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 11 August 2026. No other catalogue keeps this.

9 Sep 2 tools changed the parameters they ask for render-carousel, search-products
11 Aug 3 tools disappeared browse-catalog, check-checkout-status, create-checkout
11 Aug 2 tools appeared render-carousel, search-products

Tools have disappeared from this server

A tool that vanishes takes a piece of your agent with it, and the change arrives silently. Watch this server and every such change lands in your inbox.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add Ecom-Carousel --transport http https://ecommerce.skybridge.tech
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "Ecom-Carousel": {
      "url": "https://ecommerce.skybridge.tech"
    }
  }
}
~/.codex/config.toml
[mcp_servers.Ecom-Carousel]
url = "https://ecommerce.skybridge.tech"
.cursor/mcp.json
{
  "mcpServers": {
    "Ecom-Carousel": {
      "url": "https://ecommerce.skybridge.tech"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "Ecom-Carousel": {
      "url": "https://ecommerce.skybridge.tech"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

products
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.
render
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.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

browse-catalog
removed 11 Aug 2026
check-checkout-status
removed 11 Aug 2026
create-checkout
removed 11 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://ecommerce.skybridge.tech sse answering 418 ms 4 min ago

Alternatives to Skybridge Ecommerce Example

same job, measured the same way
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

14 installs/wk local only
Api2cart
by api2cart

Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.

answering
Woocommerce MCP
by wppoland

Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.

36 installs/wk local only
Mantis MCP
by kahlilashanti

Build proven high converting product showrooms and websites from your existing ecommerce catalog

30 installs/wk local only
Lumnix
by moltstudios

E-commerce research via MCP. Amazon, Alibaba & AliExpress product search and FBA margins.

22 installs/wk local only
Olist Tiny ERP
by mcp-dir

Olist Tiny e-commerce ERP (formerly Tiny ERP) with the full official REST API v3, products, stock, o

7 tools answering
Product Price Extractor
by dataleadspro

Extract product names, prices, and currency from any e-commerce product page in one call.

2 tools answering
A1 Yandex KIT MCP
by gistrec

A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.

113 installs/wk local only

Skybridge Ecommerce Example — questions

Answers built from our own checks of this server.

What can Skybridge Ecommerce Example do?
It exposes 2 tools, read directly from the server on our last check. Among them: render-carousel, search-products. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Skybridge Ecommerce Example working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 1676 ms. The bar chart above shows every period we have measured.
Did Skybridge Ecommerce Example ever remove tools?
Yes. browse-catalog, check-checkout-status, create-checkout are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect Skybridge Ecommerce Example?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Skybridge Ecommerce Example need an API key?
No. Skybridge Ecommerce Example completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Skybridge Ecommerce Example?
It answers our handshake in 1676 ms on average, which is faster than 1% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.