Solana
Summary
This Solana MCP server provides direct access to Solana blockchain data through natural language queries. Developed as an open-source project, it implements 21 essential Solana RPC methods across categories like account operations, block information, token management, and system status. Built in Rust, it integrates with the Solana client library and MCP SDK to offer a bridge between AI assistants and the Solana network. The server is designed for developers, analysts, and blockchain enthusiasts who want to explore Solana data or integrate blockchain queries into AI-powered applications. It's particularly useful for tasks like balance checking, transaction analysis, and monitoring network health through conversational interfaces.
Available Actions(21)
get_sol_balance
Get SOL balance for an address.
get_token_balance
Get SPL token balance.
get_account_info
Get account information.
get_largest_accounts
Get largest accounts on network.
get_slot
Get current slot.
get_block
Get block information.
get_block_time
Get block production time.
get_transaction
Get transaction details.
get_recent_blockhash
Get recent blockhash.
get_token_accounts_by_owner
Get token accounts by owner.
get_token_accounts_by_delegate
Get delegated token accounts.
get_token_supply
Get token supply information.
get_epoch_info
Get current epoch information.
get_version
Get node version.
get_health
Get node health status.
get_supply
Get current supply.
get_inflation_rate
Get inflation rate.
get_cluster_nodes
Get cluster node information.
get_minimum_balance_for_rent_exemption
Get minimum rent-exempt balance.
get_vote_accounts
Get vote accounts.
get_leader_schedule
Get leader schedule.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论