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
- AsecurityAlicenseAqualityProvides tools for AI assistants to interact with the Ethereum blockchain through standard JSON-RPC methods, enabling queries for account balances, gas prices, and smart contract code.Last updated -63JavaScriptMIT 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
- -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 -21915TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI models to interact with the Solana blockchain, providing RPC methods, wallet management, DeFi trading capabilities, and Helius API integration for enhanced Solana development.Last updated -TypeScriptMIT License