Solana MCP enables AI assistants to interact with the Solana blockchain by providing tools for checking wallet balances, retrieving blockchain information, and executing token transfers. The implementation connects to Solana's devnet through RPC endpoints, uses keypair-based authentication for transaction signing, and includes price conversion between SOL and USD. It features four main tools: retrieving the latest blockchain slot, checking wallet addresses and balances, and securely transferring SOL between wallets. This server is particularly valuable for blockchain interaction workflows that require secure transaction execution and real-time balance monitoring without leaving the conversation interface.
Returns the latest slot number.
Returns the wallet address.
Returns the wallet balance in SOL, Lamports, and USD.
Transfers SOL to a recipient address.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!