Morpho API MCP Server
@MCP-Mirror
关于 Morpho API MCP Server
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 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, granting access to market data, vaults, positions, and more. It is intended for developers who need to query Morpho’s DeFi data through an LLM interface.
How to use Morpho API MCP Server?
Install the npm package (mcp-morpho-server) and add it to your Claude Desktop configuration by specifying the command node with the path to the build index file. The server exposes a set of tools that can be invoked through Claude.
Key features of Morpho API MCP Server
- Query Morpho markets data via 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
- Error handling and type safety
Use cases of Morpho API MCP Server
- Retrieve all Morpho markets with pagination and filtering
- Monitor vault positions and transaction history
- Analyze historical APY data for markets and vaults
- Get oracle details and asset prices
- Look up liquidation events and account overviews
FAQ from Morpho API MCP Server
What is the Morpho API MCP Server?
It is an MCP server that provides tools for querying the Morpho API, enabling Claude to interact with Morpho’s GraphQL API.
How do I install it?
Install the package via npm (npm install mcp-morpho-server) and then add the tool configuration to your Claude Desktop settings using the node command and the path to the built index.js file.
What tools are available?
Tools are grouped into Markets (get_markets, get_whitelisted_markets, get_market_positions, get_historical_apy, get_oracle_details), Vaults (get_vaults, get_vault_positions, get_vault_transactions, get_vault_allocation, get_vault_reallocates, get_vault_apy_history), and Assets & Accounts (get_asset_price, get_account_overview, get_liquidations).
What dependencies does it use?
The project uses @modelcontextprotocol/sdk for the MCP server, axios for API requests, and zod for schema validation. It is written in TypeScript.
Can I contribute to this project?
Yes, contributions are welcome. Submitting a Pull Request is the recommended way.
开发工具 分类下的更多 MCP 服务器
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
评论