Morpho API MCP Server

get_vault_allocation

Retrieve vault allocation data for a specific market using address and chain ID, powered by the Morpho API MCP Server for streamlined market insights.

Instructions

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