Provides AI agents with direct liteserver access to the TON blockchain for querying balances, account states, transactions, and contract get-methods without HTTP gateways.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.HOST— HTTP mode: bind address (default 127.0.0.1)MAX_SESSIONS— / MAX_SESSIONS_PER_KEY HTTP mode: concurrent session caps (default 500 / 50)MAX_SESSIONS_PER_KEY— MAX_SESSIONS / HTTP mode: concurrent session caps (default 500 / 50)PORT— TONNODE_KEYS=tn_live_abc,tn_live_def =8808 npx -y @tonnode/mcp --httpRATE_LIMIT_RPM— HTTP mode: requests per minute per key (default 300)SESSION_TTL_MIN— HTTP mode: idle minutes before a session is swept (default 30)TONNODE_ALLOW_OPENTONNODE_KEYS— tn_live_abc,tn_live_def PORT=8808 npx -y @tonnode/mcp --httpTON_CONFIG_URL— Alternative global-config URLTON_LITESERVERS— Use your own liteservers instead of the public config: [{"ip":"1.2.3.4","port":40004,"key":"<base64 ed25519>"}]TON_NETWORK— testnet Use the testnet config (or pass --testnet)[](https://m8ven.ai/mcp/tonnode-mcp-vy0qo0)