Server Details
Euler - 39 tools for lending rates, supply, and borrow data
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- junct-bot/euler-mcp
- GitHub Stars
- 0
See and control every tool call
Available Tools
39 toolsAssetStatusInspect
Event emitted by the contract. Indexed fields (filterable): underlying. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| poolSize | Yes | uint256 (uint256, pass as decimal string). | |
| timestamp | Yes | uint256 (uint256, pass as decimal string). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| interestRate | Yes | int96 (int96, pass as decimal string). | |
| totalBorrows | Yes | uint256 (uint256, pass as decimal string). | |
| totalBalances | Yes | uint256 (uint256, pass as decimal string). | |
| reserveBalance | Yes | uint96 (uint96, pass as decimal string). | |
| interestAccumulator | Yes | uint256 (uint256, pass as decimal string). |
BorrowInspect
Event emitted by the contract. Indexed fields (filterable): underlying, account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
DelegateAverageLiquidityInspect
Event emitted by the contract. Indexed fields (filterable): account, delegate. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| delegate | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
DepositInspect
Event emitted by the contract. Indexed fields (filterable): underlying, account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
dispatchInspect
Call dispatch(). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return value.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
EnterMarketInspect
Event emitted by the contract. Indexed fields (filterable): underlying, account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
ExitMarketInspect
Event emitted by the contract. Indexed fields (filterable): underlying, account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
GenesisInspect
Event emitted by the contract. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
GovConvertReservesInspect
[DISCOVERY] Event emitted by the contract. Indexed fields (filterable): underlying, recipient. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| recipient | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
GovSetAssetConfigInspect
Event emitted by the contract. Indexed fields (filterable): underlying. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| newConfig | Yes | tuple. Fields: eTokenAddress, borrowIsolated, collateralFactor, borrowFactor, twapWindow. | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
GovSetIRMInspect
Event emitted by the contract. Indexed fields (filterable): underlying. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| resetParams | Yes | bytes (hex-encoded bytes, 0x-prefixed). | |
| interestRateModel | Yes | uint256 (uint256, pass as decimal string). |
GovSetPricingConfigInspect
Event emitted by the contract. Indexed fields (filterable): underlying. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| newPricingType | Yes | uint16 (uint16, pass as decimal string). | |
| newPricingParameter | Yes | uint32 (uint32, pass as decimal string). |
GovSetReserveFeeInspect
Event emitted by the contract. Indexed fields (filterable): underlying. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| newReserveFee | Yes | uint32 (uint32, pass as decimal string). |
InstallerInstallModuleInspect
Event emitted by the contract. Indexed fields (filterable): moduleId, moduleImpl. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| moduleId | Yes | uint256 (uint256, pass as decimal string) (indexed). | |
| moduleImpl | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| moduleGitCommit | Yes | bytes32 (32-byte hex string, 0x-prefixed). |
InstallerSetGovernorAdminInspect
Event emitted by the contract. Indexed fields (filterable): newGovernorAdmin. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| newGovernorAdmin | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
InstallerSetUpgradeAdminInspect
Event emitted by the contract. Indexed fields (filterable): newUpgradeAdmin. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| newUpgradeAdmin | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
LiquidationInspect
Event emitted by the contract. Indexed fields (filterable): liquidator, violator, underlying. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| repay | Yes | uint256 (uint256, pass as decimal string). | |
| yield | Yes | uint256 (uint256, pass as decimal string). | |
| discount | Yes | uint256 (uint256, pass as decimal string). | |
| violator | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| collateral | Yes | address (Ethereum address, 0x-prefixed). | |
| liquidator | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| healthScore | Yes | uint256 (uint256, pass as decimal string). | |
| baseDiscount | Yes | uint256 (uint256, pass as decimal string). |
MarketActivatedInspect
Event emitted by the contract. Indexed fields (filterable): underlying, eToken, dToken. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| dToken | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| eToken | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
moduleIdToImplementationInspect
Get moduleIdToImplementation(moduleId: string). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns address.
| Name | Required | Description | Default |
|---|---|---|---|
| moduleId | Yes | uint256 (uint256, pass as decimal string). |
moduleIdToProxyInspect
Get moduleIdToProxy(moduleId: string). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns address.
| Name | Required | Description | Default |
|---|---|---|---|
| moduleId | Yes | uint256 (uint256, pass as decimal string). |
nameInspect
Get name(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns string.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
ProxyCreatedInspect
Event emitted by the contract. Indexed fields (filterable): proxy. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| proxy | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| moduleId | Yes | uint256 (uint256, pass as decimal string). |
PTokenActivatedInspect
Event emitted by the contract. Indexed fields (filterable): underlying, pToken. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| pToken | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
PTokenUnWrapInspect
Event emitted by the contract. Indexed fields (filterable): underlying, account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
PTokenWrapInspect
Event emitted by the contract. Indexed fields (filterable): underlying, account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
RepayInspect
Event emitted by the contract. Indexed fields (filterable): underlying, account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
RequestBorrowInspect
Event emitted by the contract. Indexed fields (filterable): account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
RequestBurnInspect
Event emitted by the contract. Indexed fields (filterable): account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
RequestDepositInspect
Event emitted by the contract. Indexed fields (filterable): account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
RequestLiquidateInspect
Event emitted by the contract. Indexed fields (filterable): liquidator, violator, underlying. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| repay | Yes | uint256 (uint256, pass as decimal string). | |
| minYield | Yes | uint256 (uint256, pass as decimal string). | |
| violator | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| collateral | Yes | address (Ethereum address, 0x-prefixed). | |
| liquidator | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
RequestMintInspect
Event emitted by the contract. Indexed fields (filterable): account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
RequestRepayInspect
Event emitted by the contract. Indexed fields (filterable): account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
RequestSwapInspect
Event emitted by the contract. Indexed fields (filterable): accountIn, accountOut, underlyingIn. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| swapType | Yes | uint256 (uint256, pass as decimal string). | |
| accountIn | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| accountOut | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlyingIn | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlyingOut | Yes | address (Ethereum address, 0x-prefixed). |
RequestTransferDTokenInspect
Event emitted by the contract. Indexed fields (filterable): from, to. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| from | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| amount | Yes | uint256 (uint256, pass as decimal string). |
RequestTransferETokenInspect
Event emitted by the contract. Indexed fields (filterable): from, to. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| from | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| amount | Yes | uint256 (uint256, pass as decimal string). |
RequestWithdrawInspect
Event emitted by the contract. Indexed fields (filterable): account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
TrackAverageLiquidityInspect
Event emitted by the contract. Indexed fields (filterable): account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
UnTrackAverageLiquidityInspect
Event emitted by the contract. Indexed fields (filterable): account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
WithdrawInspect
Event emitted by the contract. Indexed fields (filterable): underlying, account. Subscribe via log filters.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | uint256 (uint256, pass as decimal string). | |
| account | Yes | address (Ethereum address, 0x-prefixed) (indexed). | |
| underlying | Yes | address (Ethereum address, 0x-prefixed) (indexed). |
Verify Ownership
This connector has been claimed. The /.well-known/glama.json file has been verified and ownership is confirmed.
Glama periodically re-verifies ownership. If the file is removed, the claim will be revoked.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.