Skip to main content
Glama

TON Access MCP Server

by aiopinions

TON 액세스 MCP 서버

TON 블록체인을 위한 프로덕션에 바로 적용 가능한 모델 컨텍스트 프로토콜(MCP) 서버 구현으로, Ton-Access 라이브러리를 기반으로 구축되었습니다.

MCP란 무엇인가요?

모델 컨텍스트 프로토콜(MCP) 은 Anthropic에서 개발한 개방형 프로토콜로, 애플리케이션이 대규모 언어 모델(LLM)에 컨텍스트를 제공하는 방식을 표준화합니다. 클라이언트-서버 아키텍처를 따르며, LLM 애플리케이션(호스트)이 MCP 서버에 연결하여 LLM에 컨텍스트, 도구 및 프롬프트를 제공합니다.

특징

  • 전체 MCP 구현 : AI 어시스턴트를 TON 블록체인에 연결하기 위한 전체 MCP 사양을 구현합니다.
  • 분산형 액세스 : 안정성과 분산화를 위해 여러 노드를 사용합니다.
  • 상태 점검 : 노드 상태를 자동으로 점검하고 정상 노드를 선택합니다.
  • 부하 분산 : 가중치가 적용된 난수 알고리즘을 사용하여 요청을 분산합니다.
  • 다중 네트워크 : 메인넷과 테스트넷 모두 지원
  • 다중 프로토콜 : 다양한 RPC 프로토콜 지원(TonCenter HTTP API v2, TonHub HTTP API v4)

설치

지엑스피1

빠른 시작

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 스마트 계약에서 getter 메서드를 호출합니다.
  • ton.getMasterchainInfo : TON 마스터체인에 대한 최신 정보를 가져옵니다.
  • ton.getAccountState : TON 계정의 현재 상태를 가져옵니다.

선적 서류 비치

자세한 내용은 docs 디렉토리를 참조하세요.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

감사의 말

-
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