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
- -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 -JavaScript
- AsecurityFlicenseAqualityImplements the Model Context Protocol to allow AI models to access and interact with blockchain data, including reading contract states, retrieving events, and accessing transaction information across various networks.Last updated -104530TypeScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI agents to interact with the Flow blockchain through RPC calls, supporting account balances, script execution, transactions, domain resolution, and contract interactions.Last updated -82JavaScript
- -securityAlicense-qualityA Model Context Protocol server for integrating AI assistants like Claude Desktop with the Stellar blockchain, enabling wallet connections, token listings, balance queries, and fund transfers.Last updated -5JavaScriptMIT License