Skip to main content
Glama

Morpho API MCP Server

get_vaults

Retrieve detailed information on all vaults including their current states, sorted and filtered by assets, APY, or net APY in ascending or descending order.

Instructions

Retrieves all vaults with their current states.

Input Schema

NameRequiredDescriptionDefault
firstNo
orderByNo
orderDirectionNo
skipNo

Input Schema (JSON Schema)

{ "properties": { "first": { "type": "number" }, "orderBy": { "enum": [ "TotalAssetsUsd", "Apy", "NetApy" ], "type": "string" }, "orderDirection": { "enum": [ "Asc", "Desc" ], "type": "string" }, "skip": { "type": "number" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-morpho-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server