lenderwiki/mcp-server
MCP server for LenderWiki — search, compare, and analyze 13,000+ US consumer lenders from any AI assistant
Platform-specific configuration:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server that gives AI assistants access to LenderWiki's database of 13,000+ US consumer lenders. Search, compare, and analyze personal loan providers with real data on rates, fees, eligibility, customer reviews, and regulatory history.
<div align="center">
[](LICENSE) [](https://modelcontextprotocol.io) [](https://nodejs.org)
</div>
This server exposes four tools that any MCP-compatible AI client (Claude Desktop, Cursor, Windsurf, etc.) can use to query LenderWiki's live database:
| Tool | Description | |------|-------------| | find_lenders | Search lenders by state, type, credit score, ITIN acceptance, and more | | get_lender_profile | Get a comprehensive lender profile — products, rates, eligibility, reviews, regulatory status | | compare_lenders | Side-by-side comparison table for 2–5 lenders | | check_eligibility | Preliminary eligibility check based on a user's financial profile |
Once connected, you can ask your AI assistant things like:
Sign up at lenderwiki.com for a free API key (1,000 requests/day).
npm install lenderwiki-mcp-serverOr clone and build from source:
git clone https://github.com/lenderwiki/mcp-server.git
cd lenderwiki-mcp-server
npm install
npm run buildLoading reviews...