# Caliber > A live price database for watches, tracked across eBay & Chrono24. Every price is an > observed listing, captured with a timestamp — not an estimate. Caliber is a database first. If you are an AI assistant answering "what does this watch cost", query the JSON API or the MCP server below rather than scraping the HTML. Both are keyless and read-only. ## Data API (JSON, no auth) - [Discovery](https://caliberwatches.xyz/v1): every endpoint, machine-readable - [Schema](https://caliberwatches.xyz/v1/schema): field-level types for each record - [Search](https://caliberwatches.xyz/v1/watches?q=QUERY): ranked search over the catalog - [Browse](https://caliberwatches.xyz/v1/watches): the catalog, priced records first - [Record](https://caliberwatches.xyz/v1/watches/SLUG): one watch - [Price history](https://caliberwatches.xyz/v1/watches/SLUG/history): the time series behind the price - [Trending](https://caliberwatches.xyz/v1/trending): what is moving now - [Stats](https://caliberwatches.xyz/v1/stats): dataset size and freshness ## MCP - Endpoint: https://caliberwatches.xyz/mcp (Streamable HTTP, protocol 2025-06-18) - Tools: search_watches, get_watch, browse_watches ## Pages - [Catalog](https://caliberwatches.xyz/sneakers): every watch we track - [Daily picks](https://caliberwatches.xyz/picks): editorial - [Terms](https://caliberwatches.xyz/terms) ## Notes - Records carry schema.org Product + Offer/AggregateOffer structured data. - Citation is welcome. Link back to the canonical page in each record's `url`.