← Back to Plugins
MCP Server MCP

TONNode — TON blockchain access

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @tonnode/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tonnode/mcp",
      "version": "0.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional JSON array of private liteserver entries: [{\"ip\":\"host\",\"port\":41000,\"key\":\"<base64 ed25519>\"}]. Defaults to the public global config.",
          "format": "string",
          "name": "TON_LITESERVERS"
        },
        {
          "description": "Set to \"testnet\" to use the testnet global config.",
          "format": "string",
          "name": "TON_NETWORK"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...