3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@three-ws/avatar-agent · npm · 1.2.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nirholas/3D-AI-Agent-Avatar",
"description": "3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.",
"title": "3D AI Agent Avatar",
"repository": {
"url": "https://github.com/nirholas/three.ws",
"source": "github",
"subfolder": "packages/avatar-agent-mcp"
},
"version": "1.2.2",
"websiteUrl": "https://three.ws",
"icons": [
{
"src": "https://three.ws/three-ws-mcp-icon.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@three-ws/avatar-agent",
"version": "1.2.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Solana mainnet RPC endpoint. Defaults to https://api.mainnet-beta.solana.com — bring your own (Helius / Quicknode / Triton) for production traffic.",
"format": "string",
"default": "https://api.mainnet-beta.solana.com",
"name": "SOLANA_RPC_URL"
},
{
"description": "Ethereum mainnet RPC for ENS resolution. Optional — falls back to ethers' default public providers.",
"format": "string",
"name": "ETH_RPC_URL"
},
{
"description": "Optional Helius API key — enables exact supply + DAS data in pump_snapshot.",
"format": "string",
"isSecret": true,
"name": "HELIUS_API_KEY"
},
{
"description": "NVIDIA NIM key (nvapi-…) — leads the speak tool's TTS provider chain with the free Magpie TTS lane.",
"format": "string",
"isSecret": true,
"name": "NVIDIA_API_KEY"
},
{
"description": "OpenAI TTS — the speak tool's paid backstop when the free NVIDIA lane is unavailable.",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Required for the generate_avatar tool (Replicate text/image-to-3D).",
"format": "string",
"isSecret": true,
"name": "REPLICATE_API_TOKEN"
},
{
"description": "Replicate version hash pinned for text-to-3D — recommended: latest tencent/hunyuan-3d-3.1.",
"format": "string",
"name": "REPLICATE_TEXT_TO_AVATAR_MODEL"
},
{
"description": "Optional default base58 Solana secret for wallet_send / pump_buy. Per-call secret args override this. Treat like cash.",
"format": "string",
"isSecret": true,
"name": "SOLANA_SECRET_KEY"
},
{
"description": "Optional pump.fun mint address for $three so tools accept target=\"three\" as shorthand.",
"format": "string",
"name": "THREE_MINT"
},
{
"description": "Per-transaction spend cap in SOL for the execution tools (wallet_send, pump_buy, pump_launch, pump_collect_fees).",
"format": "number",
"default": "0.5",
"name": "MAX_SOL_PER_TX"
},
{
"description": "When on (default), execution tools refuse until re-issued with confirm:true. Set 0/false to disable the gate.",
"format": "boolean",
"default": "true",
"name": "REQUIRE_CONFIRM"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-20T21:38:18.181927Z",
"publishedAt": "2026-07-20T21:38:18.181927Z",
"updatedAt": "2026-07-20T21:38:18.181927Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.2.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.