A
licenseA
qualityC
maintenanceA read-only Solana MCP server that lets AI assistants query SOL prices, wallet balances, SPL token holdings, and recent transactions on the Solana mainnet via natural language over stdio.
4
4 npm
MIT
No user-submitted related servers found.
Scored across 8 tools
Most tools have distinct purposes, but get_account_info and get_sol_balance overlap because the former already returns lamports, which is the SOL balance. This could cause confusion for agents.
All tools follow a consistent 'get_noun' pattern in snake_case, making it easy to predict tool names and understand their actions.
With 8 read-only tools covering key Solana on-chain data (accounts, tokens, transactions, network info), the count is well-scoped and not excessive.
Covers essential read operations, but missing tools for querying program accounts or arbitrary account data, leaving minor gaps for advanced use cases.