solana-mcp
Related Servers
Alternatives to solana-mcp
No user-submitted related servers found.
Related Servers
TDQS
Scored across 38 tools
Most tools have clearly distinct purposes, though get_token_info and get_token_supply overlap slightly (info includes supply). The large number of get_* tools are well-differentiated by their specific parameters.
All tools use snake_case and follow a verb_noun pattern (e.g., get_balance, create_token, transfer_sol). Even is_program and identify_program fit the pattern consistently.
38 tools is high for a single server, covering a broad range of Solana operations. While each tool serves a function, the set could be streamlined (e.g., merging get_token_supply into get_token_info).
Core operations (queries, token transfers, swaps) are present, but missing management tools for stake accounts, NFT creation, and program deployment. Some actions are read-only where writes might be expected.