Morpho API MCP Server

get_vaults

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" }