ton-cli

Originally fromton-connect/kit
Installation
SKILL.md

TON MCP Raw CLI Mode

Run any TON wallet MCP tool directly from the command line. The binary invokes the tool, prints the JSON result to stdout, and exits.

Invocation Modes

Command Description
npx @ton/mcp@alpha stdio MCP server (for Claude Desktop / MCP clients)
npx @ton/mcp@alpha --http [port] HTTP MCP server
npx @ton/mcp@alpha <tool_name> [--arg value ...] Raw CLI: call one tool and exit

Use exactly one mode for a given workflow: either MCP server mode (stdio/--http) or raw CLI. Do not combine them in the same task/session.

Raw CLI Usage

# No arguments
npx @ton/mcp@alpha get_balance
Related skills
Installs
36
Repository
ton-org/skills
GitHub Stars
7
First Seen
Apr 14, 2026