MCP.so
登录

Morpho API MCP Server

@crazyrabbitLTC

关于 Morpho API MCP Server

A morpho server for the model context protocol

基本信息

分类

开发工具

传输方式

stdio

发布者

crazyrabbitLTC

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Morpho API MCP Server?

A Model Context Protocol (MCP) server that provides tools for querying the Morpho API. It enables Claude to interact with Morpho’s GraphQL API, giving access to market data, vaults, positions, and more. This server is built for developers and DeFi users who want to query Morpho protocol data through an MCP‑compatible agent.

How to use Morpho API MCP Server?

Install the package via npm (npm install mcp-morpho-server) and add it to your Claude Desktop configuration using the command node /path/to/node_modules/mcp-morpho-server/build/index.js. Once configured, Claude can call the provided tools (e.g., get_markets, get_vaults, get_account_overview) to retrieve Morpho data.

Key features of Morpho API MCP Server

  • 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‑compliant server implementation with error handling and type safety

Use cases of Morpho API MCP Server

  • Retrieve real‑time market states and whitelisted markets via Claude
  • Analyze vault positions, allocations, and reallocation history
  • Fetch historical APY data for informed DeFi strategy decisions
  • Monitor liquidation events and account overviews
  • Obtain oracle details and asset prices for risk assessment

FAQ from Morpho API MCP Server

How does this server differ from using the Morpho API directly?

The server wraps Morpho’s GraphQL API into MCP tools, allowing Claude (or any MCP client) to query data using natural language instead of writing raw GraphQL queries.

What dependencies or runtime are required?

Node.js is required. The package depends on @modelcontextprotocol/sdk, axios, and zod. Installation is done via npm.

Where does the data come from?

All data is fetched live from the Morpho GraphQL API; no local data storage is involved.

Are there any known limits or rate limitations?

The README does not mention specific limits. The server uses pagination and filtering to manage large result sets.

What transports or authentication are supported?

The README does not detail transport or authentication. The server is designed as a command‑line MCP tool for Claude Desktop; no API keys are mentioned.

评论

开发工具 分类下的更多 MCP 服务器