Solana Vault MCP
솔라나 볼트 MCP
파이썬에서 안전한 Solana 블록체인 지갑 작업을 위한 모델 컨텍스트 프로토콜(MCP) 구현.
개요
Solana Vault MCP는 표준화된 모델 컨텍스트 프로토콜(MCP) 인터페이스를 통해 Solana 블록체인에 안전한 지갑 운영을 제공합니다. 이를 통해 AI 비서가 개인 키에 직접 접근하지 않고도 Solana 블록체인과 안전하게 상호 작용할 수 있습니다.
Related MCP server: Solana MCP Server
특징
안전한 Solana 지갑 운영
SOL 잔액 확인
SOL 전송 기능
거래 내역 검색
모델 컨텍스트 프로토콜 호환 API
Flask 웹 서버 및 WebSocket 연결 지원
자세한 로깅 및 오류 처리
설치
필수 조건
파이썬 3.9 이상
씨
설정
저장소를 복제합니다.
지엑스피1
가상 환경을 만들고 활성화하세요.
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate종속성 설치:
pip install -r requirements.txt.env.example기반으로.env파일을 만듭니다.cp .env.example .env.env파일을 편집하여 Solana 개인 키와 RPC URL을 추가합니다.
용법
서버 시작
python run.py서버는 .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- 특정 토큰에 대한 토큰 잔액을 가져옵니다.
예제 쿼리
{
"id": "request123",
"action": "wallet.balance",
"params": {}
}응답:
{
"id": "request123",
"result": {
"balance": 1.5,
"currency": "SOL",
"address": "YourSolanaPublicKey"
}
}개발
프로젝트 구조
solana-vault-mcp/
├── app/
│ ├── handlers/ # Action handlers
│ ├── routes/ # API routes
│ ├── services/ # Core services
│ └── utils/ # Utilities
├── logs/ # Log files
├── tests/ # Test cases
├── .env # Environment variables
├── .env.example # Example environment file
├── requirements.txt # Dependencies
├── run.py # Main entry point
└── README.md # Documentation테스트 실행
pytest특허
MIT
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA 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.29163Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA 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.2922MIT
- AlicenseNot gradedqualityDmaintenanceA 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.5MIT
- FlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that enables Claude AI to interact with the Solana blockchain, allowing it to execute transactions, query accounts, manage wallets, get price predictions, trade tokens, and access various blockchain data sources.4
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/olaxbt/solana-vault-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server