# LenderWiki

Query 13,000+ US consumer lenders with eligibility criteria, rates, CFPB complaints, and ratings. Find matching lenders by borrower profile, get full lender details, compare lenders side by side, and…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add lenderwiki/lending-data

# Browse available tools
npx -y @smithery/cli@latest tool list lenderwiki/lending-data

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lenderwiki/lending-data find_lenders

# Call a tool
npx -y @smithery/cli@latest tool call lenderwiki/lending-data find_lenders '{}'
```

## Direct MCP Connection

Endpoint: `https://lending-data--lenderwiki.run.tools`

**Required config:**
- `api_key` (header) — Your free LenderWiki API key. Get one at https://lenderwiki.com/api

## Tools (4)

- `find_lenders` — Search the LenderWiki database of 13,000+ US consumer lenders. Filter by state, lender type, credit score acceptance, I…
- `get_lender_profile` — Get a detailed profile of a specific lender including products, eligibility requirements, fees, customer feedback, and …
- `compare_lenders` — Compare two or more lenders side by side. Provides a comparison table of key metrics.
- `check_eligibility` — Check whether a person is likely eligible for a specific lender's products based on their financial profile.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lenderwiki/lending-data <tool-name>
```
