Skip to main content
Glama

RateSpot MCP Server

by zad0xlik

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

NameRequiredDescriptionDefault
creditScoreNoCredit score (300-850)
downPaymentNoDown payment amount in dollars
formatNoOutput format: 'structured' for JSON, 'markdown' for markdown table, 'csv' for CSV, or 'pipe' for pipe-delimitedmarkdown
loanAmountNoLoan amount in dollars
loanTermNoLoan term in years (15, 30, etc.)
loanTypeNoLoan type (conventional, fha, va, usda)
occupancyNoOccupancy type (primary, secondary, investment)
propertyTypeNoProperty type (single_family, condo, townhouse, multi_family)
propertyValueNoProperty value in dollars
rateTypeNoRate type (fixed, arm)
stateNoState abbreviation (e.g., CA, TX, NY)
zipCodeNoZIP code

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "creditScore": { "description": "Credit score (300-850)", "type": "number" }, "downPayment": { "description": "Down payment amount in dollars", "type": "number" }, "format": { "default": "markdown", "description": "Output format: 'structured' for JSON, 'markdown' for markdown table, 'csv' for CSV, or 'pipe' for pipe-delimited", "enum": [ "structured", "markdown", "csv", "pipe" ], "type": "string" }, "loanAmount": { "description": "Loan amount in dollars", "type": "number" }, "loanTerm": { "description": "Loan term in years (15, 30, etc.)", "type": "number" }, "loanType": { "description": "Loan type (conventional, fha, va, usda)", "type": "string" }, "occupancy": { "description": "Occupancy type (primary, secondary, investment)", "type": "string" }, "propertyType": { "description": "Property type (single_family, condo, townhouse, multi_family)", "type": "string" }, "propertyValue": { "description": "Property value in dollars", "type": "number" }, "rateType": { "description": "Rate type (fixed, arm)", "type": "string" }, "state": { "description": "State abbreviation (e.g., CA, TX, NY)", "type": "string" }, "zipCode": { "description": "ZIP code", "type": "string" } }, "type": "object" }
Install Server

Other Tools from RateSpot MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zad0xlik/ratespot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server