Morpho API MCP Server

get_vaults

Retrieve all vaults and their current states using filters like order, direction, and pagination for efficient data access via the Morpho GraphQL API MCP server.

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" }
ID: t3vqcxa90h