25 tools from the Solana MCP Server, categorised by risk level.
View the Solana policy →get_account_info Get detailed Solana account information 2/5 get_balance Get SOL balance for a wallet 2/5 get_network_info Get current Solana network information 2/5 get_recent_blockhash Get recent blockhash 2/5 get_token_accounts List all token accounts for a wallet 2/5 get_token_balance Get SPL token balance 2/5 get_token_supply Get total supply and info for a token 2/5 get_transaction Get transaction details by signature 2/5 list_wallets List all managed Solana wallets 2/5 airdrop_sol Request SOL airdrop (devnet/testnet only) 2/5 approve_delegate Approve a delegate to transfer tokens 5/5 create_spl_token Create a new SPL token with custom decimals 5/5 create_token_account Create an associated token account 4/5 create_wallet Create a new Solana wallet 4/5 freeze_account Freeze a token account 5/5 import_wallet Import wallet from private key 5/5 mint_tokens Mint tokens to a wallet address 5/5 set_token_authority Set or change token authority 5/5 switch_network Switch Solana network (mainnet/devnet) 4/5 thaw_account Thaw (unfreeze) a token account 4/5 The Solana MCP server exposes 25 tools across 4 categories: Read, Write, Destructive, Financial.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Solana server.
Solana tools are categorised as Read (9), Write (11), Destructive (3), Financial (2). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept