← Back to browse

$THREE Token

Indexed by io.github.nirholas

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSOLANA_SECRET_KEY SOLANA_RPC_URL THREE_WS_BASE MAX_BURN_USD REQUIRE_CONFIRM
Claude Code
claude mcp add --env SOLANA_SECRET_KEY= --env SOLANA_RPC_URL= --env THREE_WS_BASE= --env MAX_BURN_USD= --env REQUIRE_CONFIRM= three-token-mcp -- npx @three-ws/three-token-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"three-token-mcp","command":"npx","args":["@three-ws/three-token-mcp"],"env":{"SOLANA_SECRET_KEY":"","SOLANA_RPC_URL":"","THREE_WS_BASE":"","MAX_BURN_USD":"","REQUIRE_CONFIRM":""}}'
JSON
{
  "mcpServers": {
    "three-token-mcp": {
      "command": "npx",
      "args": [
        "@three-ws/three-token-mcp"
      ],
      "env": {
        "SOLANA_SECRET_KEY": "",
        "SOLANA_RPC_URL": "",
        "THREE_WS_BASE": "",
        "MAX_BURN_USD": "",
        "REQUIRE_CONFIRM": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.