tydro-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Listen port for the HTTP/SSE variant (tydro-mcp-http) only. Ignored by the stdio server. | 3100 |
| TYDRO_RPC | No | Custom Ink RPC endpoint override. | https://rpc-gel.inkonchain.com |
| PRIVATE_KEY | No | EVM private key, 0x-prefixed 32-byte hex. Required for write operations. Omit for read-only mode. | |
| TYDRO_NETWORK | No | Network selection. Currently only mainnet is supported. | mainnet |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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