← Registry

Data Collection

sneakermarket.app

Provides access to current sneaker market data including prices, upcoming drops, and price movement trends.

1 endpoint8 known toolsFirst detected August 7, 2026Last detected August 7, 2026

ENDPOINT 1

https://sneakermarket.app/mcp

No auth detected

MCP server metadata

Name
sneakermarket
Version
1.0.0
Capabilities
tools
Server instructions

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

Inferred read-only
get_sneaker

Fetch full detail for one sneaker by its catalog slug (the slug comes from search_sneakers results or a /sneaker/{slug} URL).

Inferred read-only
upcoming_drops

The upcoming sneaker release calendar — what drops next, with release date, brand, retail price, and the SNKRS/marketplace link.

Inferred read-only
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.

Inferred read-only
under_retail

Sneakers currently selling BELOW their original retail price — the deal list.

Inferred read-only
browse_catalog

Walk the entire priced catalog page by page (keyset pagination).

Inferred read-only
save_position

Save a sneaker with a target price.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.