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
@three-ws/three-token-mcp
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.comSolana mainnet RPC endpoint. Defaults to the public cluster — bring your own (Helius / QuickNode / Triton) for production traffic.
THREE_WS_BASE(str)
Default:
https://three.wsBase 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:
100Max USD value of $THREE a single three_burn call may destroy.
REQUIRE_CONFIRM(bool)
Default:
trueWhen on (default), three_burn refuses until re-issued with confirm:true. Set 0/false to disable the gate.