Skip to main content
Glama
crazyrabbitLTC

Morpho API MCP Server

Morpho API MCP サーバー

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

特徴

  • GraphQL を通じて Morpho の市場データをクエリする

  • 金庫、ポジション、取引の完全サポート

  • 過去のAPYデータとオラクル情報

  • 包括的なページネーション、順序付け、フィルタリングのオプション

  • Zodスキーマを使用したデータ検証

  • エラー処理と型安全性

  • MCP準拠のサーバー実装

Related MCP server: TrueRAG MCP Server

インストール

  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> )

A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with a TrueRAG system through a GraphQL API using the Model Context Protocol (MCP), facilitating access to policies with a Python SDK and GQL library integration.
    2
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
    1,317
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • The Graph MCP — indexed blockchain data via subgraph GraphQL queries

  • Query metrics, targets, entities, and team data in your Steep workspace via MCP.

  • Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes.

View all MCP Connectors

Latest Blog Posts

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