Solana MCP サーバー
Solanaブロックチェーンとやり取りするためのモデル・コンテキスト・プロトコルサーバー。このサーバーは、一般的なSolana操作のためのシンプルなRPCエンドポイントを提供します。
特徴
- 現在のスロット番号を取得する
- 口座残高を確認する
- 詳細なアカウント情報を取得する
- キーペア情報を表示する
- アカウント間でSOLを転送する
クイックスタート
依存関係をクローンしてインストールします。
ツールを構築する
claude_desktop_config.jsonにツールを追加します
使用法
クロードに聞く:
- Solanaの最新スロットは何ですか?
- 62QXuWZ3WT6ws1ZFxJobVDVXn6bEsiYpLo5yG612U6u3 の残高はいくらですか?
- これが私のテストキーです[秘密鍵に置き換えてください]。0.001 SOLを[公開アドレスに置き換えてください]に送金しましょう
セキュリティに関する注意事項
少額の資金が入ったテストウォレットでのみ使用してください。
RPCエンドポイント
サーバーはhttps://api.mainnet-beta.solana.com
にあるSolanaのメインネットに接続します。別のネットワーク(devnetやtestnetなど)を使用するには、 src/index.ts
のSOLANA_RPC
定数を変更してください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
一般的な Solana ブロックチェーン操作用のシンプルな RPC エンドポイントを提供するサーバー。ユーザーは残高を確認したり、アカウント情報を取得したり、アカウント間で SOL を転送したりできます。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.Last updated -1051TypeScriptApache 2.0
- -securityAlicense-qualityA server that enables interaction with the Solana blockchain, providing access to over 40 Solana RPC methods including getting balances, transaction details, block information, and sending transactions.Last updated -PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables Claude AI to interact with the Solana blockchain through a standardized interface, providing tools for transactions, account queries, and wallet management.Last updated -21979Apache 2.0
- -securityFlicense-qualityA server that enables interaction with the Solana blockchain using your own private key, supporting operations like getting wallet information, checking balances, and transferring SOL.Last updated -2196JavaScript