Skip to main content

MCP Setup

SecureLend exposes two MCP endpoints — one for the borrower marketplace (loan comparison) and one for the underwriting agents (pitch deck precheck, IC memo, etc.). Connect the right one for your use case.
EndpointWhat it doesWho it’s for
https://mcp.securelend.ai/mcpLoan comparison marketplaceBorrowers, lenders routing deals
https://agents.securelend.ai/mcpAgentic underwriting toolsVCs, lenders, analysts

ChatGPT

App Store (marketplace) or manual MCP (agents)

Claude

Connectors or Claude.ai Integrations

Tool Reference

View all marketplace tools

Underwriting Agents

Pitch deck precheck, IC memo, and more

ChatGPT

SecureLend’s loan comparison marketplace is published in the ChatGPT App Store. No setup required.
1

Open the SecureLend app in ChatGPT

Go to chatgpt.com/apps/securelend and click Start chat.
2

Start asking

Try: “Compare business loans for $200,000 with 720 credit score”
That’s it. No developer mode, no MCP URL, no configuration needed for the marketplace.

Underwriting Agents — Manual MCP Setup

The underwriting agents (agents.securelend.ai/mcp) are not yet in the App Store. Connect them manually via ChatGPT’s developer mode.
ChatGPT Plus or Enterprise required for developer mode and MCP server access.
1

Enable Developer Mode

Go to Settings → Apps and toggle Developer mode on.
2

Add the MCP Server

Click Add app and paste:
https://agents.securelend.ai/mcp
Name it SecureLend Agents.
3

Start a conversation

Open a new chat, click +, select SecureLend Agents, and say: “Precheck this deck” or “Draft an IC memo”.
ChatGPT renders the underwriting agent results with interactive UI widgets — the fit ring, criteria breakdown, strengths/weaknesses, and the “Promote to underwriting case” button.

Example queries for the agents

Precheck this pitch deck against our Series A rubric.
Run quantitative analysis on this deal — domain is equity_investment.
Draft an IC memo from workspace ws_abc123.

Claude

1

Open Integrations

In Claude.ai, go to Settings → Integrations and click Add integration.
2

Paste the MCP URL

For the marketplace:
https://mcp.securelend.ai/mcp
For the underwriting agents:
https://agents.securelend.ai/mcp
Give it a name and click Save.
3

Use in a conversation

Start a new chat. The SecureLend tools are available immediately — no extension file needed.
SecureLend tools are now available in Claude.ai. Functionality is identical to ChatGPT; ChatGPT renders richer UI widgets for the underwriting agents.

Claude Desktop — Manual Configuration

1

Open Settings

In Claude Desktop, go to Settings → Connectors → Add MCP server.
2

Paste the MCP URL

For the marketplace:
https://mcp.securelend.ai/mcp
For the underwriting agents:
https://agents.securelend.ai/mcp
3

Restart and verify

Restart Claude Desktop. Open a new conversation and ask:
List all SecureLend tools
Find your Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
Add to your mcpServers section:
{
  "mcpServers": {
    "securelend": {
      "url": "https://mcp.securelend.ai/mcp"
    },
    "securelend-agents": {
      "url": "https://agents.securelend.ai/mcp"
    }
  }
}
Restart Claude Desktop after saving.

Which endpoint do I use?

I want to…Use
Compare loans, get rates, pre-qualify as a borrowermcp.securelend.ai/mcp — or open the ChatGPT App Store app
Precheck a pitch deck against my rubricagents.securelend.ai/mcp
Generate an IC memo or credit memoagents.securelend.ai/mcp
Run entity compliance / sanctions screeningagents.securelend.ai/mcp
Build a custom lending workflow via SDKSee TypeScript SDK

Verification

After setup, confirm tools are loading:
Compare business loans for $200,000 for working capital.
My business has $800K annual revenue and a 720 credit score.
Expected: AI uses compare_business_loans and returns loan offers.

Troubleshooting

Claude

  1. Go to Settings → Integrations and confirm the URL is saved correctly
  2. Start a new conversation — integrations only load in new chats
  3. Check status.securelend.ai for service status
  1. Confirm the URL is entered correctly in Settings → Connectors
  2. Quit Claude Desktop completely and reopen it
  3. Test the URL directly: open https://mcp.securelend.ai/mcp in a browser
  4. Check status.securelend.ai
  1. Check parameter requirements in Tool Reference
  2. Wait 60 seconds if rate limited (100 requests/minute)
  3. Contact support@securelend.ai with the specific error message

ChatGPT

Developer mode requires ChatGPT Plus or Enterprise. Upgrade your plan, or use Claude.ai (free tier supports integrations).
  1. Confirm the URL is https://agents.securelend.ai/mcp (not the marketplace URL)
  2. Start a new chat and click + to select the server
  3. Ask “list all tools” to verify the connection

Wrong server URL

The marketplace and agent endpoints are different:
  • Marketplace: https://mcp.securelend.ai/mcp
  • Agents: https://agents.securelend.ai/mcp
Using the marketplace URL for underwriting agents (or vice versa) will give you the wrong set of tools.

Next Steps

Tool Reference

All marketplace tools with parameters

Example Conversations

See tools in action

Underwriting Agents

Pitch deck precheck, IC memo, and more