Skip to main content
Glama

Morpho API MCP Server

get_markets

Retrieve Morpho markets with pagination, filtering, and ordering options to manage datasets efficiently. Supports querying by assets, whitelisted status, and other criteria.

Instructions

Retrieves markets from Morpho with pagination, ordering, and filtering support.

Input Schema

NameRequiredDescriptionDefault
firstNoNumber of items to return (default: 100)
orderByNoField to order by
orderDirectionNoOrder direction
skipNoNumber of items to skip
whereNo

Input Schema (JSON Schema)

{ "properties": { "first": { "description": "Number of items to return (default: 100)", "type": "number" }, "orderBy": { "description": "Field to order by", "enum": [ "Lltv", "BorrowApy", "SupplyApy", "BorrowAssets", "SupplyAssets", "BorrowAssetsUsd", "SupplyAssetsUsd", "Fee", "Utilization" ], "type": "string" }, "orderDirection": { "description": "Order direction", "enum": [ "Asc", "Desc" ], "type": "string" }, "skip": { "description": "Number of items to skip", "type": "number" }, "where": { "properties": { "collateralAssetAddress": { "type": "string" }, "loanAssetAddress": { "type": "string" }, "uniqueKey_in": { "items": { "type": "string" }, "type": "array" }, "whitelisted": { "type": "boolean" } }, "type": "object" } }, "type": "object" }

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