Solana Mcp Services
@ArcReactor9
About Solana Mcp Services
First Mcp Service On Solana
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"SolanaMcpService": {
"command": "docker",
"args": [
"build",
"-t",
"solana-mcp-server",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Solana MCP Services?
Solana MCP Services is an MCP (Model Context Protocol) server that enables large language models like Claude to interact with the Solana blockchain. It provides REST APIs and WebSocket interfaces for querying balances, sending tokens, retrieving transaction history, creating custom PumpFun tokens, and more.
How to use Solana MCP Services?
The easiest way is to use the deployed service at https://mcp.so/. For self-hosting, clone the repository, install dependencies with npm install, configure the .env file, and start the server with npm start. The server runs on http://localhost:3000 by default.
Key features of Solana MCP Services
- REST API endpoints for Solana blockchain interaction.
- WebSocket support for real-time updates.
- Built-in HTML test interface for feature testing.
- Custom PumpFun token creation capability.
- Secure handling of blockchain operations.
- Comprehensive error handling and logging.
Use cases of Solana MCP Services
- Enabling AI models to query Solana account balances.
- Automating SOL transfers between addresses.
- Creating custom PumpFun tokens via AI commands.
- Retrieving transaction history for analysis.
- Monitoring network status and account updates via WebSocket.
FAQ from Solana MCP Services
What is the MCP integration?
MCP (Model Context Protocol) allows AI models to execute Solana operations such as getBalance, transferSol, createPumpFunToken, etc. via the /api/mcp/execute endpoint.
What are the prerequisites for self-hosting?
Node.js v14+, npm or yarn, and optionally Solana CLI tools. You must configure environment variables in a .env file.
Where does data live?
All data is fetched from the Solana blockchain. Private keys are handled client-side and should not be stored on the server.
What transports are supported?
HTTP for REST API endpoints and WebSocket for real-time updates, both on port 3000.
What are known limitations?
Connection errors if the Solana network is unreachable, transaction failures if insufficient SOL for fees, API rate limiting on Solana RPC endpoints, and WebSocket disconnections requiring reconnection logic.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Servers
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments