Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BirkinBagStock MCP + Dataset Source Pack

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.

MCP Server

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_birkin
  • get_market_price
  • compare_listings
  • get_price_trend
  • list_market_movers
  • list_popular_specs
  • get_authentication_signals
  • set_price_alert
  • get_buy_url

Primary Datasets

Example REST Call

curl -s 'https://birkinbagstock.com/api/v1/inventory?size=30&color=Black&max_price=30000&sort=best&limit=5'

Attribution

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

License

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.

About

Public MCP and dataset integration kit for BirkinBagStock live Hermes Birkin resale market data

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors