Fraxlend Mcp Server

Created By
IQAIcoma year ago
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.
Overview

what is Fraxlend Mcp Server?

Fraxlend Mcp Server is a Model Context Protocol (MCP) server designed to interact with the Fraxlend platform, enabling MCP-compatible clients to access various lending functionalities.

how to use Fraxlend Mcp Server?

To use the server, set up your environment with the required WALLET_PRIVATE_KEY and utilize the provided commands to interact with the Fraxlend functionalities.

key features of Fraxlend Mcp Server?

  • Fetch lending statistics for specific pairs.
  • Lend and borrow assets from Fraxlend pairs.
  • Add or remove collateral for specific pairs.
  • Repay borrowed assets and withdraw lent assets.
  • Retrieve pair addresses for collateral and borrowed tokens.

use cases of Fraxlend Mcp Server?

  1. Accessing real-time lending statistics for decision-making.
  2. Facilitating asset lending and borrowing in decentralized finance.
  3. Managing collateral for loans in a secure manner.
  4. Automating lending processes through custom applications.

FAQ from Fraxlend Mcp Server?

  • What is required to use the Fraxlend Mcp Server?

You need to set the WALLET_PRIVATE_KEY in your environment to interact with the server.

  • Can I use this server for any Fraxlend pair?

Yes, the server supports any MCP-compatible Fraxlend pair.

  • Is there a cost associated with using the Fraxlend Mcp Server?

The server itself is free to use, but transaction fees may apply depending on the blockchain.

Server Config

{
  "mcpServers": {
    "fraxlend-server": {
      "command": "pnpm",
      "args": [
        "dlx",
        "@iqai/mcp-fraxlend"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "your_wallet_private_key_here"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
IQAIcom
Star
-
Language
-
License
-

Recommend Servers

View All
Wpnews

10 hours ago
Trainzilla Mcp

3 hours ago
Shippo
@Shippo

a day ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

a day ago