lending-mcp

PrashantJain127/lending-mcp
★ 0 stars Python AI/LLM Updated today
This repository contains MVP sources for MCP servers connectivity for banking domain to pull rates dynamically
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lending-mcp": {
      "command": "uvx",
      "args": [
        "lending-mcp"
      ]
    }
  }
}

Or install with pip: pip install lending-mcp

README Excerpt

**Banking IT / Lending** · EURIBOR and LIBOR floating rate resets, valued at the RBI published exchange rate. Five MCP servers, 27 tools, one agent that owns none of the logic. From the `mission3` folder (not from inside `lending_mcp`): ```bash uv run lending_mcp/00_verify_lending_mcp.py uv run lending_mcp/11_lending_control_panel.py