mcpbeat

Commercebridge MCP Server

io.github.IsaiahDupree/commercebridge
answering

Commercebridge is answering right now. Last checked 4 min ago. It exposes 14 tools. Last commit 1 Aug 2026.

Remote MCP connector for eBay, Shopify, Best Buy & Etsy marketplace data via the Commerce API

Uptime history 41 hours of history · worst hour 50%
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
14
Tools
read from the server
251 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

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 commercebridge --transport http https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "commercebridge": {
      "url": "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.commercebridge]
url = "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "commercebridge": {
      "url": "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "commercebridge": {
      "url": "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp"
    }
  }
}

Available tools 14

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

ebay
get_ebay_item
Get one eBay item's full detail — description, brand/MPN/GTIN, color, item specifics, images, return terms, availability, item end date — by REST item id or legacy numeric id. Returns an honest `credentials_required` error until the upstream deployment has eBay app credentials provisioned.
get_ebay_items
Bulk-fetch full item detail for up to 20 eBay items in a single call, given comma-separated item ids. Returns an honest `credentials_required` error until the upstream deployment has eBay app credentials provisioned.
search_ebay
Search live eBay listings by keyword and/or category across 8 sites (US, GB, DE, AU, CA, FR, IT, ES), built on eBay's official Browse API. Returns id, title, price, condition, seller feedback, shipping, image, categories, and URL per listing. Returns an honest `credentials_required` error until the upstream deployment has EBAY_CLIENT_ID/EBAY_CLIENT_SECRET provisioned.
search_ebay_sold
Sold/completed-item price comps. This needs eBay's Marketplace Insights API, which is a limited-release approval separate from the base Browse API. Until that is enabled on the upstream deployment, this always returns a 501 `not_enabled` gate rather than a fabricated result — that is expected, honest behavior, not a bug.
etsy
get_etsy_listing
Get one Etsy listing by id, full detail — the only endpoint where Etsy's API populates `views` (search and shop-listings results always have `views: null`, since Etsy doesn't carry that field there). Errors honestly until this engine is fully live upstream: currently returns `not_found` (route not yet redeployed on the production commerce-api), then `credentials_required` once deployed without ETSY_KEYSTRING/ETSY_SHARED_SECRET provisioned.
get_etsy_shop
Get one Etsy shop by shop_id or shop_name — name, listing counts, favorites, total sold, aggregate review count/average. Errors honestly until this engine is fully live upstream: currently returns `not_found` (route not yet redeployed on the production commerce-api), then `credentials_required` once deployed without ETSY_KEYSTRING/ETSY_SHARED_SECRET provisioned.
get_etsy_shop_listings
List one Etsy shop's active listings, optionally keyword-filtered within the shop. Errors honestly until this engine is fully live upstream: currently returns `not_found` (route not yet redeployed on the production commerce-api), then `credentials_required` once deployed without ETSY_KEYSTRING/ETSY_SHARED_SECRET provisioned.
search_etsy
Search Etsy's site-wide active listings by keyword, built on Etsy's official Open API v3 (app-only, no OAuth). Returns title, description, price, quantity, tags/materials, favorites, images, and shop per listing. Errors honestly until this engine is fully live upstream: currently returns `not_found` (route not yet redeployed on the production commerce-api), then `credentials_required` once deployed without ETSY_KEYSTRING/ETSY_SHARED_SECRET provisioned.
shopify
get_shopify_collections
List a public Shopify store's collections (id, handle, title, product count, image) — keyless, live now.
get_shopify_product
Get one product from a public Shopify store by its handle (slug), from that store's own /products.json — keyless, live now.
search_shopify
Filter a public Shopify store's catalog by keyword across title, vendor, product type, and tags — keyless, live now.
search_shopify_products
List any public Shopify store's product catalog straight from that store's own /products.json — no keys, no auth, works today. Returns title, vendor, product type, tags, price range, variants, images, and URL per product. Pass a bare storefront domain, e.g. `allbirds.com`.
bestbuy
get_bestbuy_product
Get one Best Buy product by SKU, full detail. Errors honestly until this engine is fully live upstream: currently returns `not_found` (route not yet redeployed on the production commerce-api), then `credentials_required` once deployed without BESTBUY_API_KEY provisioned.
search_bestbuy
Search Best Buy's US product catalog by keyword and/or category, built on Best Buy's official Products API. Returns sku, title, sale/regular price, rating, manufacturer/model, image, online/in-store availability, and UPC per product. Errors honestly until this engine is fully live upstream: currently returns `not_found` (route not yet redeployed on the production commerce-api), then `credentials_required` once deployed without BESTBUY_API_KEY provisioned.

Endpoints

URLTransportStateLatencyChecked
https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp streamable-http answering 220 ms 4 min ago

Commercebridge — questions

Answers built from our own checks of this server.

What can Commercebridge do?
It exposes 14 tools, read directly from the server on our last check. Among them: get_bestbuy_product, get_ebay_item, get_ebay_items, get_etsy_listing, get_etsy_shop, get_etsy_shop_listings and 8 more. 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 →
What is Commercebridge mostly used for?
Its tools cluster around ebay, etsy and shopify. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Commercebridge 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 251 ms. The bar chart above shows every period we have measured.
How do I connect Commercebridge?
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 Commercebridge need an API key?
No. Commercebridge completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Commercebridge?
It answers our handshake in 251 ms on average, which is faster than 53% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Commercebridge open source?
Yes — written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.