> For the complete documentation index, see [llms.txt](https://olaxbt-docs.gitbook.io/olaxbt-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olaxbt-docs.gitbook.io/olaxbt-doc/core-product-suite/mcp-space/solana-vault-mcp.md).

# Solana Vault MCP

***

## 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](https://github.com/olaxbt/solana-vault-mcp) .&#x20;

##
