Skip to main content
Glama

RateSpot MCP Server

by zad0xlik

compare-loan-products

Compare mortgage loan products across multiple locations using real-time rates. Input loan details like amount, credit score, down payment, and property value to receive tailored loan comparisons in your preferred format.

Input Schema

NameRequiredDescriptionDefault
creditScoreYesCredit score (300-850)
downPaymentYesDown payment amount in dollars
formatNoOutput format: 'markdown' for markdown table, 'csv' for CSV download, 'pipe' for pipe-delimited format, or 'auto' for automatic selection based on data sizeauto
loanAmountYesLoan amount in dollars
occupancyNoProperty use (primary, secondary, investment)primary
propertyTypeNoProperty typesingle_family
propertyValueYesProperty value in dollars
zipCodeYesZIP code (single ZIP) or comma-separated ZIP codes for multi-location comparison. NOTE: Each ZIP code requires a separate API call.
zipCodesNoArray of ZIP codes for multi-location comparison (alternative to comma-separated zipCode). Each ZIP will be processed with a separate API call.

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": "auto", "description": "Output format: 'markdown' for markdown table, 'csv' for CSV download, 'pipe' for pipe-delimited format, or 'auto' for automatic selection based on data size", "enum": [ "markdown", "csv", "pipe", "auto" ], "type": "string" }, "loanAmount": { "description": "Loan amount in dollars", "type": "number" }, "occupancy": { "default": "primary", "description": "Property use (primary, secondary, investment)", "type": "string" }, "propertyType": { "default": "single_family", "description": "Property type", "type": "string" }, "propertyValue": { "description": "Property value in dollars", "type": "number" }, "zipCode": { "description": "ZIP code (single ZIP) or comma-separated ZIP codes for multi-location comparison. NOTE: Each ZIP code requires a separate API call.", "type": "string" }, "zipCodes": { "description": "Array of ZIP codes for multi-location comparison (alternative to comma-separated zipCode). Each ZIP will be processed with a separate API call.", "items": { "type": "string" }, "type": "array" } }, "required": [ "loanAmount", "creditScore", "downPayment", "propertyValue", "zipCode" ], "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