Integrations
Manages environment variables for secure storage of Solana private keys and RPC URLs.
Provides a web server framework for exposing the Solana wallet operations through RESTful API endpoints and handling HTTP requests.
Offers testing capabilities for validating the functionality of the Solana wallet operations.
솔라나 볼트 MCP
파이썬에서 안전한 Solana 블록체인 지갑 작업을 위한 모델 컨텍스트 프로토콜(MCP) 구현.
개요
Solana Vault MCP는 표준화된 모델 컨텍스트 프로토콜(MCP) 인터페이스를 통해 Solana 블록체인에 안전한 지갑 운영을 제공합니다. 이를 통해 AI 비서가 개인 키에 직접 접근하지 않고도 Solana 블록체인과 안전하게 상호 작용할 수 있습니다.
특징
- 안전한 Solana 지갑 운영
- SOL 잔액 확인
- SOL 전송 기능
- 거래 내역 검색
- 모델 컨텍스트 프로토콜 호환 API
- Flask 웹 서버 및 WebSocket 연결 지원
- 자세한 로깅 및 오류 처리
설치
필수 조건
- 파이썬 3.9 이상
- 씨
설정
- 저장소를 복제합니다.지엑스피1
- 가상 환경을 만들고 활성화하세요.Copy
- 종속성 설치:Copy
.env.example
기반으로.env
파일을 만듭니다.Copy.env
파일을 편집하여 Solana 개인 키와 RPC URL을 추가합니다.
용법
서버 시작
Copy
서버는 .env
파일에 지정된 포트에서 시작됩니다(기본값: 5000).
API 엔드포인트
GET /
- 서비스 정보가 포함된 시작 페이지GET /health
- 상태 확인 엔드포인트GET /api/mcp/ping
- MCP 서비스 상태 점검POST /api/mcp/query
- 주요 MCP 쿼리 엔드포인트
MCP 작업
Solana Vault MCP는 다음 작업을 지원합니다.
wallet.info
- 지갑 정보 받기wallet.balance
- SOL 잔액 가져오기wallet.transfer
- SOL을 다른 지갑으로 전송wallet.transactions
- 최근 거래 내역 가져오기wallet.token_balance
- 특정 토큰에 대한 토큰 잔액을 가져옵니다.
예제 쿼리
Copy
응답:
Copy
개발
프로젝트 구조
Copy
테스트 실행
Copy
특허
MIT
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables Claude AI to interact with the Solana blockchain through a standardized interface, providing tools for transactions, account queries, and wallet management.Last updated -5972Apache 2.0
- -securityAlicense-qualityA Model Context Protocol server enabling AI agents to interact with the Solana blockchain for DeFi operations like checking balances, transferring tokens, executing swaps, and fetching price data.Last updated -5915TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI models to interact with the Solana blockchain, providing RPC methods, wallet management, DeFi trading capabilities, and Helius API integration for enhanced Solana development.Last updated -TypeScriptMIT License
- -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