Skip to main content
Glama
clumsynonono

Aave Liquidation MCP Server

by clumsynonono

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ETHEREUM_RPC_URLYesYour Ethereum RPC endpoint URL (e.g., from Alchemy, Infura, QuickNode, or your own node)
HEALTH_FACTOR_THRESHOLDNoHealth factor warning threshold1.05

Tools

Functions exposed to the LLM to take actions

NameDescription
get_user_health

Get health factor and account data for a specific Ethereum address on Aave V3. Returns collateral, debt, and liquidation status.

analyze_liquidation

Analyze a user position for liquidation opportunity. Returns detailed information including collateral assets, debt assets, risk level, and potential profit.

get_user_positions

Get detailed breakdown of a user collateral and debt positions across all Aave V3 assets.

get_aave_reserves

Get list of all available reserves (assets) in Aave V3 protocol with their configuration.

get_asset_price

Get current price for a specific asset from Aave oracle.

get_protocol_status

Get general Aave V3 protocol status including current block number.

batch_check_addresses

Batch check multiple Ethereum addresses for liquidation opportunities. Returns a summary of all addresses with their health status.

validate_address

Validate if a string is a valid Ethereum address format.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/clumsynonono/aave-liquidation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server