← uwear.ai

INDIVIDUAL MCP TOOL

generate_avatar

Generate canonical reusable avatar/model design-sheet candidates from the provided person description.

uwear.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.uwear.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_avatar and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

uwear.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.uwear]
url = "https://api.uwear.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uwear": {
      "type": "http",
      "url": "https://api.uwear.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: uwear
Remote MCP URL: https://api.uwear.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "uwear": {
      "url": "https://api.uwear.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uwear": {
      "type": "http",
      "url": "https://api.uwear.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "uwear",
  "transport": "streamable-http",
  "url": "https://api.uwear.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_uwear_library — Universal hybrid retrieval across the user's visible Uwear library: garments, avatars/models, locations, ArtDirections, uploaded files, and generation results.
  • list_garments — List user's garments with structured filters or query for hybrid name/SKU/metadata/image-attribute search.
  • get_garment — Get a specific garment by ID.
  • upload_garment_from_chat_file — Batch upload garments from ChatGPT attachments.
  • upload_garment_from_public_url — Batch upload garments from public HTTP(S) image URLs.
  • list_avatars — List the user's avatars: the reusable people who wear the garments, called 'models' or 'mannequins' in fashion terms (not the AI engines — for those, use list_models).
  • upload_avatar_from_chat_file — Batch upload reusable avatars/models from person photos the user attached in chat.
  • save_generated_avatar — Save a completed generate_avatar image result as a reusable avatar/model in the user's library.