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

                  • -
                    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 -
                    JavaScript
                    • Linux
                    • Apple
                  • A
                    security
                    F
                    license
                    A
                    quality
                    Implements 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 -
                    10
                    45
                    30
                    TypeScript
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A 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 -
                    82
                    JavaScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A 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 -
                    5
                    JavaScript
                    MIT License
                    • Apple
                    • Linux

                  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