Odel
Smeltr Token-2022

Smeltr Token-2022

Local
@space-raven1TypeScriptUpdated 1mo ago

Validate Token-2022 configs (transfer fee, soulbound, delegate). Read-only — no keys or RPC.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@smeltr/mcp-serverv0.1.1

Run

npx -y @smeltr/mcp-server

MCP client config

{
  "mcpServers": {
    "smeltr-token-2022": {
      "command": "npx",
      "args": [
        "-y",
        "@smeltr/mcp-server"
      ]
    }
  }
}