# vrc-booth vrc-booth collects BOOTH products, adds search, community reviews, and AI judgments, and presents product and shop information for people and language models. ## Machine-readable pages - [Sitemap](https://vrc-booth.com/sitemap.xml) - [Products](https://vrc-booth.com/products) - [Shops](https://vrc-booth.com/shop) - [Reviews](https://vrc-booth.com/reviews) ## Markdown representations - [Product markdown example](https://vrc-booth.com/product/PRODUCT_ID.md) - [Shop markdown example](https://vrc-booth.com/shop/SHOP_ID.md) - Append `.md` to a product or shop detail path to receive its concise Markdown representation instead of the HTML page. - Append `.md` to `/products` or `/shop` list paths to receive search results as concise Markdown, preserving query parameters (for example, `/products.md?query=avatar`). ## Languages - [Korean pages](https://vrc-booth.com/product/PRODUCT_ID) - [English pages](https://vrc-booth.com/en/product/PRODUCT_ID) - [Japanese pages](https://vrc-booth.com/ja/product/PRODUCT_ID) - Korean is the default language and has no prefix; English uses `/en/`; Japanese uses `/ja/`. The same language prefix is retained when requesting `.md` representations. ## MCP server - Endpoint: `https://vrc-booth.com/api/mcp` - Transport: Streamable HTTP - Authentication: none - Discovery card: `https://vrc-booth.com/.well-known/mcp.json` - Discovery card: `https://vrc-booth.com/.well-known/mcp/server-card.json` - `search_products`: Search BOOTH products with a natural-language query. - `find_related_products`: Find products related to a given product. - `search_products_by_image`: Find clothing and accessories in an image, returning product results separately for each detected item. - `get_product`: Retrieve a product's details by ID. - `search_shops`: Search shops by name or ID. - `get_shop`: Retrieve a shop's details by ID.