Odel
TONNode — TON blockchain access

TONNode — TON blockchain access

Local
@tonnode31TypeScriptMITUpdated 1mo ago

Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.

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@tonnode/mcpv0.5.0

Run

npx -y @tonnode/mcp

MCP client config

{
  "mcpServers": {
    "tonnode-ton-blockchain-access": {
      "command": "npx",
      "args": [
        "-y",
        "@tonnode/mcp"
      ]
    }
  }
}