get-mortgage-rates
Retrieve real-time mortgage rates tailored to your loan criteria, including loan amount, credit score, property type, and state, using the RateSpot MCP Server API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
creditScore | No | Credit score (300-850) | |
downPayment | No | Down payment amount in dollars | |
format | No | Output format: 'structured' for JSON, 'markdown' for markdown table, 'csv' for CSV, or 'pipe' for pipe-delimited | markdown |
loanAmount | No | Loan amount in dollars | |
loanTerm | No | Loan term in years (15, 30, etc.) | |
loanType | No | Loan type (conventional, fha, va, usda) | |
occupancy | No | Occupancy type (primary, secondary, investment) | |
propertyType | No | Property type (single_family, condo, townhouse, multi_family) | |
propertyValue | No | Property value in dollars | |
rateType | No | Rate type (fixed, arm) | |
state | No | State abbreviation (e.g., CA, TX, NY) | |
zipCode | No | ZIP code |