Solana モデルコンテキストプロトコル (MCP) サーバー
Solanaブロックチェーンのモデルコンテキストプロトコルを実装したPythonベースのサーバー。このサーバーは、Solanaブロックチェーンのデータとモデルを操作するためのインターフェースを提供します。
特徴
- リアルタイムSolanaブロックチェーンデータ処理
- モデルコンテキストプロトコルの実装
- ブロックチェーンインタラクションのためのRESTful APIエンドポイント
- リアルタイム更新のためのWebSocketサポート
設定
標準設定
- リポジトリをクローンする
- 依存関係をインストールします:
- 環境変数を設定します。
- Solana RPCノードの詳細を
.env
ファイルで編集します。
Dockerのセットアップ
- Docker イメージをビルドします。
- Docker コンテナを実行します。
サーバーの実行
開発モード:
生産モード:
Docker モード:
APIドキュメント
サーバーが起動したら、次の API ドキュメントにアクセスします。
環境変数
次の環境変数を設定できます。
HOST
: サーバーホスト(デフォルト: 0.0.0.0)PORT
: サーバーポート(デフォルト: 8000)DEBUG
: デバッグモードを有効にする (デフォルト: False)LOG_LEVEL
: ログレベル(デフォルト: INFO)CORS_ORIGINS
: 許可された CORS オリジンのコンマ区切りリスト (デフォルト: *)RELOAD
: 開発時にホットリロードを有効にする (デフォルト: False)
強化された Solana Analytics API
サーバーは、次のエンドポイントを通じて強化された Solana 分析機能を提供します。
トークン情報
価格、時価総額、供給データなど、トークンの詳細情報を取得します。
クジラの検出
設定可能なしきい値を使用して、特定のトークンの大口保有者 (「クジラ」) を識別します。
強化されたアカウント分析
追加のコンテキストを含む、解析された詳細なアカウント情報を取得します。
価格設定付きトークンアカウント
充実した価格設定と評価データを持つアドレスのトークン アカウントを取得します。
This server cannot be installed
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.
AI ツールが自然言語を使用してブロックチェーン データを照会し、構造化されたトークン情報にアクセスし、複雑なブロックチェーンの概念について人間が読める説明を生成できるようにする Solana ブロックチェーン インタラクション サーバー。
Related MCP Servers
- -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 -15112Apache 2.0
- -securityAlicense-qualityA Model Context Protocol server enabling AI agents to interact with the Solana blockchain for DeFi operations like checking balances, transferring tokens, executing swaps, and fetching price data.Last updated -1522TypeScriptMIT License
- -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 -1510JavaScript
- -securityFlicense-qualityA Node.js-based server that integrates with the xAI Grok API to provide AI-driven analysis tools for the Solana blockchain, supporting transaction analysis, address investigation, image processing, and general queries.Last updated -JavaScript