Skip to content

Fashion Frame for AI assistants

Your wardrobe, connected.

Give your assistant access to the clothes you own, your saved outfits, and virtual try-on through Fashion Frame’s Personal Fashion MCP server.

Connect your account

  1. In an assistant that supports remote MCP and OAuth, add a connector with this URL:

https://mcp.myfashionframe.com/mcp

  1. Follow the sign-in link and review the requested permissions.
  2. Approve access to connect your existing Fashion Frame account.
  3. Ask about clothes in your wardrobe. You can disconnect the assistant in Fashion Frame Settings under AI Assistants.

Use your assistant’s secure connector flow. Never paste passwords or access tokens into a conversation. Connector availability depends on your assistant and plan.

Try a useful request

  • “Find an outfit for dinner using clothes I already own.”
  • “Show my saved outfits with a jacket.”
  • “Prepare a preview of this outfit and tell me what allowance it uses.”

Tools available after connecting

get_my_profile
Read styling preferences and profile details.
get_wardrobe_summary
Summarize the connected wardrobe.
search_wardrobe
Find clothing already owned by the connected user.
get_clothing_item
Read a specific wardrobe item.
list_saved_outfits
Read saved outfits.
generate_outfit_options
Generate outfit options, or return candidates for the assistant to style.
save_outfit
Save a chosen outfit with the user's authorization.
prepare_try_on
Validate a proposed virtual try-on before spending an allowance.
start_try_on
Start a virtual try-on after the user confirms allowance use.
get_try_on_result
Retrieve the result of a try-on job.

Allowances and your control

Outfit generation supports two modes: styled_by=assistant returns wardrobe candidates for your assistant to style without using Fashion Frame’s AI allowance; styled_by=fashion_frame uses the in-app stylist and its allowance. Your assistant should explain the choice before spending allowance.

Preparing a try-on validates the request. Starting it consumes a monthly try-on and requires your confirmation. Generated previews illustrate styling; they do not prove fit, sizing, comfort, drape, or exact garment fidelity. See current plans and allowances.

For connector developers

Use Streamable HTTP with OAuth authorization code and PKCE S256. Discover endpoints from the canonical issuer; the consent page is hosted on the API domain. Refresh and revocation are supported. Request only the scopes needed for the user’s task.

profile:read · wardrobe:read · outfits:read · outfits:write · tryon:read · tryon:create

Every operation is scoped to the connected account. Live MCP tool schemas are authoritative. Expired connections require refresh or renewed sign-in; insufficient permissions require renewed consent.

Authentication instructionsAPI catalogAgent skills