io.github.nirholas/three-token-mcp icon
io.github.nirholas

three-token-mcp

$THREE Token

Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token.

stdiocommunityservice

Package Details

Transportstdio
Runtimenpx

Environment Variables

SOLANA_SECRET_KEY(str)
Secret

Base58 Solana secret key that signs burns (the wallet that holds the $THREE). Not needed for the read-only tools (three_price, three_balance). Treat like cash.

SOLANA_RPC_URL(str)
Default:https://api.mainnet-beta.solana.com

Solana mainnet RPC endpoint. Defaults to the public cluster — bring your own (Helius / QuickNode / Triton) for production traffic.

THREE_WS_BASE(str)
Default:https://three.ws

Base URL of the three.ws token API (serves /api/token/config and /api/token/price). Override only when self-hosting.

MAX_BURN_USD(num)
Default:100

Max USD value of $THREE a single three_burn call may destroy.

REQUIRE_CONFIRM(bool)
Default:true

When on (default), three_burn refuses until re-issued with confirm:true. Set 0/false to disable the gate.