Skip to main content
Glama

Server Details

Compare loans, mortgages, credit cards, banking accounts, and financing options for individuals and businesses.

SecureLend Marketplace helps users explore available financial products, calculate estimated payments, review matching offers, and continue to a lender or provider when ready. Supported categories include personal loans, business loans, mortgages, auto loans, student loans, savings accounts, credit cards, and business banking.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 22 of 22 tools scored. Lowest: 3.5/5.

Server CoherenceA
Disambiguation5/5

Every tool targets a distinct financial product or action, with clear differentiation between calculation tools (e.g., calculate_loan_payment), comparison tools (e.g., compare_personal_loans), and workflow tools (e.g., submit_prequalification_details). Even similar tools like get_offer and get_multiple_offers are unambiguously described.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern. Verbs like calculate, compare, display, get, submit, and track are used uniformly, creating a predictable naming scheme across the entire set.

Tool Count4/5

22 tools is slightly above the ideal range but is justified by the server's broad coverage of personal and business financial products, including loans, mortgages, credit cards, banking accounts, and calculators. Each tool addresses a specific need, so the count feels warranted.

Completeness4/5

The tool surface covers comparison, calculation, prequalification, document upload, and offer submission for a wide array of financial products. Minor gaps exist, such as lack of update/delete for applications and no tool for managing user preferences, but the core comparison-to-lead workflow is well supported.

Available Tools

22 tools
calculate_loan_payment
Read-only
Inspect

Calculates monthly payment, total interest, and total cost for any installment loan based on user-supplied principal, interest rate, and term. This tool performs a pure calculation using user inputs; it does not access external data, nor does it create, modify, or delete any records. Works for personal loans, business loans, auto loans, and student loans.

ParametersJSON Schema
NameRequiredDescriptionDefault
loanAmountYesThe total amount of the loan in USD.
interestRateYesThe annual interest rate (e.g., 5 for 5%).
loanTermInMonthsYesThe duration of the loan in months.

Output Schema

ParametersJSON Schema
NameRequiredDescription
totalPaymentYesThe total amount to be paid over the life of the loan.
totalInterestYesThe total interest paid over the life of the loan.
monthlyPaymentYesThe calculated monthly payment amount.
calculate_mortgage_payment
Read-only
Inspect

Calculates full PITI mortgage payment (Principal, Interest, Taxes, Insurance) based on user-supplied property value, down payment, interest rate, loan term, and optional tax/insurance figures. Pure calculation using user inputs — no external data is accessed.

ParametersJSON Schema
NameRequiredDescriptionDefault
downPaymentYesThe amount paid upfront in USD.
interestRateYesThe annual interest rate (e.g., 3.5 for 3.5%).
homeInsuranceYesThe annual home insurance cost in USD.
propertyValueYesThe total value of the property in USD.
loanTermInYearsYesThe duration of the loan in years.
propertyTaxRateYesThe annual property tax rate as a percentage (e.g., 1.2 for 1.2%).

Output Schema

ParametersJSON Schema
NameRequiredDescription
loanAmountYesThe total loan amount after down payment.
monthlyPropertyTaxYesThe estimated monthly property tax payment.
totalMonthlyPaymentYesThe total estimated monthly payment (PITI).
monthlyHomeInsuranceYesThe estimated monthly home insurance payment.
principalAndInterestYesThe monthly payment for principal and interest.
compare_business_banking
Read-only
Inspect

Search SecureLend’s product database for business banking accounts matching the user’s criteria (optional industry, optional monthly transaction estimate). Returns available accounts with key features such as monthly fees, bonuses (if offered), APY/interest information when available, and a ‘best for’ summary. Results may include SecureLend data and authorized partner integrations when enabled. This tool does not open an account; if the user chooses to proceed, they are directed to the provider’s website.

ParametersJSON Schema
NameRequiredDescriptionDefault
industryNoThe business's industry.
monthlyTransactionsNoEstimated number of monthly transactions.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
metadataYes
compare_business_credit_cards
Read-only
Inspect

Search SecureLend’s product database for business credit cards matching the user’s criteria (optional credit score, optional annual revenue, optional business age). Returns a list of cards with issuer details, fees (e.g., annual fee), APR, credit limit information when available, and a summary of who each card is best for. Results may include SecureLend data and authorized partner integrations when enabled. This tool does not submit an application; if the user chooses to apply, they are directed to the issuer’s website.

ParametersJSON Schema
NameRequiredDescriptionDefault
creditScoreNoThe applicant's estimated credit score (300-850).
annualRevenueNoThe business's annual revenue in USD.
businessAgeInYearsNoThe age of the business in years.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
metadataYes
compare_business_loans
Read-only
Inspect

Search SecureLend's lender database for business loan offers matching the user's criteria (loan amount, purpose, industry, annual revenue, time in business). Returns available rates, terms, funding speed, and eligibility indicators from participating lenders. Results may change over time and may include offers from SecureLend’s database and authorized third-party integrations when enabled. The user selects a lender and is directed to complete their application on the lender's own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoThe state where the business is located (2-letter code).
purposeYesThe reason for the loan, e.g., 'working capital'.
industryNoThe industry the business operates in, e.g., 'technology'.
loanAmountYesThe desired loan amount, e.g., 50000 for $50,000.
annualRevenueNoThe business's gross annual revenue in USD.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
summaryYes
metadataYes
compare_business_mortgages
Read-only
Inspect

Search SecureLend's lender database for commercial mortgage offers (purchase or refinance) matching the user's criteria. Returns available rates, terms, and eligibility indicators from participating commercial lenders. Results may change over time and may include offers from SecureLend’s database and authorized third-party integrations when enabled. The user selects a lender and is directed to complete their application on the lender's own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoThe state where the property is located (2-letter code).
loanTypeYesThe type of mortgage loan.
homePriceNoThe purchase price of the home in USD.
loanAmountYesThe desired mortgage loan amount in USD.
creditScoreNoThe applicant's estimated credit score (500-850).
downPaymentNoThe amount of the down payment in USD.
propertyTypeNoThe intended use of the property.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
summaryYes
metadataYes
compare_car_loans
Read-only
Inspect

Search SecureLend's lender database for auto loan offers matching the user's criteria (loan amount, vehicle type, credit score, state). Returns available rates, terms, and eligibility indicators from participating lenders. Results may change over time and may include offers from SecureLend’s database and authorized third-party integrations when enabled. The user selects a lender and is directed to complete their application on the lender's own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
isNewYesSpecifies if the vehicle is new (true) or used (false).
stateNoThe applicant's state of residence (2-letter code).
loanAmountYesThe desired auto loan amount in USD.
creditScoreNoThe applicant's estimated credit score (300-850).

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
summaryYes
metadataYes
compare_lease_vs_purchase
Read-only
Inspect

Calculates and compares the total cost of leasing versus purchasing a vehicle over the same time period, based on user-supplied vehicle price, down payment, loan/lease terms, and residual value. Pure calculation using user inputs — no external data is accessed.

ParametersJSON Schema
NameRequiredDescriptionDefault
downPaymentYesUpfront payment amount for purchase in USD.
moneyFactorYesThe money factor for the lease (similar to interest rate).
interestRateYesAnnual interest rate for purchase loan (e.g., 5 for 5%).
salesTaxRateYesSales tax rate as a percentage (e.g., 7.5 for 7.5%).
purchasePriceYesTotal price of the vehicle for purchase in USD.
acquisitionFeeNoFee charged by the lessor to initiate the lease in USD.
securityDepositNoRefundable deposit paid at the start of the lease in USD.
loanTermInMonthsYesLoan duration in months for purchase.
leaseTermInMonthsYesLease duration in months.
monthlyLeasePaymentYesMonthly payment for the lease in USD.
residualValuePercentageYesEstimated value of the vehicle at the end of the lease, as a percentage of MSRP.
expectedOwnershipInMonthsYesHow long you plan to keep the vehicle, in months.

Output Schema

ParametersJSON Schema
NameRequiredDescription
comparisonYes
leaseAnalysisYes
purchaseAnalysisYes
compare_personal_banking
Read-only
Inspect

Search SecureLend's lender database for personal banking accounts matching the user's desired features. Returns available accounts with fee structures, features, and eligibility indicators. Results may change over time and may include offers from SecureLend’s database and authorized third-party integrations when enabled. The user selects an account and is directed to apply on the bank's own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
featuresNoDesired account features.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
metadataYes
compare_personal_credit_cards
Read-only
Inspect

Search SecureLend's lender database for personal credit card offers matching the user's criteria (credit score, preferred rewards type). Returns available cards with rates, fees, rewards structures, and eligibility indicators. Results may change over time and may include offers from SecureLend’s database and authorized third-party integrations when enabled. The user selects a card and is directed to apply on the issuer's own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
creditScoreNoThe applicant's estimated credit score (300-850).
rewardsTypeNoPreferred rewards type.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
metadataYes
compare_personal_loans
Read-only
Inspect

Search SecureLend's lender database for personal loan offers matching the user's criteria (loan amount, purpose, credit score, state). Returns available rates, terms, monthly payment estimates, fees, and eligibility indicators from participating lenders. Results may change over time and may include offers from SecureLend’s database and authorized third-party integrations when enabled. The user selects a lender and is directed to complete their application on the lender's own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoThe applicant's state of residence (2-letter code).
purposeYesThe purpose of the loan.
loanAmountYesThe desired loan amount in USD (e.g., 25000).
creditScoreNoThe applicant's estimated credit score (300-850).
monthlyIncomeNoApplicant's gross monthly income in USD.
employmentStatusNoThe applicant's employment status.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
summaryYes
metadataYes
compare_personal_mortgages
Read-only
Inspect

Search SecureLend's lender database for residential mortgage offers (purchase or refinance) matching the user's criteria (property value, loan amount, credit score, state, loan type). Returns available rates, terms, estimated monthly payments, and closing cost indicators from participating lenders. Results may change over time and may include offers from SecureLend’s database and authorized third-party integrations when enabled. The user selects a lender and is directed to complete their application on the lender's own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoThe state where the property is located (2-letter code).
loanTypeYesThe type of mortgage loan.
homePriceNoThe purchase price of the home in USD.
loanAmountYesThe desired mortgage loan amount in USD.
creditScoreNoThe applicant's estimated credit score (500-850).
downPaymentNoThe amount of the down payment in USD.
propertyTypeNoThe intended use of the property.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
summaryYes
metadataYes
compare_savings_accounts
Read-only
Inspect

Search SecureLend's lender database for savings accounts matching the user's criteria (initial deposit amount, desired APY). Returns available accounts with rates, minimum balance requirements, and features. Results may change over time and may include offers from SecureLend’s database and authorized third-party integrations when enabled. The user selects an account and is directed to apply on the bank's own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
initialDepositNoThe initial deposit amount in USD.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
metadataYes
compare_student_loans
Read-only
Inspect

Search SecureLend's lender database for student loan offers matching the user's criteria (loan amount, degree type, credit score, enrollment status). Returns available rates, terms, deferment options, and eligibility indicators from participating lenders. Results may change over time and may include offers from SecureLend’s database and authorized third-party integrations when enabled. The user selects a lender and is directed to complete their application on the lender's own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoThe student's state of residence (2-letter code).
degreeTypeYesThe type of degree the loan is for.
loanAmountYesThe total amount needed for the student loan in USD.
creditScoreNoThe student's estimated credit score (300-850).
coSignerCreditScoreNoThe co-signer's estimated credit score (300-850), if applicable.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offersYes
summaryYes
metadataYes
display_offer_form
Read-only
Inspect

Retrieves a previously cached offer (by offerId or sessionId) and the original search inputs from SecureLend's internal cache so the user can review a pre-filled enquiry/application form before confirming submission. This tool only displays data and does not submit an enquiry.

ParametersJSON Schema
NameRequiredDescriptionDefault
offerIdNoThe specific offer ID to pre-select in the form.
sessionIdNoThe session ID from a previous search to retrieve all offers.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offerYes
allOffersYes
productTypeYes
display_prequalification_form
Read-only
Inspect

Displays a form to collect application prefill data required to continue an enquiry. This tool only renders the form. When the user submits, the form calls submit_prequalification_details, which stores the data and may forward it to lender/partner APIs.

ParametersJSON Schema
NameRequiredDescriptionDefault
prefillDataNoPre-fill values to populate in the form from already-known data. Keys should match field names in the prequalification details schema. Sensitive data is prohibited.
productTypesNoProduct types to show relevant form sections for. If not provided, the form will show all applicable sections based on the application.
applicationIdYesThe SecureLend application ID for which to display the additional information form. This is used to pre-fill known values and determine which sections to show.
requiredSectionsNoSpecific sections to require the user to complete. If not provided, the form will apply default required fields for the product type.

Output Schema

ParametersJSON Schema
NameRequiredDescription
renderedYesWhether the form widget was successfully rendered
prefillDataNoData to pre-fill in the form fields. Sensitive data is prohibited.
applicationIdNo
display_upload_documents_form
Read-only
Inspect

Displays an upload form for supporting documents. When submitted, the widget calls submit_documents to create a document record and obtain a presigned S3 upload configuration, then uploads the file directly from the user’s browser to SecureLend’s S3 storage.

ParametersJSON Schema
NameRequiredDescriptionDefault
applicationIdNoPre-fill the application ID for the document upload form.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

get_multiple_offers
Destructive
Inspect

Records a loan enquiry in SecureLend's system and submits it to multiple selected lenders on the user's behalf, after explicit user confirmation. Each lender independently reviews the enquiry and, if interested, provides a quote. The user reviews quotes and completes their chosen application directly on the lender's own platform. This tool does not collect sensitive personal data such as social security numbers, bank account details, health information, or biometric data. Creates a persistent lead record in SecureLend's database.

ParametersJSON Schema
NameRequiredDescriptionDefault
applicantYesPersonal details of the applicant.
providersYesThe list of selected providers to submit the application to.
productTypeYesThe type of financial product being applied for.
applicationDataYesThe original search parameters or form data for the application.

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYesThe unique ID of the application.
statusYesThe current status of the application.
createdAtYesThe timestamp when the application was created.
providersYesThe list of providers the application was sent to.
productTypeYesThe type of product applied for.
requiredInfoNoDetails on information required from the applicant when status is ACTION_REQUIRED.
applicationIdNoAlias of `id`. Pass this value as `applicationId` to the `track_offer_status` tool to check enquiry status later.
get_offer
Destructive
Inspect

Records a loan enquiry in SecureLend's system and submits it to one selected lender on the user's behalf, after explicit user confirmation. The lender reviews the enquiry and, if interested, provides a quote. The user then completes their full application directly on the lender's own platform. This tool does not collect sensitive personal data such as social security numbers, bank account details, health information, or biometric data. Creates a persistent lead record in SecureLend's database.

ParametersJSON Schema
NameRequiredDescriptionDefault
providerYesThe selected provider to submit the application to.
applicantYesPersonal details of the applicant.
productTypeYesThe type of financial product being applied for.
applicationDataYesThe original search parameters or form data for the application.

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYesThe unique ID of the application.
statusYesThe current status of the application.
createdAtYesThe timestamp when the application was created.
providersYesThe list of providers the application was sent to.
productTypeYesThe type of product applied for.
requiredInfoNoDetails on information required from the applicant when status is ACTION_REQUIRED.
applicationIdNoAlias of `id`. Pass this value as `applicationId` to the `track_offer_status` tool to check enquiry status later.
submit_documents
Destructive
Inspect

Generates a secure presigned URL for uploading a document to SecureLend's document storage, and records the document metadata against the application in SecureLend's database. Creates a persistent document record. Called by the document upload widget after the user selects a file. This creates a persistent document record and enables upload to SecureLend storage.

ParametersJSON Schema
NameRequiredDescriptionDefault
fileNameYesThe original name of the file.
documentTypeYesThe category of the document.
applicationIdYesThe ID of the application to associate the document with.

Output Schema

ParametersJSON Schema
NameRequiredDescription
messageYes
successYes
uploadUrlNo
documentIdNo
uploadFieldsNo
submit_prequalification_details
Destructive
Inspect

Submits application prefill information for an existing enquiry to SecureLend's backend, which forwards it to the selected lender API(s). Covers standard prequalification data such as general financial profile, employment status, and business structure. IMPORTANT: consentsToFcra and consentsToTcpa must both be true (user must have explicitly agreed to the FCRA and TCPA disclosures) before this tool is called. This tool submits limited prequalification details for referral purposes only. It does not collect sensitive personal data or perform underwriting. If the user proceeds with a lender, the lender may later request additional information or perform credit checks on its own platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
isTestNoSet to true to test the submission flow without forwarding to live lenders.
clientTagsNoKey-value tags for internal routing and tracking. Values must be arrays of strings. Example: { "transid": ["fk912234"], "subid": ["ag67125"] }
sessionUuidNoSession UUID from the originating session. Used for Engine/MoneyLion routing.
productTypesYesList of product types this submission supports. Used for multi-product routing.
applicationIdYesThe SecureLend application ID (returned by get_offer or get_multiple_offers) to which this additional information should be attached.
loanInformationNo
legalInformationNo
creditInformationNo
savingsInformationNo
businessInformationNo
mortgageInformationNo
personalInformationNo
educationInformationNo
financialInformationNo
creditCardInformationNo
employmentInformationNo
autoInsuranceInformationNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
statusYes
messageNoHuman-readable status message
successYes
nextStepsNoSuggested next steps for the applicant
providersNoPer-provider submission results, if forwarding was attempted
updatedAtYesISO timestamp of when the submission was processed
submissionIdYesUnique ID for this additional information submission record
applicationIdYesThe SecureLend application ID this information was attached to
requiredFieldsNoIf status is failed or partial, this lists field names that were required but missing
track_offer_status
Read-only
Inspect

Retrieves the current enquiry/application status stored in SecureLend's system by applicationId or applicant email. Status reflects what SecureLend has recorded (including any provider updates received previously) and is not guaranteed to represent real-time lender decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault
applicationIdYesThe unique ID of the application to track.

Output Schema

ParametersJSON Schema
NameRequiredDescription
applicationsYes

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources