Skip to main content
Glama

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

You must be authenticated.

Other Tools from Morpho API MCP Server

Related Tools

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