Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.IsaiahDupree/commercebridge

REMOTE · COMMERCEBRIDGE-ISAIAHDUPREES-PROJECTS.VERCEL.APP · SCANNED AUG 3

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

70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability61
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1833 tokens (~130/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 82% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · commercebridge-isaiahduprees-projects.vercel.app

# add to Claude Code
claude mcp add --transport http isaiahdupree-commercebridge https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp
# ~/.codex/config.toml
[mcp_servers.isaiahdupree-commercebridge]
url = "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "isaiahdupree-commercebridge": {
      "type": "remote",
      "url": "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add isaiahdupree-commercebridge --url https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  isaiahdupree-commercebridge:
    url: "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp"
// mcp.json
{
  "mcpServers": {
    "isaiahdupree-commercebridge": {
      "type": "http",
      "url": "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 1 Aug 26 69

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.vercel.app CN=WR1,O=Google Trust Services,C=US 28 Jun 2026 26 Sept 2026 RSA 2048 SHA256-RSA b1c2b607df94f28513779ae26fecf92f
SANs: *.vercel.app
CN=WR1,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7fd9e2c2d2048a0474b627a26d0868a7
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d
DNSSEC insecure

Validation of commercebridge-isaiahduprees-projects.vercel.app. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
app. present 23684 8 Verified
vercel.app. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp Verified 200
http (plaintext) http://commercebridge-isaiahduprees-projects.vercel.app/api/mcp HTTPS enforced 308 https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp
MCP tools — 14 exposed · ~1,833 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_bestbuy_product ~84

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.

NameTypeReqDescription
skustringyesBest Buy SKU, e.g. 6418599. Required.

No output schema declared.

No examples provided.

get_ebay_item ~128

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.

NameTypeReqDescription
countrystringDefault us.
idstringeBay REST item id, e.g. v1|256801234567|0.
legacy_idstringLegacy numeric item id (used when `id` is omitted).

No output schema declared.

No examples provided.

get_ebay_items ~85

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.

NameTypeReqDescription
countrystringDefault us.
item_idsstringyesComma-separated eBay item ids (max 20). Required.

No output schema declared.

No examples provided.

get_etsy_listing ~146

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.

NameTypeReqDescription
languagestringIETF language tag, e.g. de, en, es, fr.
listing_idstringyesEtsy listing id, e.g. 1234567890. Required.

No output schema declared.

No examples provided.

get_etsy_shop ~125

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.

NameTypeReqDescription
shop_idstringEtsy shop id, e.g. 12345678.
shop_namestringUsed when shop_id is omitted, e.g. PaperGoodsCo.

No output schema declared.

No examples provided.

get_etsy_shop_listings ~149

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.

NameTypeReqDescription
limitintegerDefault 20.
offsetintegerDefault 0.
qstringKeyword filter within the shop.
shop_idstringEtsy shop id.
shop_namestringUsed when shop_id is omitted.
sort_onstring
sort_orderstring

No output schema declared.

No examples provided.

get_shopify_collections ~76

List a public Shopify store's collections (id, handle, title, product count, image) — keyless, live now.

NameTypeReqDescription
limitintegerDefault 50.
pageintegerDefault 1.
storestringyesShopify store domain, e.g. allbirds.com. Required.

No output schema declared.

No examples provided.

get_shopify_product ~71

Get one product from a public Shopify store by its handle (slug), from that store's own /products.json — keyless, live now.

NameTypeReqDescription
handlestringyesProduct handle (slug). Required.
storestringyesShopify store domain, e.g. allbirds.com. Required.

No output schema declared.

No examples provided.

search_bestbuy ~172

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.

NameTypeReqDescription
categorystringBest Buy categoryPath.id to constrain the search.
limitintegerDefault 20. Best Buy caps page size at 100.
pageintegerDefault 1.
qstringKeyword query. Required unless `category` is given. Matches across name, manufacturer, and description.

No output schema declared.

No examples provided.

search_ebay ~251

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.

NameTypeReqDescription
buyingOptionsstringFIXED_PRICE and/or AUCTION, comma-separated.
categorystringeBay category id(s) to constrain the search.
conditionstringCondition enum(s), comma-separated (e.g. NEW,USED).
countrystringDefault us.
currencystringDefault USD.
freeShippingboolean
limitintegerDefault 20.
offsetintegerDefault 0.
priceMaxnumber
priceMinnumber
qstringKeyword query. Required unless `category` is given.
sortstring`price` = ascending, `-price` = descending.

No output schema declared.

No examples provided.

search_ebay_sold ~87

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.

NameTypeReqDescription
qstringKeyword query.

No output schema declared.

No examples provided.

search_etsy ~264

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.

NameTypeReqDescription
buyer_countrystringISO 3166-1 alpha-2 — filters to listings that ship there.
currencystringISO 4217 code to convert listing prices into.
is_safebooleanWhen true, filters out mature/adult content.
limitintegerDefault 20. Etsy caps limit at 100.
max_pricenumber
min_pricenumber
offsetintegerDefault 0.
qstringyesKeyword query, e.g. "macrame wall hanging". Required.
shop_locationstring
sort_onstring
sort_orderstring
taxonomy_idstringEtsy seller-taxonomy category id.

No output schema declared.

No examples provided.

search_shopify ~83

Filter a public Shopify store's catalog by keyword across title, vendor, product type, and tags — keyless, live now.

NameTypeReqDescription
limitintegerDefault 50.
qstringyesKeyword filter, e.g. "wool runner". Required.
storestringyesShopify store domain, e.g. allbirds.com. Required.

No output schema declared.

No examples provided.

search_shopify_products ~112

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`.

NameTypeReqDescription
limitintegerDefault 50.
pageintegerDefault 1.
storestringyesShopify store domain, e.g. allbirds.com. Required.

No output schema declared.

No examples provided.