Provides tools for interacting with the Solana blockchain via the Solafon platform, enabling capabilities such as checking SOL and token balances, fetching transaction history, retrieving token prices, and broadcasting signed transactions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Solafon MCPCheck the SOL balance of wallet 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
solafon-mcp
Model Context Protocol server for building bots and interacting with Solana wallet on the Solafon platform.
Connect this MCP server to Claude Desktop, Cursor, VS Code, or any MCP-compatible AI tool to build Solafon mini-apps using natural language.
Quick Start
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Cursor
Add to .cursor/mcp.json in your project:
VS Code
Add to your VS Code MCP settings:
Requirements
Node.js 18+ (no other dependencies needed)
Available Tools
Bot API
Tool | Description |
| Get your bot's app info |
| Send text, images, buttons, carousels |
| Edit a previously sent message |
| Delete a message |
| List all bot conversations |
| Read messages in a conversation |
| Get user info |
| Configure webhook URL |
| Set greeting for new users |
Wallet API
Tool | Description |
| SOL + token balances with USD values |
| Supported tokens with metadata |
| Current USD prices |
| Wallet transaction history |
| Check transaction confirmation |
| Get blockhash for transactions |
| Broadcast signed transaction |
| Simulate before sending |
Prompts (Templates)
Prompt | Description |
| Step-by-step echo bot guide |
| Bot that checks wallet balances |
| Bot with button menus and callbacks |
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Bot API token from developer portal |
| No |
| API base URL |
Getting a Bot Token
Register at Solafon
Go to Developer Portal
Create a new app
Copy the API key shown after creation
Example Usage with Claude
After connecting the MCP server, you can say to Claude:
"Check the SOL balance of wallet address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
"Send a welcome message to conversation abc-123 with two buttons: Check Balance and Help"
"Set up my bot's webhook to https://myserver.com/webhook"
"Show me the last 10 transactions for this wallet"
Documentation
Full documentation: docs.solafon.com
License
MIT