Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_markets | Retrieves markets from Morpho with pagination, ordering, and filtering support. |
| get_whitelisted_markets | Retrieves only whitelisted markets from Morpho. |
| get_asset_price | Get current price and yield information for specific assets. |
| get_market_positions | Get positions overview for specific markets with pagination and ordering. |
| get_historical_apy | Get historical APY data for a specific market. |
| get_oracle_details | Get oracle details for a specific market. |
| get_account_overview | Get account overview including positions and transactions. |
| get_liquidations | Get liquidation events with filtering and pagination. |
| get_vault_allocation | Get vault allocation for a specific market. |
| get_vault_reallocates | Get vault reallocates for a specific vault. |
| get_vaults | Retrieves all vaults with their current states. |
| get_vault_positions | Get positions for a specific vault. |
| get_vault_transactions | Get latest vault transactions. |
| get_vault_apy_history | Get historical APY data for a vault. |