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
インストール
パッケージをインストールします。
npm install mcp-morpho-serverClaude 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
ソースからビルドするには:
リポジトリをクローンする
git clone https://github.com/crazyrabbitLTC/mcp-morpho-server.git依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
ISC
著者
作成者: [あなたの名前] ( <your@email> )
Maintenance
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
- MIT
- FlicenseNot gradedqualityDmaintenanceEnables 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
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.1,3173MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.21MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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