Skip to main content
Glama

TON Access MCP Server

by aiopinions

TON アクセス MCP サーバー

ton-accessライブラリ上に構築された、TON ブロックチェーン用の製品対応モデル コンテキスト プロトコル (MCP) サーバー実装。

MCPとは何ですか?

モデルコンテキストプロトコル(MCP)は、Anthropicによって開発されたオープンプロトコルであり、アプリケーションが大規模言語モデル(LLM)にコンテキストを提供する方法を標準化します。MCPはクライアントサーバーアーキテクチャを採用しており、LLMアプリケーション(ホスト)はMCPサーバーに接続し、MCPサーバーはLLMにコンテキスト、ツール、プロンプトを提供します。

特徴

  • 完全なMCP実装:AIアシスタントをTONブロックチェーンに接続するための完全なMCP仕様を実装します
  • 分散アクセス:信頼性と分散性のために複数のノードを使用する
  • ヘルスチェック: ノードのヘルスを自動的にチェックし、正常なノードを選択します。
  • 負荷分散: 重み付けランダムアルゴリズムを使用してリクエストを分散します
  • 複数のネットワーク: メインネットとテストネットの両方をサポート
  • 複数のプロトコル: さまざまな RPC プロトコル (TonCenter HTTP API v2、TonHub HTTP API v4) をサポート

インストール

# Clone the repository git clone https://github.com/your-org/ton-access-mcp.git cd ton-access-mcp # Install dependencies npm install # Build the project npm run build # Start the server npm start

クイックスタート

import { TonAccessMCPServer } from 'ton-access-mcp'; // Create and start the server const server = new TonAccessMCPServer({ port: 3000, host: 'localhost' }); server.start().then(() => { console.log('TON Access MCP Server is running on http://localhost:3000'); });

利用可能なツール

TON Access MCP サーバーは次のツールを提供します。

  • ton.getBalance : TONウォレットアドレスの残高を取得する
  • ton.getTransaction : TONブロックチェーントランザクションの詳細を取得する
  • ton.getBlock : TONブロックチェーンブロックの詳細を取得する
  • ton.callGetter : TONスマートコントラクトのゲッターメソッドを呼び出す
  • ton.getMasterchainInfo : TONマスターチェーンの最新情報を取得します
  • ton.getAccountState : TONアカウントの現在の状態を取得する

ドキュメント

詳細なドキュメントについては、 docsディレクトリを参照してください。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。

謝辞

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI アシスタントを TON ブロックチェーンに接続し、ウォレット残高、トランザクションの詳細、スマート コントラクト、その他のブロックチェーン データを照会できるようにする、本番環境対応のモデル コンテキスト プロトコル サーバー実装。

  1. MCPとは何ですか?
    1. 特徴
      1. インストール
        1. クイックスタート
          1. 利用可能なツール
            1. ドキュメント
              1. ライセンス
                1. 謝辞

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, providing services like token transfers, contract interactions, and ENS resolution through a unified interface.
                    Last updated -
                    28
                    988
                    304
                    TypeScript
                    MIT License
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A Model Context Protocol server that enables AI assistants to access Flow blockchain data and perform operations such as checking balances, resolving domains, executing scripts, and submitting transactions.
                    Last updated -
                    1
                    JavaScript
                    • Linux
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A Model Context Protocol server that provides onchain tools for AI applications to interact with the Hashkey Network, enabling cryptocurrency transfers, smart contract deployment, and blockchain interactions.
                    Last updated -
                    0
                    1
                    TypeScript
                    MIT License
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that enables AI models to interact with the Monad testnet for checking token balances, sending transactions, and deploying smart contracts.
                    Last updated -
                    7
                    8
                    TypeScript
                    Apache 2.0

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/aiopinions/TON-ACCESS-MCP'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server