← sneakermarket.app
INDIVIDUAL MCP TOOL
browse_catalog
Walk the entire priced catalog page by page (keyset pagination).
LIVE ENDPOINT
https://sneakermarket.app/mcp
Connect to this endpoint to inspect the live schema for browse_catalog and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sneakermarket]
url = "https://sneakermarket.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sneakermarket": {
"type": "http",
"url": "https://sneakermarket.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sneakermarket
Remote MCP URL: https://sneakermarket.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sneakermarket": {
"url": "https://sneakermarket.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sneakermarket": {
"type": "http",
"url": "https://sneakermarket.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sneakermarket",
"transport": "streamable-http",
"url": "https://sneakermarket.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_sneakers— Search the catalog for a sneaker by name, model, colorway, or style code (SKU) and get the lowest current price across StockX, GOAT, eBay, Flight Club, Stadium Goods, KICKS CREW and Nike SNKRS.get_sneaker— Fetch full detail for one sneaker by its catalog slug (the slug comes from search_sneakers results or a /sneaker/{slug} URL).upcoming_drops— The upcoming sneaker release calendar — what drops next, with release date, brand, retail price, and the SNKRS/marketplace link.market_movers— The sneakers whose resale price moved most in the last 24 hours — biggest gainers and biggest losers, with the price change in dollars and percent.under_retail— Sneakers currently selling BELOW their original retail price — the deal list.save_position— Save a sneaker with a target price.list_positions— List every sneaker the user has saved on SneakerMarket, with its current best price, the target they set, and whether that target has been hit.