# PolyDrobe > Game asset management platform for documenting, versioning, and collaborating on apparel assets — skins, cosmetics, and accessories — across a game project. PolyDrobe gives game studios and indie developers a structured database for game apparel assets. Teams can organize assets by category, track variants with custom properties (rarity, status, price, release version), preview 3D models directly in the browser, and collaborate with role-based access control. It replaces error-prone spreadsheets with a searchable, versionable, audit-logged system built for the asset pipeline. ## Key Features - Asset and variant management with hierarchical categories - 3D model viewer (.glb/.gltf) directly in the browser - Pipeline status tracking per variant - Team access control (owner, editor, viewer roles) - JSON and Excel import and export - MCP server for AI agent integration - Customizable tags, rarities, currencies, and release versions - Activity log and audit trail - Full-text search across assets and variants ## Pricing - **Free**: 1 project, up to 3 team members, 1 GB workspace storage, unlimited assets, 100 variants per project - **Pro**: Unlimited projects, assets, variants, storage, and team members; full activity history ## Primary Audience Game studios, indie developers, and game asset pipeline teams who manage cosmetic items (skins, apparel, accessories) for games. ## Links - [Home](https://polydrobe.app/): Product overview and feature highlights - [Pricing](https://polydrobe.app/pricing/): Plan comparison and feature matrix - [Help & Documentation](https://polydrobe.app/help/): Quick-start guide, workflows, roles, FAQ, and troubleshooting - [Blog](https://polydrobe.app/blog/): Tutorials and game asset management articles - [Sign Up](https://polydrobe.app/signup/): Create a free account - [Terms of Service](https://polydrobe.app/terms/): Terms of use - [Privacy Policy](https://polydrobe.app/privacy/): Data handling policy ## MCP Server PolyDrobe exposes a Model Context Protocol (MCP) server for AI agent integration. - **Endpoint**: https://polydrobe.app/mcp - **Auth**: OAuth 2.1 Bearer token — obtain at https://polydrobe.app/o/token/ - **Plugin manifest**: https://polydrobe.app/.well-known/ai-plugin.json - **OpenAPI spec**: https://polydrobe.app/api/openapi.json Available tools: `list_projects`, `get_project`, `list_assets`, `create_asset`, `get_asset`, `list_variants`, `create_variant`, `search`, `get_variant_thumbnail`, `get_variant_image`, `set_variant_thumbnail`