mcp-morpho-server
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 →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
bsc-mcp
by TermiX-official
BNBChain MCP is a tool server designed for interacting with the Binance Smart Chain, enabling token transfers, smart contract interactions, and more, tailored for developers and AI agents.