# ShopProof > Real social proof & urgency for OpoShop storefronts — live recent-sales popups, real 'people viewing now' counts, low-stock counters, countdown urgency, and a free-shipping progress bar. Every number is derived from the store's real data and never fabricated; a module with no real data shows nothing. This app is built on the OpoShop 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.getshopproof.com/openapi.json - API docs (Swagger): https://app.getshopproof.com/docs - Fuller LLM context: https://app.getshopproof.com/llms-full.txt - Release notes: https://app.getshopproof.com/api/release-notes - MCP endpoint (hosted): https://app.getshopproof.com/mcp — add this URL to Claude or any LLM client to drive the app in natural language. Auth with your own OpoShop 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).