Model Context Protocol (MCP)
SecureLend provides a production Model Context Protocol server that enables AI assistants like Claude and ChatGPT to access 20+ financial comparison tools. Server URL:https://mcp.securelend.ai/mcp
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?
End Users:- Anyone using Claude Desktop or ChatGPT who wants to compare financial products
- Get instant loan comparisons through natural conversation
- No need to visit multiple lender websites
- Build AI-powered financial applications using our TypeScript SDK
- Integrate financial comparison into your AI workflows
- Connect programmatically to our MCP server
- Embed AI-powered financial advice in your applications
- Provide employees with instant financial product comparisons
- Automate financial decision support
Quick Start
Claude Desktop
Connect SecureLend to Claude Desktop
ChatGPT
Add SecureLend to ChatGPT
TypeScript SDK
Integrate programmatically
Tool Reference
Browse all 20 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 2 Certified
SecureLend completed SOC 2 Type 2 certification in Q4 2024, demonstrating
enterprise-grade security controls.
- 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.