MCP.so
登录

ton-mcp

@kriuchkov

关于 ton-mcp

This MCP Server allows you to interact with the TON Blockchain

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

kriuchkov

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器