mcpserver.lol
registry/solana
Connection check local install

solana

Solana MCP server for wallet, transactions & programs

Tools 25
GitHub stars 1
Installs / wk
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

25 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

airdrop_sol from source
Request SOL airdrop for testing (devnet/testnet only)
approve_delegate from source
Approve a delegate to transfer tokens on your behalf
burn_tokens from source
Burn tokens from a wallet
close_token_account from source
Close a token account and reclaim rent
create_spl_token from source
Create a new SPL token with specified decimals
create_token_account from source
Create associated token account for SPL tokens
create_wallet from source
Create a new Solana wallet
freeze_account from source
Freeze a token account to prevent transfers
get_account_info from source
Get detailed account information
get_balance from source
Get SOL balance for a wallet
get_network_info from source
Get current network information
get_recent_blockhash from source
Get recent blockhash for transaction building
get_token_accounts from source
Get all token accounts for a wallet
get_token_balance from source
Get SPL token balance for a wallet
get_token_supply from source
Get the total supply of a token
get_transaction from source
Get transaction details by signature
import_wallet from source
Import an existing wallet from private key or mnemonic
list_wallets from source
List all created/imported wallets
mint_tokens from source
Mint tokens to a specific account
revoke_delegate from source
Revoke a delegate
set_token_authority from source
Set or change authority for a token mint or account
switch_network from source
Switch Solana network
thaw_account from source
Thaw a frozen token account to allow transfers
transfer_sol from source
Transfer SOL between wallets
transfer_tokens from source
Transfer SPL tokens between wallets