MCP.so
Sign In

ton-mcp

@kriuchkov

About ton-mcp

This MCP Server allows you to interact with the TON Blockchain

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

kriuchkov

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ton-mcp": {
      "command": "bun",
      "args": [
        "run",
        "start"
      ],
      "env": {
        "LOG_LEVEL": "3"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is ton-mcp?

The ton-mcp server is a Model Context Protocol (MCP) server that enables interaction with a Ton wallet. It allows users to perform operations such as sending transactions, checking balances, and more through an LLM application.

How to use ton-mcp?

Configure the server by adding an entry to your MCP client’s configuration file with the command bun and args ["run", "start"]. Set the environment variable LOG_LEVEL as needed.

Key features of ton-mcp

  • Interact with your Ton wallet via MCP
  • Send transactions
  • Check balances
  • Perform various wallet operations

Use cases of ton-mcp

  • Send Ton transactions from an LLM interface
  • Check Ton wallet balance through an AI assistant

FAQ from ton-mcp

Comments

More Other MCP servers