Skip to main content
Glama

Morpho API MCP Server

Morpho API MCP サーバー

Morpho APIへのクエリツールを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、ClaudeはMorphoのGraphQL APIと連携し、市場データ、保管庫、ポジションなどにアクセスできるようになります。

特徴

  • GraphQL を通じて Morpho の市場データをクエリする
  • 金庫、ポジション、取引の完全サポート
  • 過去のAPYデータとオラクル情報
  • 包括的なページネーション、順序付け、フィルタリングのオプション
  • Zodスキーマを使用したデータ検証
  • エラー処理と型安全性
  • MCP準拠のサーバー実装

インストール

  1. パッケージをインストールします。
npm install mcp-morpho-server
  1. Claude Desktop 構成に追加:
{ "tools": { "morpho": { "command": "node", "args": [ "/path/to/node_modules/mcp-morpho-server/build/index.js" ] } } }

利用可能なツール

市場

  • 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

ソースからビルドするには:

  1. リポジトリをクローンする
git clone https://github.com/crazyrabbitLTC/mcp-morpho-server.git
  1. 依存関係をインストールします:
npm install
  1. プロジェクトをビルドします。
npm run build

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

ライセンス

ISC

著者

作成者: [あなたの名前] ( <your@email> )

-
security - not tested
F
license - not found
-
quality - not tested

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.

Morpho GraphQL API との対話を可能にし、モデル コンテキスト プロトコル (MCP) サーバーを通じて市場データ、金庫、ポジション、トランザクションにアクセスするためのツールを提供します。

  1. 特徴
    1. インストール
      1. 利用可能なツール
        1. 市場
        2. 金庫
        3. 資産と口座
      2. 発達
        1. 貢献
          1. ライセンス
            1. 著者

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                MCP for working with GraphQL servers.
                Last updated -
                2
                469
                170
                TypeScript
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                A MCP server that exposes GraphQL schema information to LLMs like Claude. This server allows an LLM to explore and understand large GraphQL schemas through a set of specialized tools, without needing to load the whole schema into the context
                Last updated -
                58
                26
                JavaScript
                MIT License
                • Apple
                • Linux
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
                Last updated -
                469
                1
                MIT License
                • Apple
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
                Last updated -
                9
                TypeScript
                • Apple
                • Linux

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-morpho-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server