mcpserver.lol
registry/commercebridge
Connection check verified live · 27h ago

commercebridge

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

Tools 14
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

14 tools

Read from the running server on 27h ago.

get_bestbuy_product read-only sku*
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 co…
get_ebay_item read-only idcountrylegacy_id
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. Retu…
get_ebay_items read-only countryitem_ids*
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 h…
get_etsy_listing read-only languagelisting_id*
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…
get_etsy_shop read-only shop_idshop_name
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: c…
get_etsy_shop_listings read-only qlimitoffsetshop_idsort_onshop_name +1
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 no…
get_shopify_collections read-only pagelimitstore*
List a public Shopify store's collections (id, handle, title, product count, image) — keyless, live now.
get_shopify_product read-only store*handle*
Get one product from a public Shopify store by its handle (slug), from that store's own /products.json — keyless, live now.
search_bestbuy read-only qpagelimitcategory
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, imag…
search_ebay read-only qsortlimitoffsetcountrycategory +6
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, sell…
search_ebay_sold read-only q
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 ups…
search_etsy read-only q*limitoffsetis_safesort_oncurrency +6
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, favorite…
search_shopify read-only q*limitstore*
Filter a public Shopify store's catalog by keyword across title, vendor, product type, and tags — keyless, live now.
search_shopify_products read-only pagelimitstore*
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 rang…