← lenderwiki.com

INDIVIDUAL MCP TOOL

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.

lenderwiki.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://lenderwiki.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_lenders and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

lenderwiki.com

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]
url = "https://lenderwiki.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lenderwiki": {
      "type": "http",
      "url": "https://lenderwiki.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lenderwiki
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": {
      "url": "https://lenderwiki.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lenderwiki": {
      "type": "http",
      "url": "https://lenderwiki.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lenderwiki",
  "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.
  • get_lender_profile — Fetch the full LenderWiki profile for a specific US consumer lender by slug.
  • 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.