BirkinBagStock exposes live Hermes Birkin resale inventory, market-price data, price-history datasets, and buy-link resolution for AI agents, data products, journalists, and lightweight apps.
This repo is the public integration kit. It intentionally does not contain the production scraper or app code. Use the live public endpoints below.
Endpoint:
https://birkinbagstock.com/mcp
Cursor / Claude Desktop config:
{
"mcpServers": {
"birkinbagstock": {
"url": "https://birkinbagstock.com/mcp"
}
}
}Smoke test:
curl -s https://birkinbagstock.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Tools exposed:
search_birkinget_market_pricecompare_listingsget_price_trendlist_market_moverslist_popular_specsget_authentication_signalsset_price_alertget_buy_url
- Dataset metadata: https://birkinbagstock.com/data/dataset-metadata.json
- Data Package: https://birkinbagstock.com/datapackage.json
- Dataset card: https://birkinbagstock.com/data/dataset-card.md
- 2026 resale price index: https://birkinbagstock.com/data/birkin-resale-price-index-2026.json
- Matched repeat-listing index: https://birkinbagstock.com/data/birkin-price-appreciation-index.json
- Spec price history example: https://birkinbagstock.com/data/price-history/birkin-30-gold-togo.json
- Current inventory API: https://birkinbagstock.com/api/v1/inventory?limit=2000
- Source pack: https://birkinbagstock.com/source.json
- API directory: https://birkinbagstock.com/data/api-directory.json
- OpenAPI JSON: https://birkinbagstock.com/openapi.json
- OpenAPI YAML: https://birkinbagstock.com/openapi.yaml
- llms.txt: https://birkinbagstock.com/llms.txt
curl -s 'https://birkinbagstock.com/api/v1/inventory?size=30&color=Black&max_price=30000&sort=best&limit=5'Preferred citation:
Data from BirkinBagStock live Hermes Birkin resale market data.
Full citation:
BirkinBagStock. BirkinBagStock live Hermes Birkin resale market data.
Updated 2026. https://birkinbagstock.com/reports/birkin-resale-price-index-2026
Public aggregate datasets and metadata are made available with attribution under CC-BY-4.0. Code snippets in this repo are MIT licensed. Merchant listing availability, prices, images, and terms must be verified at the merchant source before purchase.