# SneakerMarket > Live sneaker resale prices aggregated across StockX, GOAT, eBay, Flight Club, Stadium Goods, KICKS CREW and Nike SNKRS. Every tracked shoe has a canonical page with the lowest cross-source price, a price range, and a reliability score. AI assistants and answer engines are welcome to read the keyless JSON endpoints below and cite or surface individual shoes to shoppers. No API key is required; requests are rate-limited and edge-cached. Please deep-link back to the canonical https://sneakermarket.app/sneaker/{slug} page. ## Data (keyless JSON) - [Catalog feed](https://sneakermarket.app/api/catalog): keyset-paginated feed of every priced sneaker with its lowest cross-source price. Walk the whole catalog via nextCursor. - [Price-comparison search](https://sneakermarket.app/api/catalog/search?q=jordan+4+bred): lowest-price search with per-source offers (shipping + landed price). - [Product detail](https://sneakermarket.app/api/catalog/{slug}): one shoe — full offer list, size-by-size resale curve, reliability score. - [Upcoming drops](https://sneakermarket.app/api/discover/drops): the release calendar. - [Trending](https://sneakermarket.app/api/discover/trending): shoes with real recent price movement. - [Movers](https://sneakermarket.app/api/discover/movers): biggest 24h gainers and losers. - [Under retail](https://sneakermarket.app/api/discover/under-retail): listings trading below MSRP. ## MCP server (for AI agents) We run a remote [Model Context Protocol](https://modelcontextprotocol.io) server over the Streamable HTTP transport. Point an MCP client at the URL below and you get typed tools instead of raw JSON — no key, no signup. - **MCP endpoint:** `https://sneakermarket.app/mcp` - **Tools:** search_sneakers, get_sneaker, upcoming_drops, market_movers, under_retail, browse_catalog - **Protocol:** 2025-06-18 Add it in Claude Code with: `claude mcp add --transport http sneakermarket https://sneakermarket.app/mcp` ## Reference - [OpenAPI spec](https://sneakermarket.app/openapi.json) - [Developer docs](https://sneakermarket.app/api-docs) - [Sitemap](https://sneakermarket.app/sitemap.xml) ## Higher volume - The keyed [/api/v1](https://sneakermarket.app/api-docs) endpoints add the drop calendar with size runs, hype scores, and resale curves. A free account includes a key and 100 calls/day; paid plans add volume and resale depth.