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/removing collateral, repaying and withdrawing.
Server Config
{
"mcpServers": {
"fraxlend-server": {
"command": "pnpm",
"args": [
"dlx",
"@iqai/mcp-fraxlend"
],
"env": {
"WALLET_PRIVATE_KEY": "your_wallet_private_key_here"
}
}
}
}