Solana MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_walletC | Create a new Solana wallet |
| import_walletC | Import an existing wallet from private key or mnemonic |
| list_walletsB | List all created/imported wallets |
| get_balanceC | Get SOL balance for a wallet |
| get_token_balanceC | Get SPL token balance for a wallet |
| transfer_solC | Transfer SOL between wallets |
| transfer_tokensC | Transfer SPL tokens between wallets |
| airdrop_solA | Request SOL airdrop for testing (devnet/testnet only) |
| get_account_infoC | Get detailed account information |
| get_transactionC | Get transaction details by signature |
| get_recent_blockhashB | Get recent blockhash for transaction building |
| switch_networkC | Switch Solana network |
| get_network_infoC | Get current network information |
| create_token_accountC | Create associated token account for SPL tokens |
| get_token_accountsC | Get all token accounts for a wallet |
| create_spl_tokenC | Create a new SPL token with specified decimals |
| mint_tokensC | Mint tokens to a specific account |
| burn_tokensC | Burn tokens from a wallet |
| freeze_accountB | Freeze a token account to prevent transfers |
| thaw_accountC | Thaw a frozen token account to allow transfers |
| set_token_authorityC | Set or change authority for a token mint or account |
| get_token_supplyC | Get the total supply of a token |
| close_token_accountC | Close a token account and reclaim rent |
| approve_delegateC | Approve a delegate to transfer tokens on your behalf |
| revoke_delegateB | Revoke a delegate's authority to transfer tokens |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ExpertVagabond/solana-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server