MCP.so
登录
F

Fraxlend Mcp Server

@IQAIcom

关于 Fraxlend Mcp Server

This is a Model Context Protocol (MCP) server to interact with the Fraxlend platform. It allows MCP-compatible clients (like AI assistants, IDE extensions, or custom applications) to access Fraxlend functionalities such as viewing lending statistics, lending, borrowing, adding/re

基本信息

分类

其他

传输方式

stdio

发布者

IQAIcom

提交者

Srujan Gurram

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "fraxlend-server": {
      "command": "pnpm",
      "args": [
        "dlx",
        "@iqai/mcp-fraxlend"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "your_wallet_private_key_here"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Fraxlend Mcp Server?

A server that integrates with the Fraxlend protocol, providing MCP tools to fetch statistics, lend, borrow, and manage collateral for Fraxlend lending pairs. It is designed for DeFi developers and users interacting with Fraxlend on the blockchain.

How to use Fraxlend Mcp Server?

Configure the server with a WALLET_PRIVATE_KEY environment variable for write operations (LEND, BORROW, ADD_COLLATERAL, REMOVE_COLLATERAL, REPAY, WITHDRAW). Invoke MCP tools by specifying the tool name and required parameters (e.g., pairAddress, amount, collateralToken, borrowedToken).

Key features of Fraxlend Mcp Server

  • Fetch statistics for a specific Fraxlend pair.
  • Lend assets to a specific Fraxlend pair.
  • Borrow assets from a specific Fraxlend pair.
  • Add or remove collateral for a Fraxlend pair.
  • Repay borrowed assets or withdraw lent assets.
  • Get pair address from token addresses.

Use cases of Fraxlend Mcp Server

  • Retrieve real-time stats for a Fraxlend lending pair.
  • Automate lending and borrowing strategies on Fraxlend.
  • Manage collateral positions programmatically across multiple pairs.
  • Build a portfolio dashboard that tracks and interacts with Fraxlend pairs.

FAQ from Fraxlend Mcp Server

Do I need a private key to use this server?

Yes, write operations (LEND, BORROW, ADD_COLLATERAL, REMOVE_COLLATERAL, REPAY, WITHDRAW) require setting the WALLET_PRIVATE_KEY environment variable. The read-only tool LENDING_STATS and PAIR_ADDRESS do not need it.

What parameters does each tool require?

All tools require a pairAddress (string). LEND, BORROW, ADD_COLLATERAL, REMOVE_COLLATERAL, REPAY, and WITHDRAW also need an amount (string). PAIR_ADDRESS requires collateralToken and borrowedToken (both strings).

Which tools are read-only?

LENDING_STATS and PAIR_ADDRESS are read-only. All other tools modify on-chain state.

评论

其他 分类下的更多 MCP 服务器