Solana MCP Server

A comprehensive Model Context Protocol server that provides seamless access to Solana blockchain data through AI assistants like Claude. Query blockchain information with natural language.

🚀

Comprehensive RPC Coverage

73+ Solana RPC methods across all major categories including accounts, blocks, transactions, tokens, and system operations. Real-time blockchain data with configurable commitment levels plus full WebSocket subscription support.

🌐

Multi-Network Support

Query multiple SVM-compatible networks simultaneously. Dynamic network configuration and management with parallel execution and result aggregation.

🛠️

Flexible Deployment

Deploy locally with Claude Desktop, as HTTP endpoints, serverless functions (AWS Lambda, Vercel, Google Cloud), or container orchestration (Docker, Kubernetes).

High Performance

Connection pooling, persistent RPC clients, configurable caching layers, parallel multi-network queries, and built-in rate limiting with error recovery.

📊

Monitoring & Scaling

Prometheus metrics, Kubernetes HPA support, health checks, and comprehensive logging for production-ready deployments with autoscaling capabilities.

🔒

Security First

Regular security audits with cargo audit, dependency updates, vulnerability monitoring, and comprehensive security documentation.

📚 Documentation

🎯 Usage Examples

💰 Basic Queries

  • "What's the SOL balance of address Gh9ZwEmdLJ8DscKNTkTqPbNwLNNBjuSzaG9Vp2KGtKJr?"
  • "Show me the current slot number"
  • "Get information about the latest block"

🌐 Multi-Network

  • "List all available SVM networks"
  • "Enable Eclipse mainnet for queries"
  • "Check SOL balance on all enabled networks"

🔧 Advanced Operations

  • "Show me the largest USDC token accounts"
  • "Get the leader schedule for the current epoch"
  • "Check block production stats for a validator"

🔗 Links & Resources

GitHub Repository Releases Report Issues Search Documentation