Model Context Protocol (MCP)
SecureLend provides two production MCP endpoints:| Endpoint | Purpose |
|---|---|
https://mcp.securelend.ai/mcp | Loan comparison marketplace — 22 tools for borrowers and lenders |
https://agents.securelend.ai/mcp | Agentic underwriting tools — pitch deck precheck, IC memo, document intelligence, and more |
What is Model Context Protocol?
Model Context Protocol (MCP) is an open standard that allows AI assistants to connect to external tools and data sources. Our MCP server enables Claude and ChatGPT to:- Compare personal and business loans in real-time
- Calculate mortgage and loan payments
- Compare credit cards and banking products
- Submit loan applications on behalf of users
- Track application status
Who is it for?
Borrowers:- Compare 200+ lenders for personal, business, and equipment loans inside ChatGPT or Claude
- Get instant loan comparisons through natural conversation — no need to visit multiple lender websites
- Easiest path: open the SecureLend ChatGPT app directly
- Precheck pitch decks against your rubric ($0.50/check, first 15/month free)
- Generate IC memos, credit memos, and underwriting memos from a deal workspace
- Connect via
agents.securelend.ai/mcp— see underwriting agents setup
- Build AI-powered financial applications using our TypeScript SDK
- Integrate loan comparison or underwriting workflows programmatically
- See SDK documentation
Quick Start
ChatGPT App Store
Open the marketplace app — no setup needed
Claude / ChatGPT Setup
Connect either endpoint in under a minute
TypeScript SDK
Integrate programmatically
Tool Reference
Browse all marketplace tools
Available Tools
Loan Comparison (6 tools)
- compare_personal_loans - Personal loan offers based on credit and purpose
- compare_business_loans - Business loans with revenue and industry matching
- compare_car_loans - Auto loan rates for new and used vehicles
- compare_student_loans - Student loan options by degree type
- compare_personal_mortgages - Mortgage rates and terms for home purchases
- compare_business_mortgages - Commercial mortgage options
Banking & Credit Cards (5 tools)
- compare_personal_banking - Checking and savings account comparison
- compare_business_banking - Business banking products and services
- compare_savings_accounts - High-yield savings account rates
- compare_personal_credit_cards - Personal credit cards by rewards type
- compare_business_credit_cards - Business credit card options
Financial Calculators (3 tools)
- calculate_loan_payment - Monthly payment calculator for any loan
- calculate_mortgage_payment - PITI (Principal, Interest, Taxes, Insurance) calculator
- compare_lease_vs_purchase - Vehicle lease vs buy cost comparison
Application Management (6 tools)
- get_offer - Submit application to a selected lender
- get_multiple_offers - Submit application to multiple lenders simultaneously
- track_offer_status - Check status of submitted applications
- display_offer_form - Generate pre-filled application forms
- display_upload_documents_form - Upload required documents
- submit_documents - Submit supporting documentation
Example Use Cases
Personal Finance
“Compare personal loans for $25,000 to consolidate credit card debt. My credit score is 720.”The AI assistant will use
compare_personal_loans to fetch and compare offers from multiple lenders, presenting the best options with rates, terms, and monthly payments.
Business Financing
“I need a 1.2M annual revenue and I’ve been operating for 3 years.”The AI will use
compare_business_loans with your business profile to find competitive offers, then can help you submit applications with get_offer.
Home Buying
“What would my monthly payment be on a $400,000 home with 20% down at 6.5% interest, including taxes and insurance?”The AI uses
calculate_mortgage_payment to provide a complete PITI breakdown.
Architecture
Security & Compliance
SOC 2 Type II Completed
SecureLend completed SOC 2 Type II certification, demonstrating
enterprise-grade security controls. OpenAI-approved for the ChatGPT App Store.
- No Authentication Required - Comparison tools are read-only and public
- HTTPS Encryption - All communications encrypted in transit
- Privacy-First Design - Comparison data is not stored or logged
- Rate Limiting - Protection against abuse
- Input Validation - All parameters validated against JSON schemas
- Comparison tool results are ephemeral (not stored)
- Application submissions require explicit user consent
- Personal information only transmitted when submitting applications
- Full transparency about data usage at each step
When NOT to Use MCP
MCP is designed for:- ✅ Comparing financial products
- ✅ Getting rate quotes and estimates
- ✅ Calculating payments
- ✅ Submitting applications with user consent
- ❌ Executing financial transactions (use our platform directly)
- ❌ Accessing existing account data (use REST API with authentication)
- ❌ Automated trading or investment decisions
- ❌ Regulatory compliance workflows (requires audit trails)
Technical Details
Framework: Skybridge (built on official MCP SDK)Protocol Version: MCP 1.0
Deployment: AWS ECS Fargate (us-east-2)
Availability: 99.9% uptime SLA
Rate Limits: 100 requests/minute per IP (comparison tools)
Getting Started
Ready to Get Started?
Follow our setup guide to connect in under 2 minutes
Support
- Documentation: This site (docs.securelend.ai)
- Status Page: status.securelend.ai
- Developer Email: developers@securelend.ai
- GitHub Issues: github.com/SecureLend/mcp-financial-services
Looking for B2B API integration? See our REST API
documentation for embedding SecureLend in your platform.