← Back to Plugins
MCP Server MCP

$THREE Token

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @three-ws/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@three-ws/three-token-mcp",
      "version": "1.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "SOLANA_SECRET_KEY"
        },
        {
          "description": "Solana mainnet RPC endpoint. Defaults to the public cluster — bring your own (Helius / Quicknode / Triton) for production traffic.",
          "format": "string",
          "default": "https://api.mainnet-beta.solana.com",
          "name": "SOLANA_RPC_URL"
        },
        {
          "description": "Base URL of the three.ws token API (serves /api/token/config and /api/token/price). Override only when self-hosting.",
          "format": "string",
          "default": "https://three.ws",
          "name": "THREE_WS_BASE"
        },
        {
          "description": "Max USD value of $THREE a single three_burn call may destroy.",
          "format": "number",
          "default": "100",
          "name": "MAX_BURN_USD"
        },
        {
          "description": "When on (default), three_burn refuses until re-issued with confirm:true. Set 0/false to disable the gate.",
          "format": "boolean",
          "default": "true",
          "name": "REQUIRE_CONFIRM"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...