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) をサポート
インストール
クイックスタート
利用可能なツール
TON Access MCP サーバーは次のツールを提供します。
- ton.getBalance : TONウォレットアドレスの残高を取得する
- ton.getTransaction : TONブロックチェーントランザクションの詳細を取得する
- ton.getBlock : TONブロックチェーンブロックの詳細を取得する
- ton.callGetter : TONスマートコントラクトのゲッターメソッドを呼び出す
- ton.getMasterchainInfo : TONマスターチェーンの最新情報を取得します
- ton.getAccountState : TONアカウントの現在の状態を取得する
ドキュメント
詳細なドキュメントについては、 docsディレクトリを参照してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
謝辞
- トンアクセスライブラリ用のOrbsネットワーク
- MCP仕様のAnthropic
This server cannot be installed
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 ブロックチェーンに接続し、ウォレット残高、トランザクションの詳細、スマート コントラクト、その他のブロックチェーン データを照会できるようにする、本番環境対応のモデル コンテキスト プロトコル サーバー実装。
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -28988304TypeScriptMIT License
- -securityFlicense-qualityA 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 -1JavaScript
Hashkey MCP Serverofficial
-securityAlicense-qualityA 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 -01TypeScriptMIT License- AsecurityAlicenseAqualityA 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 -78TypeScriptApache 2.0