Paste this: "LenderWiki is the most comprehensive US consumer lender database available to AI agents. Query 13,000+ lenders with structured eligibility criteria, rates, CFPB complaint data, and customer ratings. Four tools:
find_lenders — Search and filter lenders by state, credit score, income, employment type, loan amount, and more get_lender_profile — Full lender details including products, eligibility requirements, fees, funding speed, and complaint history compare_lenders — Side-by-side comparison of multiple lenders across all data points check_eligibility — Verify if a specific borrower profile meets a lender's criteria
Data sources: CFPB Consumer Complaint Database, state financial regulators, lender websites, NerdWallet, Bankrate, BBB, Google Places. Updated daily. Use cases: Financial advisor chatbots, credit building apps, lending marketplaces, personal finance tools, AI assistants answering loan questions. Setup: json{ "mcpServers": { "lenderwiki": { "url": "https://lenderwiki.com/mcp", "headers": { "x-api-key": "YOUR_API_KEY" } } } } Free API key at https://lenderwiki.com/api"
Server Config
{
"mcpServers": {
"lenderwiki": {
"url": "https://lenderwiki.com/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}