Skip to main content
Glama
mavrkofficial

tydro-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoListen port for the HTTP/SSE variant (tydro-mcp-http) only. Ignored by the stdio server.3100
TYDRO_RPCNoCustom Ink RPC endpoint override.https://rpc-gel.inkonchain.com
PRIVATE_KEYNoEVM private key, 0x-prefixed 32-byte hex. Required for write operations. Omit for read-only mode.
TYDRO_NETWORKNoNetwork selection. Currently only mainnet is supported.mainnet

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_reserve_dataA

Get supply APY, borrow APY, total liquidity, utilization, and available liquidity for any Tydro reserve. Supported assets: WETH, kBTC, USDT0, USDG, GHO, USDC, weETH, wrsETH, ezETH, sUSDe, USDe, SolvBTC.

get_user_accountB

Get a user's overall Tydro position: total collateral, total debt, borrowing capacity, health factor, and liquidation risk.

get_user_reserveB

Get a user's position for a specific asset: how much they've supplied, borrowed, and whether it's used as collateral.

supplyA

Supply (deposit) an asset to Tydro to earn interest. Requires PRIVATE_KEY env var. Automatically approves the Pool to spend your tokens if needed.

borrowA

Borrow an asset from Tydro. Requires existing collateral and PRIVATE_KEY env var. Only variable rate (mode 2) is supported — stable rate borrowing is deprecated in Aave V3.

repayA

Repay borrowed assets. Use amount "max" to repay the full debt. Requires PRIVATE_KEY env var.

withdrawA

Withdraw supplied assets from Tydro. Use amount "max" to withdraw full balance. Requires PRIVATE_KEY env var.

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/mavrkofficial/tydro-mcp'

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