Morpho API MCP Server

get_vault_allocation

Get vault allocation for a specific market.

Input Schema

NameRequiredDescriptionDefault
addressYes
chainIdNo

Input Schema (JSON Schema)

{ "properties": { "address": { "type": "string" }, "chainId": { "type": "number" } }, "required": [ "address" ], "type": "object" }