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

コメント

「その他」の他のコンテンツ