Skip to main content
Glama

Server Details

Euler - 39 tools for lending rates, supply, and borrow data

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
junct-bot/euler-mcp
GitHub Stars
0
Server Listing
Euler MCP Server

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 55 tool updates
    • AddedAssetStatus
    • AddedBorrow
    • AddedDelegateAverageLiquidity
    • AddedDeposit
    • Addeddispatch
    • AddedEnterMarket
    • Removedevent_approval
    • Removedevent_changed_name
    • Removedevent_changed_symbol
    • Removedevent_delegate_changed
    • Removedevent_delegate_votes_changed
    • Removedevent_minter_changed
    • Removedevent_new_implementation
    • Removedevent_transfer
    • Removedevent_transfer_paused
    • Removedevent_transfer_unpaused
    • AddedExitMarket
    • AddedGenesis
    • Removedget_decimals
    • Removedget_implementation
    • Removedget_insta_index
    • Removedget_name
    • Removedget_symbol
    • Removedget_total_supply
    • AddedGovConvertReserves
    • AddedGovSetAssetConfig
    • AddedGovSetIRM
    • AddedGovSetPricingConfig
    • AddedGovSetReserveFee
    • AddedInstallerInstallModule
    • AddedInstallerSetGovernorAdmin
    • AddedInstallerSetUpgradeAdmin
    • AddedLiquidation
    • AddedMarketActivated
    • AddedmoduleIdToImplementation
    • AddedmoduleIdToProxy
    • Addedname
    • AddedProxyCreated
    • AddedPTokenActivated
    • AddedPTokenUnWrap
    • AddedPTokenWrap
    • AddedRepay
    • AddedRequestBorrow
    • AddedRequestBurn
    • AddedRequestDeposit
    • AddedRequestLiquidate
    • AddedRequestMint
    • AddedRequestRepay
    • AddedRequestSwap
    • AddedRequestTransferDToken
    • AddedRequestTransferEToken
    • AddedRequestWithdraw
    • AddedTrackAverageLiquidity
    • AddedUnTrackAverageLiquidity
    • AddedWithdraw
  2. 16 tool updates
    • First observedevent_approval
    • First observedevent_changed_name
    • First observedevent_changed_symbol
    • First observedevent_delegate_changed
    • First observedevent_delegate_votes_changed
    • First observedevent_minter_changed
    • First observedevent_new_implementation
    • First observedevent_transfer
    • First observedevent_transfer_paused
    • First observedevent_transfer_unpaused
    • First observedget_decimals
    • First observedget_implementation
    • First observedget_insta_index
    • First observedget_name
    • First observedget_symbol
    • First observedget_total_supply

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    Provides AI assistants with access to real-time DeFi lending rates and yield data across 14+ protocols and multiple blockchains. Enables querying borrow/supply rates, comparing platforms, calculating leverage strategies, and finding best earn opportunities.
    6
    19
    4
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server that exposes unified AI-friendly tools over Messari's standardized lending subgraphs on The Graph. One natural-language query → fan out across 40+ lending protocols on multiple chains → get back structured, comparable data.
    19
    18
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for LendWise to compare DeFi supply markets across Aave V3, Morpho, and Compound V3 on 8 chains. It helps find best markets and optimize allocations based on real yield data.
    5
    18
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.7/5.0
Disambiguation2/5

The tool set has significant overlap and ambiguity, particularly between event tools (e.g., Borrow vs. RequestBorrow, Deposit vs. RequestDeposit) and between similar events (e.g., various GovSet* events). While descriptions clarify these are events versus actions, the naming alone makes it difficult for an agent to distinguish their purposes without deep domain knowledge. Many tools appear to serve similar logging/filtering functions with only subtle differences in indexed fields.

Naming Consistency3/5

Naming is mixed but somewhat readable. Most event tools use PascalCase (e.g., AssetStatus, Borrow), while a few use camelCase (e.g., moduleIdToImplementation, moduleIdToProxy) or lowercase (e.g., dispatch, name). There's no consistent verb_noun pattern; events are named as nouns or past-tense verbs, and read/write functions use generic terms. This inconsistency can confuse agents but isn't chaotic.

Tool Count2/5

With 39 tools, the count is excessive for the apparent scope of monitoring contract events and basic interactions. Many tools are highly specialized events (e.g., GovSetAssetConfig, InstallerSetGovernorAdmin) that could be consolidated or parameterized. This bloated set will overwhelm agents and increase misselection risk, indicating poor scoping.

Completeness4/5

For a contract monitoring server, the surface is fairly complete, covering a wide range of events (e.g., deposits, borrows, liquidations, governance actions) and including key read functions (e.g., name, module lookups) and a write function (dispatch). However, there are minor gaps, such as missing tools for common contract queries like balance checks or detailed state reads, which agents might need for full workflow coverage.