Morpho API MCP Server

get_oracle_details

Get oracle details for a specific market.

Input Schema

NameRequiredDescriptionDefault
chainIdNo
marketUniqueKeyYes

Input Schema (JSON Schema)

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