Morpho API MCP Server

get_oracle_details

Retrieve detailed oracle information for a specific market using chain ID and market unique key, accessible through the Morpho API MCP Server.

Instructions

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