← Index

io.github.nirholas/3D-AI-Agent-Avatar

io.github.nirholas/3D-AI-Agent-Avatar·v1.0.3·Image, Video & Audio
Quality Score
85
/100

3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "3D-AI-Agent-Avatar": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/avatar-agent"
      ],
      "env": {
        "SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com",
        "ETH_RPC_URL": "<eth_rpc_url>",
        "HELIUS_API_KEY": "<your-helius_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "REPLICATE_API_TOKEN": "<your-replicate_api_token>",
        "REPLICATE_TEXT_TO_AVATAR_MODEL": "<replicate_text_to_avatar_model>",
        "SOLANA_SECRET_KEY": "<your-solana_secret_key>",
        "THREE_MINT": "<three_mint>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "3D-AI-Agent-Avatar": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/avatar-agent"
      ],
      "env": {
        "SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com",
        "ETH_RPC_URL": "<eth_rpc_url>",
        "HELIUS_API_KEY": "<your-helius_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "REPLICATE_API_TOKEN": "<your-replicate_api_token>",
        "REPLICATE_TEXT_TO_AVATAR_MODEL": "<replicate_text_to_avatar_model>",
        "SOLANA_SECRET_KEY": "<your-solana_secret_key>",
        "THREE_MINT": "<three_mint>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @three-ws/avatar-agent
§02  Environment variables
SOLANA_RPC_URL

Solana mainnet RPC endpoint. Defaults to https://api.mainnet-beta.solana.com — bring your own (Helius / QuickNode / Triton) for production traffic.

ETH_RPC_URL

Ethereum mainnet RPC for ENS resolution. Optional — falls back to ethers' default public providers.

HELIUS_API_KEY
secret

Optional Helius API key — enables exact supply + DAS data in pump_snapshot.

OPENAI_API_KEY
secret

Required for the speak tool (OpenAI TTS).

REPLICATE_API_TOKEN
secret

Required for the generate_avatar tool (Replicate text/image-to-3D).

REPLICATE_TEXT_TO_AVATAR_MODEL

Replicate version hash pinned for text-to-3D — recommended: latest tencent/hunyuan-3d-3.1.

SOLANA_SECRET_KEY
secret

Optional default base58 Solana secret for wallet_send / pump_buy. Per-call secret args override this. Treat like cash.

THREE_MINT

Optional pump.fun mint address for $three so tools accept target="three" as shorthand.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Image, Video & Audio