HomeFinance › TONNode — TON blockchain access

TONNode — TON blockchain access

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

TypeScript CloudLocal
★ 27 stars Last pushed 2026-08-04 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y @tonnode/mcp@0.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tonnode/mcp@0.5.0"
      ],
      "env": {
        "TON_LITESERVERS": "<YOUR_VALUE>",
        "TON_NETWORK": "<YOUR_VALUE>"
      }
    }
  }
}
  • TON_LITESERVERS — Optional JSON array of private liteserver entries: [{"ip":"host","port":41000,"key":"<base64 ed25519>"}]. Defaults to the public global config.
  • TON_NETWORK — Set to "testnet" to use the testnet global config.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry