euler-mcp
Server Details
Euler - 39 tools for lending rates, supply, and borrow data
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- junct-bot/euler-mcp
- GitHub Stars
- 0
- Server Listing
- Euler MCP Server
TDQS
Scored across 39 tools
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 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.
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.
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
55 tool updates
- Added
AssetStatus - Added
Borrow - Added
DelegateAverageLiquidity - Added
Deposit - Added
dispatch - Added
EnterMarket - Removed
event_approval - Removed
event_changed_name - Removed
event_changed_symbol - Removed
event_delegate_changed - Removed
event_delegate_votes_changed - Removed
event_minter_changed - Removed
event_new_implementation - Removed
event_transfer - Removed
event_transfer_paused - Removed
event_transfer_unpaused - Added
ExitMarket - Added
Genesis - Removed
get_decimals - Removed
get_implementation - Removed
get_insta_index - Removed
get_name - Removed
get_symbol - Removed
get_total_supply - Added
GovConvertReserves - Added
GovSetAssetConfig - Added
GovSetIRM - Added
GovSetPricingConfig - Added
GovSetReserveFee - Added
InstallerInstallModule - Added
InstallerSetGovernorAdmin - Added
InstallerSetUpgradeAdmin - Added
Liquidation - Added
MarketActivated - Added
moduleIdToImplementation - Added
moduleIdToProxy - Added
name - Added
ProxyCreated - Added
PTokenActivated - Added
PTokenUnWrap - Added
PTokenWrap - Added
Repay - Added
RequestBorrow - Added
RequestBurn - Added
RequestDeposit - Added
RequestLiquidate - Added
RequestMint - Added
RequestRepay - Added
RequestSwap - Added
RequestTransferDToken - Added
RequestTransferEToken - Added
RequestWithdraw - Added
TrackAverageLiquidity - Added
UnTrackAverageLiquidity - Added
Withdraw
16 tool updates
- First observed
event_approval - First observed
event_changed_name - First observed
event_changed_symbol - First observed
event_delegate_changed - First observed
event_delegate_votes_changed - First observed
event_minter_changed - First observed
event_new_implementation - First observed
event_transfer - First observed
event_transfer_paused - First observed
event_transfer_unpaused - First observed
get_decimals - First observed
get_implementation - First observed
get_insta_index - First observed
get_name - First observed
get_symbol - First observed
get_total_supply
Related MCP Connectors
Aave - 6 tools for lending rates, supply, and borrow data
Compound - 8 tools for lending rates, supply, and borrow data
Maker - 10 tools for lending rates, supply, and borrow data
Eigenlayer - 8 tools for staking, delegation, and rewards data
Related MCP Servers
- AlicenseBqualityFmaintenanceProvides 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.644MIT
- AlicenseAqualityCmaintenanceMCP 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.1971MIT
- FlicenseNot gradedqualityCmaintenanceDeFi Yield Intelligence MCP Server — 8 tools for risk-adjusted APY, stablecoin & RWA yield tracking across 19K+ pools. Part of ToolOracle (tooloracle.io).-
- AlicenseAqualityBmaintenanceMCP 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.57MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.