What is the $THREE Token MCP server?
Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token.
How to install $THREE Token
Copy-paste configuration for popular MCP clients.
SOLANA_SECRET_KEYsecretBase58 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_URLSolana mainnet RPC endpoint. Defaults to the public cluster — bring your own (Helius / QuickNode / Triton) for production traffic.
THREE_WS_BASEBase URL of the three.ws token API (serves /api/token/config and /api/token/price). Override only when self-hosting.
MAX_BURN_USDMax USD value of $THREE a single three_burn call may destroy.
REQUIRE_CONFIRMWhen on (default), three_burn refuses until re-issued with confirm:true. Set 0/false to disable the gate.
{
"mcpServers": {
"three-token-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/three-token-mcp"
],
"env": {
"SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"MAX_BURN_USD": "<YOUR_MAX_BURN_USD>",
"REQUIRE_CONFIRM": "<YOUR_REQUIRE_CONFIRM>"
}
}
}
}{
"mcpServers": {
"three-token-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/three-token-mcp"
],
"env": {
"SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"MAX_BURN_USD": "<YOUR_MAX_BURN_USD>",
"REQUIRE_CONFIRM": "<YOUR_REQUIRE_CONFIRM>"
}
}
}
}{
"mcpServers": {
"three-token-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/three-token-mcp"
],
"env": {
"SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"MAX_BURN_USD": "<YOUR_MAX_BURN_USD>",
"REQUIRE_CONFIRM": "<YOUR_REQUIRE_CONFIRM>"
}
}
}
}{
"servers": {
"three-token-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/three-token-mcp"
],
"env": {
"SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"MAX_BURN_USD": "<YOUR_MAX_BURN_USD>",
"REQUIRE_CONFIRM": "<YOUR_REQUIRE_CONFIRM>"
}
}
}
}claude mcp add three-token-mcp --env SOLANA_SECRET_KEY=<YOUR_SOLANA_SECRET_KEY> --env SOLANA_RPC_URL=<YOUR_SOLANA_RPC_URL> --env THREE_WS_BASE=<YOUR_THREE_WS_BASE> --env MAX_BURN_USD=<YOUR_MAX_BURN_USD> --env REQUIRE_CONFIRM=<YOUR_REQUIRE_CONFIRM> -- npx -y @three-ws/three-token-mcpRelated MCP servers
3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.
View repository →MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.
View repository →UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.
View repository →Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.
View repository →Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.
View repository →Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.
View repository →