SolanaMcpService

SolanaMcpService

1

The Solana MCP Server is designed to facilitate interactions between AI models and the Solana blockchain, providing REST APIs and WebSocket services for real-time blockchain operations. It offers features such as secure transactions, real-time updates, and custom token creation.

Solana MCP (Model Context Protocol) Server

This project features an MCP server that enables large language models to interact with the Solana blockchain. Key features include:

  • REST API and WebSocket support for real-time blockchain interactions
  • Secure handling of blockchain operations
  • Comprehensive error handling and logging
  • Custom token creation capability (e.g., PumpFun tokens)

Features

  • Access API endpoints for Solana blockchain interaction
  • Use the HTML test interface for feature testing
  • Real-time updates via WebSocket

Quick Start

  • Access the live service at https://mcp.so/ for immediate use
  • Self-hosting requires Node.js, npm/yarn, and optional Solana CLI tools

Deployment

  • Use Docker or PM2 for production deployment
  • HTTPS and logging are recommended for security and debugging