MCP Server
MCP
TONNode — TON blockchain access
Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.
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
By
Comments
Sign in to leave a comment