doppelme-avatars

doppelme-avatars

3.9

doppelme-avatars is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of doppelme-avatars and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The DoppelMe Avatars MCP Server provides a programmatic interface to create, customize, and manage dynamic cartoon avatars.

The DoppelMe Avatars MCP Server allows developers to create and manage avatars with ease. Once an avatar is created, it can be dynamically updated, and those changes will be reflected everywhere the avatar is used. This ensures a seamless experience for users who want their avatars to stay consistent across multiple platforms.

Features

  • Create Avatars: Generate a new avatar and receive a unique key for further customization.
  • Edit Avatars: Modify avatars by adding or removing items such as clothing, hairstyles, and facial expressions.
  • Dynamic Avatars: Avatars are dynamic, allowing changes to be applied universally wherever the avatar is utilized.
  • Customization: Change skin colors and item colors using hex codes, allowing for personalized styling.
  • Asset Management: Select from a wide range of assets to dress your avatar, categorized by type (e.g., hats, hair, tops).

Tools

  1. list_assets

    Returns a list of assets available given a bodytype and assettype

  2. list_asset_types

    Return list of asset types that are available for the given body type identifier.

  3. list_body_types

    Returns a list of avatar body types that are available to choose when creating your avatar

  4. create_avatar

    Create a new DoppelMe avatar. On successful creation, you will receive a doppelme_key. Use this key and the Update Avatar endpoint to specify clothes, hairstyles etc.

  5. delete_avatar

    Delete created avatar.

  6. add_asset_item

    Add an item to your avatar. Note that you can only update avatars that you have created yourself.

  7. add_asset_colour

    Set the colour of asset (if asset is colourable). Note that you can only update avatars that you have created yourself.

  8. remove_asset

    Remove an item from an avatar. Note that you can only update avatars that you have created yourself.

  9. set_skin_colour

    Change the skin colour of your avatar. Note that you can only edit avatars that you have created yourself