Morpho API MCP サーバー
Morpho APIへのクエリツールを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、ClaudeはMorphoのGraphQL APIと連携し、市場データ、保管庫、ポジションなどにアクセスできるようになります。
特徴
GraphQL を通じて Morpho の市場データをクエリする
金庫、ポジション、取引の完全サポート
過去のAPYデータとオラクル情報
包括的なページネーション、順序付け、フィルタリングのオプション
Zodスキーマを使用したデータ検証
エラー処理と型安全性
MCP準拠のサーバー実装
インストール
パッケージをインストールします。
Claude Desktop 構成に追加:
利用可能なツール
市場
get_markets
: ページネーションとフィルタリングを使用してすべての市場を取得しますget_whitelisted_markets
: ホワイトリストに登録された市場のみを取得するget_market_positions
: 特定の市場のポジションを取得するget_historical_apy
: 過去のAPYデータを取得するget_oracle_details
: Oracle情報を取得する
金庫
get_vaults
: すべてのボールトとその現在の状態を取得しますget_vault_positions
: 特定の金庫の位置を取得するget_vault_transactions
: 金庫の取引履歴を取得するget_vault_allocation
: 金庫市場の割り当てを取得するget_vault_reallocates
: ボールトの再割り当て履歴を取得するget_vault_apy_history
: 金庫の過去のAPYデータを取得する
資産と口座
get_asset_price
: 現在の価格と利回り情報を取得するget_account_overview
: アカウントのポジションと取引を取得するget_liquidations
: 清算イベントを取得する
発達
このプロジェクトは TypeScript で記述されており、以下を使用します。
MCP サーバー実装用の @modelcontextprotocol/sdk
APIリクエスト用のaxios
スキーマ検証のための zod
ソースからビルドするには:
リポジトリをクローンする
依存関係をインストールします:
プロジェクトをビルドします。
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
ISC
著者
作成者: [あなたの名前] ( your@email )
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.
Tools
Morpho GraphQL API との対話を可能にし、モデル コンテキスト プロトコル (MCP) サーバーを通じて市場データ、金庫、ポジション、トランザクションにアクセスするためのツールを提供します。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityMCP for working with GraphQL servers.Last updated -2502296MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -5021MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -0
- AsecurityAlicenseAqualityGraphQL MCP Server that acts as a bridge allowing MCP clients (like Cursor or Claude Desktop) to interact with target GraphQL APIs through standard tools for schema introspection and operation execution.Last updated -233MIT License