TONNode — TON blockchain access runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 4 Aug 2026.
Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
"b5ee9c7241021001000228000114ff00f4a413f4bcf2c80b01020120020d02014803040078d020d74bc00101c060b0915be101d0d3030171b0915be0fa4030f828c705b39130e0d31f018210ae42e5a4ba9d8040d721d74cf82a01ed55fb04e030020120050a02027306070011adce76a2686b85ffc00201200809001aabb6ed44d0810122d721d70b3f0…
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp -- npx -y @tonnode/mcp
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@tonnode/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@tonnode/mcp"]
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@tonnode/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@tonnode/mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
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.).
The author declared them in the registry entry; get the values from the project itself.
86-tool MCP server for Bostrom blockchain: read chain state and sign transactions
MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions.
Convert PDF bank statements into structured transactions, accounts, and balances.
Access Monarch financial data — accounts, transactions, budgets, and more
Thru blockchain explorer: blocks, transactions, accounts, and program ABIs on the Thru RISC-V L1
Read-only access to your bank, investment, and crypto accounts: balances, transactions, holdings.
Connect your financial accounts to view balances, search transactions, and get spending insights.
Connect AI agents to bank accounts, transactions, balances, and investments.
Answers built from our own checks of this server.