Skip to main content
Glama

Morpho API MCP Server

get_vault_transactions

Retrieve vault transactions from the Morpho API MCP Server, filtering by type, order, and pagination for precise data access.

Instructions

Get latest vault transactions.

Input Schema

NameRequiredDescriptionDefault
firstNo
orderByNo
orderDirectionNo
skipNo
type_inNo

Input Schema (JSON Schema)

{ "properties": { "first": { "type": "number" }, "orderBy": { "enum": [ "Timestamp" ], "type": "string" }, "orderDirection": { "enum": [ "Asc", "Desc" ], "type": "string" }, "skip": { "type": "number" }, "type_in": { "items": { "enum": [ "MetaMorphoFee", "MetaMorphoWithdraw", "MetaMorphoDeposit" ], "type": "string" }, "type": "array" } }, "type": "object" }
Install Server

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