← lenderwiki.com
INDIVIDUAL MCP TOOL
get_lender_profile
Fetch the full LenderWiki profile for a specific US consumer lender by slug.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lenderwiki-com]
url = "https://lenderwiki.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lenderwiki-com": {
"type": "http",
"url": "https://lenderwiki.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lenderwiki-com
Remote MCP URL: https://lenderwiki.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lenderwiki-com": {
"url": "https://lenderwiki.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lenderwiki-com": {
"type": "http",
"url": "https://lenderwiki.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lenderwiki-com",
"transport": "streamable-http",
"url": "https://lenderwiki.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_lenders— Search 13,000+ US consumer lenders (personal loans, credit-builder loans, lines of credit, debt consolidation, payday alternatives) in the LenderWiki database.compare_lenders— Compare two to five US consumer lenders side by side on APR ranges, loan amounts, term lengths, origination and late fees, eligibility (credit score, ITIN, cosigner, employment types), CFPB complaint counts, BBB rating, and active regulatory warnings.check_eligibility— Estimate whether a borrower is likely eligible for a specific US consumer lender's loan products based on credit score, annual income, employment type, state of residence, ITIN status, bankruptcy history, and desired loan amount.