mcp-morpho-server

mcp-morpho-server

3.2

A Model Context Protocol (MCP) server that provides tools for querying the Morpho API, enabling interaction with Morpho's GraphQL API for market data, vaults, positions, and more.

The Morpho API MCP Server is designed to facilitate seamless interaction with the Morpho GraphQL API, offering a robust set of tools for accessing and managing market data, vaults, positions, and transactions. This server is fully MCP-compliant, ensuring compatibility and ease of integration with other MCP-based systems. It supports comprehensive data querying capabilities, including pagination, ordering, and filtering, and ensures data integrity through the use of Zod schemas for validation. The server also provides detailed historical APY data and oracle information, making it a valuable resource for financial analysis and decision-making. With a focus on error handling and type safety, the Morpho API MCP Server is a reliable and efficient solution for accessing Morpho's financial data.

Features

  • Query Morpho markets data through GraphQL
  • Full support for vaults, positions, and transactions
  • Historical APY data and oracle information
  • Comprehensive pagination, ordering, and filtering options
  • Data validation using Zod schemas

MCP Tools

  • {'Markets': 'Tools for retrieving market data, including get_markets, get_whitelisted_markets, get_market_positions, get_historical_apy, and get_oracle_details.'}
  • {'Vaults': 'Tools for managing vault data, including get_vaults, get_vault_positions, get_vault_transactions, get_vault_allocation, get_vault_reallocates, and get_vault_apy_history.'}
  • {'Assets and Accounts': 'Tools for asset and account management, including get_asset_price, get_account_overview, and get_liquidations.'}

Usage with Different Platforms

Installation

Installation instructions for setting up the Morpho API MCP Server.

npm_install

bash
npm install mcp-morpho-server

Claude_Desktop_Configuration


{
  "tools": {
    "morpho": {
      "command": "node",
      "args": [
        "/path/to/node_modules/mcp-morpho-server/build/index.js"
      ]
    }
  }
}

Related MCP Servers

View all finance servers →