This MCP server, developed by crazyrabbitLTC, provides a bridge to the Morpho DeFi protocol's GraphQL API. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for querying market data, vaults, positions, and historical APY information. The implementation focuses on data validation, error handling, and comprehensive pagination options. It's particularly useful for AI agents and applications needing to analyze or interact with Morpho's lending markets, enabling use cases such as portfolio management, risk assessment, and yield optimization without directly dealing with the complexities of Morpho's GraphQL API.
Retrieve all markets with pagination and filtering.
Get only whitelisted markets.
Get positions for specific markets.
Get historical APY data.
Get oracle information.
Get all vaults with their current states.
Get positions for specific vaults.
Get vault transaction history.
Get vault market allocations.
Get vault reallocation history.
Get historical APY data for vaults.
Get current price and yield information.
Get account positions and transactions.
Get liquidation events.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!