-
securityA
license-
qualityA Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.
Last updated -
10
51
TypeScript
Apache 2.0
Clineを介してSolanaブロックチェーンデータへの包括的なアクセスを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーは幅広いSolana RPCメソッドを実装しており、自然言語による会話を通じてブロックチェーン情報への直接クエリを容易に行うことができます。
サーバーは、さまざまなカテゴリにわたって 21 個の重要な Solana RPC メソッドを提供します。
get_sol_balance
: アドレスのSOL残高を取得するget_token_balance
: SPLトークン残高を取得するget_account_info
: アカウント情報を取得するget_largest_accounts
: ネットワーク上の最大のアカウントを取得するget_slot
: 現在のスロットを取得するget_block
: ブロック情報を取得するget_block_time
: ブロック生成時間を取得するget_transaction
: トランザクションの詳細を取得するget_recent_blockhash
: 最近のブロックハッシュを取得するget_token_accounts_by_owner
: 所有者別にトークンアカウントを取得するget_token_accounts_by_delegate
: 委任されたトークンアカウントを取得するget_token_supply
: トークン供給情報を取得するget_epoch_info
: 現在のエポック情報を取得するget_version
: ノードのバージョンを取得するget_health
: ノードのヘルスステータスを取得するget_supply
: 現在の供給量を取得するget_inflation_rate
: インフレ率を取得するget_cluster_nodes
: クラスターノード情報を取得するget_minimum_balance_for_rent_exemption
: 最低家賃免除残高を取得するget_vote_accounts
: 投票アカウントを取得するget_leader_schedule
: リーダースケジュールを取得する~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
) に次の構成を追加します。設定が完了すると、Clineの自然言語を使ってSolanaブロックチェーンと対話できるようになります。以下にクエリの例を示します。
SOLANA_RPC_URL
: (オプション) 使用するSolana RPCエンドポイント。指定されていない場合は、デフォルトで「 https://api.mainnet-beta.solana.com 」になります。MITライセンス
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Solana の最初のバージョンに関連する実際のアクションを実行できる MCP サーバーは、RPC メソッドとその呼び出し方法に関する知識を追加します。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aldrin-labs/solana-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server