Skip to main content
Glama
lendwise-fi

lendwise

by lendwise-fi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LENDWISE_API_URLNoThe base URL of the Lendwise API. Change to http://localhost:3000 for local development.https://lendwise.fi
LENDWISE_INTEGRATIONNoSet to '1' to run network integration tests.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_market_universeA

List every asset, chain and protocol that Lendwise actually tracks, with market counts. Call this FIRST — the filter values for find_best_markets must come from here, not from memory.

find_best_markets

Rank current supply markets by net APY. Filtering and sorting run server-side against the latest snapshot. Defaults to markets with at least $1M TVL, because a thin market’s headline APY is mostly noise.

get_market_details

Full detail for one market: protocol metadata, accepted collaterals, and the current APY split into base / rewards / fees with individual reward items.

get_market_history

Daily net-APY history for one market plus mean / stddev / min / max. Use this before committing to a market over a long horizon: it is what separates a durable yield from a temporary reward spike.

optimize_allocationA

Split an amount across chosen markets to maximise yield at a target diversification, returning per-market amounts, the blended APY and a projected 6-month yield.

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/lendwise-fi/lendwise-mcp'

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