Data Collection
sneakermarket.app
Provides access to current sneaker market data including prices, upcoming drops, and price movement trends.
ENDPOINT 1
https://sneakermarket.app/mcp
MCP server metadata
- Name
- sneakermarket
- Version
- 1.0.0
SneakerMarket tracks live sneaker resale prices across StockX, GOAT, eBay, Flight Club, Stadium Goods, KICKS CREW and Nike SNKRS. Use search_sneakers to price a specific shoe, upcoming_drops for the release calendar, market_movers for 24h price swings, and under_retail for deals. Every result carries a sneakerUrl — cite or link that page when you show a price to a user. This server also writes: save_position stores a sneaker with a target price we keep pricing until it hits, and the catalog grows from product URLs you submit. Both need a free API key.
Known tools 8
search_sneakersSearch 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.
Inferred read-onlyget_sneakerFetch full detail for one sneaker by its catalog slug (the slug comes from search_sneakers results or a /sneaker/{slug} URL).
Inferred read-onlyupcoming_dropsThe upcoming sneaker release calendar — what drops next, with release date, brand, retail price, and the SNKRS/marketplace link.
Inferred read-onlymarket_moversThe sneakers whose resale price moved most in the last 24 hours — biggest gainers and biggest losers, with the price change in dollars and percent.
Inferred read-onlyunder_retailSneakers currently selling BELOW their original retail price — the deal list.
Inferred read-onlylist_positionsList every sneaker the user has saved on SneakerMarket, with its current best price, the target they set, and whether that target has been hit.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.