SVM-MCP: SOON 모델 컨텍스트 프로토콜 서버
Claude AI를 SOON 및 기타 SVM 기반 블록체인과 통합하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 SOON 테스트넷 및 메인넷의 잔액 확인, 최근 거래 내역 조회, 토큰 보유량 조회 등의 도구를 제공하여 계정 잔액, 거래 내역 및 토큰 보유량을 확인할 수 있습니다.
개요
이 MCP 서버는 Claude를 SOON 생태계에 연결하도록 설계되었으며, 이를 통해 다음과 같은 작업이 가능합니다.
- 테스트넷과 메인넷에서 지갑 잔액 쿼리
- 주소에 대한 최신 거래를 가져옵니다.
- 모든 계정의 토큰 보유량을 확인하세요
현재 구현에서는 SOON의 RPC 엔드포인트를 사용하지만, 모든 Solana 호환 블록체인이나 사용자 정의 SVM 구현과 작동하도록 쉽게 수정할 수 있습니다.
특징
- 잔액 가져오기 : SOON 테스트넷 또는 메인넷의 모든 주소에 대한 기본 토큰 잔액을 가져옵니다.
- 마지막 거래 가져오기 : 주소에 대한 가장 최근 거래를 검색합니다.
- 토큰 계정 가져오기 : 주소가 소유한 모든 토큰 계정 나열
필수 조건
- Node.js(v16+)
- NPM 또는 Bun 패키지 관리자
- Claude Desktop(로컬 테스트용)
설치
- 저장소를 복제합니다.
지엑스피1
- 종속성 설치:
- 프로젝트를 빌드하세요:
프로젝트 구조
주요 서버 구현은 src/index.ts
에 있습니다.
도구 구현
균형을 잡으세요
마지막 거래 가져오기
토큰 계정 받기
서버 초기화
구성
클로드 데스크톱 구성
Claude Desktop과 함께 이 MCP 서버를 사용하려면 claude_desktop_config.json
파일에 다음을 추가하세요.
RPC 엔드포인트 사용자 지정
다른 RPC 엔드포인트를 사용하거나 다른 Solana 호환 블록체인에 연결하려면 src/index.ts
에서 연결 URL을 편집하세요.
Claude와 함께 사용
MCP 서버가 실행 중이고 Claude에 연결되면 다음 명령을 사용할 수 있습니다.
주소 잔액 확인
최근 거래 가져오기
토큰 보유량 검색
감사의 말
- AI 기능을 위한 Anthropic Claude
- 도구 통합을 가능하게 하는 모델 컨텍스트 프로토콜
- 블록체인 상호작용을 위한 Solana Web3.js
- 이 예제에서 사용된 SVM 구현을 위한 SOON 네트워크
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude AI를 SOON 및 기타 SVM 기반 블록체인과 연결하는 모델 컨텍스트 프로토콜 서버로, 이를 통해 사용자는 SOON 테스트넷과 메인넷에서 계좌 잔액을 확인하고, 최근 거래를 가져오고, 토큰 보유량을 볼 수 있습니다.
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
- -securityFlicense-qualityA Model Context Protocol server that provides onchain tools for Claude AI, allowing it to interact with the Solana blockchain through a standardized interface for operations like managing assets, executing token operations, and retrieving network information.Last updated -6TypeScript
- -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
- -securityAlicense-qualityA production-ready Model Context Protocol server implementation that connects AI assistants to the TON blockchain, allowing them to query wallet balances, transaction details, smart contracts, and other blockchain data.Last updated -TypeScriptMIT License