com.sneaker-hub/shop
Official3 toolsSTRIDE Sneaker Shop
Pre-owned sneaker shop catalog: search in-stock shoes by keyword/brand/price, get buy links.
Search and purchase in-stock sneakers by keyword, brand, and price with direct buy links.
Captured live from the server via tools/list.
search_products
Search the live catalog of in-stock sneakers by keywords, brand and/or max price. Returns product cards with name, price, sizes in stock, image and buy link.
Parameters (4)
- querystring
Keywords matched against product name, brand, category and SKU, e.g. 'nike air max'
- brandstring
Filter by brand name, e.g. 'Nike'
- max_price_usdnumber
Only return products at or below this USD price
- limitinteger
Max results, default 10
get_product
Get full details of one product by its id or SKU: description, per-size stock, all images, buy links.
Parameters (1)
- idstringrequired
Product id (from a product URL or search result) or SKU
get_store_info
Store overview: payment methods, WhatsApp ordering link, current Treasure Hunt promo and useful links.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"shop": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sneaker-hub.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.