Solana Vault MCP
A Model Context Protocol (MCP) implementation for secure Solana blockchain wallet operations in python.
Overview
Solana Vault MCP provides secure wallet operations for Solana blockchain through a standardized Model Context Protocol interface. It allows AI assistants to securely interact with the Solana blockchain without direct access to private keys.
Features
Secure Solana wallet operations
SOL balance checking
SOL transfer capabilities
Transaction history retrieval
Model Context Protocol compliant API
Support for Flask web server and WebSocket connections
Detailed logging and error handling
Project Structure
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
For the set up guide, usage and sample queries etc., please visit Solana Vault MCP Github Repository .
Last updated