Agentic commerce · Live on every storefront
Every store running Rendered Fits automatically publishes structured fit data, a size recommender and its own MCP server — on the store's own domain. The fit-confidence layer for the shoppers of tomorrow, human or agent.
Illustrative session — the live contract is served at /api/v1/openapi.json
The fit layer
Three layers turn a try-on widget into infrastructure: fit data agents can read, tools they can call, and a feedback loop that makes both sharper.
Every product carries an AI-generated fit profile — fit type, silhouette, size advice, confidence — published where agents and answer engines already look.
Agents don’t read pages, they call tools. Every storefront is its own MCP server, backed by the same recommender the widget uses — plus a hosted REST API for partners.
Every consultation banks a prediction; every kept-or-returned item labels it. The dataset of body, garment and outcome compounds with every order — agent-driven or human.
Shipped, not roadmap
Production endpoints, running now. Hosted at api.renderedfits.com with per-shop API keys — and mirrored on every merchant's own domain with zero extra configuration.
api.renderedfits.com
/api/v1/mcpHosted MCP server — fit-profile, size-recommendation and fit-summary tools for any MCP-capable agent.
/api/v1/fit/{productId}Per-product fit profile: fit type, size guidance and confidence per variant.
/api/v1/size-recommendationSize recommendation for a shopper’s measurements against a specific product.
/api/v1/feedCatalogue-level fit-data feed for a store — discovery, where fit endpoints are interrogation.
/api/v1/outcomesOutcome ingestion — platforms report kept/returned results so the dataset learns from reality. Idempotent.
/api/v1/openapi.jsonPublic OpenAPI 3.1 specification for everything above.
On every merchant’s own domain
/apps/rendered-fits/fit/{productId}Structured fit data with the attribution contract.
/apps/rendered-fits/fit-jsonld/{productId}Schema.org JSON-LD, incl. SizeSpecification.
/apps/rendered-fits/agent-manifestCapability discovery — fit.query, fit.sizing, fit.visual.tryon.
/apps/rendered-fits/mcpThe store’s own MCP server, on its own hostname.
Connect over MCP
Keys are issued per shop through the Rendered Fits app. Agent platforms and integration partners can request access by email — the same tools are also served on each merchant’s own domain, no key required for public fit data.
Request an API key{
"mcpServers": {
"renderedfits": {
"url": "https://api.renderedfits.com/api/v1/mcp",
"headers": {
"Authorization": "Bearer rfk_..."
}
}
}
}From question to kept order
What actually happens when an AI shopping agent asks whether a garment fits — and how that single question keeps paying the merchant back.
The agent finds the store’s capability manifest and catalogue fit feed on the store’s own domain.
GET /apps/rendered-fits/agent-manifestIt calls the size recommender over MCP with the shopper’s measurements and fit preference.
tools/call · recommend_sizeStructured size, confidence and fit notes come back — with a predictionId attached.
"recommendedSize": "M" · 0.92The agent echoes the prediction onto the cart line at checkout, so the consultation is linked to the sale.
line item · _rf_predThe item is kept or returned — and that outcome labels the prediction. Every order sharpens the next answer.
kept ✓ → datasetWhy this data is different
Most fit tools are statistical size-chart engines. The Rendered Fits signal is built from behaviour — and it's the only layer that can also show the human a photorealistic render for the final call.
Photorealistic renders of real shoppers in real garments — the visual half no size-chart engine has.
The size shown at the exact moment of decision, banked as a prediction — not a survey answer after the fact.
Sales and refunds close the loop, turning each prediction into a labelled example of what actually fitted.
Questions agents ask
Yes. A hosted MCP server runs at api.renderedfits.com/api/v1/mcp, authenticated with a per-shop API key, exposing fit-profile, size-recommendation and fit-summary tools. The same tools are served on each merchant’s own domain via the Shopify app proxy.
Yes. Every store running Rendered Fits exposes agent-callable endpoints on its own domain: /apps/rendered-fits/fit/{productId} for structured fit data, /fit-jsonld/{productId} for Schema.org JSON-LD, and /agent-manifest for capability discovery.
Nothing. The agent surface ships with the Shopify app — fit profiles, the manifest, the JSON-LD endpoint and the storefront MCP server are live on the store’s domain the moment the app is installed.
Fit and size-recommendation responses return a predictionId and an attribution contract. The agent echoes the marker onto the cart line at checkout, which links the consultation to the order — and the eventual kept-or-returned outcome — in the merchant’s analytics.

Agent platforms & partners: [email protected]
© 2026 Rendered Fits Ltd · Company No. 16922551 · VAT No. 510026164
Registered office: 50-54 Oswald Road, Scunthorpe, North Lincolnshire, DN15 7PQ, United Kingdom · [email protected]