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
Available components
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http isaiahdupree-commercebridge https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp
[mcp_servers.isaiahdupree-commercebridge] url = "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"isaiahdupree-commercebridge": {
"type": "remote",
"url": "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp",
"enabled": true
}
}
} openclaw mcp add isaiahdupree-commercebridge --url https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp --transport streamable-http
mcp_servers:
isaiahdupree-commercebridge:
url: "https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp" {
"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.
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.
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 |
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.
get_bestbuy_product Get one Best Buy product by SKU ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| sku | string | yes | Best Buy SKU, e.g. 6418599. Required. |
No output schema declared.
No examples provided.
get_ebay_item Get one 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | Default us. |
| id | string | — | eBay REST item id, e.g. v1|256801234567|0. |
| legacy_id | string | — | Legacy numeric item id (used when `id` is omitted). |
No output schema declared.
No examples provided.
get_ebay_items Get up to 20 eBay items in one call ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | Default us. |
| item_ids | string | yes | Comma-separated eBay item ids (max 20). Required. |
No output schema declared.
No examples provided.
get_etsy_listing Get one Etsy listing by id ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| language | string | — | IETF language tag, e.g. de, en, es, fr. |
| listing_id | string | yes | Etsy listing id, e.g. 1234567890. Required. |
No output schema declared.
No examples provided.
get_etsy_shop Get one 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.
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | — | Etsy shop id, e.g. 12345678. |
| shop_name | string | — | Used when shop_id is omitted, e.g. PaperGoodsCo. |
No output schema declared.
No examples provided.
get_etsy_shop_listings List a shop's active Etsy 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Default 20. |
| offset | integer | — | Default 0. |
| q | string | — | Keyword filter within the shop. |
| shop_id | string | — | Etsy shop id. |
| shop_name | string | — | Used when shop_id is omitted. |
| sort_on | string | — | — |
| sort_order | string | — | — |
No output schema declared.
No examples provided.
get_shopify_collections List a Shopify store's collections ~76
List a public Shopify store's collections (id, handle, title, product count, image) — keyless, live now.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Default 50. |
| page | integer | — | Default 1. |
| store | string | yes | Shopify store domain, e.g. allbirds.com. Required. |
No output schema declared.
No examples provided.
get_shopify_product Get one Shopify product by handle ~71
Get one product from a public Shopify store by its handle (slug), from that store's own /products.json — keyless, live now.
| Name | Type | Req | Description |
|---|---|---|---|
| handle | string | yes | Product handle (slug). Required. |
| store | string | yes | Shopify store domain, e.g. allbirds.com. Required. |
No output schema declared.
No examples provided.
search_bestbuy Search Best Buy's product catalog ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Best Buy categoryPath.id to constrain the search. |
| limit | integer | — | Default 20. Best Buy caps page size at 100. |
| page | integer | — | Default 1. |
| q | string | — | Keyword query. Required unless `category` is given. Matches across name, manufacturer, and description. |
No output schema declared.
No examples provided.
search_ebay Search eBay listings ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| buyingOptions | string | — | FIXED_PRICE and/or AUCTION, comma-separated. |
| category | string | — | eBay category id(s) to constrain the search. |
| condition | string | — | Condition enum(s), comma-separated (e.g. NEW,USED). |
| country | string | — | Default us. |
| currency | string | — | Default USD. |
| freeShipping | boolean | — | — |
| limit | integer | — | Default 20. |
| offset | integer | — | Default 0. |
| priceMax | number | — | — |
| priceMin | number | — | — |
| q | string | — | Keyword query. Required unless `category` is given. |
| sort | string | — | `price` = ascending, `-price` = descending. |
No output schema declared.
No examples provided.
search_ebay_sold Search sold/completed eBay listings (Marketplace Insights) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | — | Keyword query. |
No output schema declared.
No examples provided.
search_etsy Search Etsy's site-wide active listings ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| buyer_country | string | — | ISO 3166-1 alpha-2 — filters to listings that ship there. |
| currency | string | — | ISO 4217 code to convert listing prices into. |
| is_safe | boolean | — | When true, filters out mature/adult content. |
| limit | integer | — | Default 20. Etsy caps limit at 100. |
| max_price | number | — | — |
| min_price | number | — | — |
| offset | integer | — | Default 0. |
| q | string | yes | Keyword query, e.g. "macrame wall hanging". Required. |
| shop_location | string | — | — |
| sort_on | string | — | — |
| sort_order | string | — | — |
| taxonomy_id | string | — | Etsy seller-taxonomy category id. |
No output schema declared.
No examples provided.
search_shopify Keyword-filter a Shopify store's catalog ~83
Filter a public Shopify store's catalog by keyword across title, vendor, product type, and tags — keyless, live now.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Default 50. |
| q | string | yes | Keyword filter, e.g. "wool runner". Required. |
| store | string | yes | Shopify store domain, e.g. allbirds.com. Required. |
No output schema declared.
No examples provided.
search_shopify_products List a Shopify store's catalog ~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`.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Default 50. |
| page | integer | — | Default 1. |
| store | string | yes | Shopify store domain, e.g. allbirds.com. Required. |
No output schema declared.
No examples provided.