# Bundlr > Build product bundles your customers buy together and save on — for OpoShop stores. This app is built on the EverBee Store platform. It is agent-friendly: the full API is described in OpenAPI and wrapped by an MCP server so an LLM can drive it directly. ## Machine interfaces - API contract (OpenAPI): https://app.trybundlr.com/openapi.json - API docs (Swagger): https://app.trybundlr.com/docs - Fuller LLM context: https://app.trybundlr.com/llms-full.txt - Release notes: https://app.trybundlr.com/api/release-notes - MCP endpoint (hosted): https://app.trybundlr.com/mcp — add this URL to Claude or any LLM client to drive the app in natural language. Auth with your own EverBee store token via Authorization: Bearer . ## Auth Get an access token via POST /api/auth/login, then send it as `Authorization: Bearer ` on /api/* requests (and to the /mcp endpoint).