Skip to main content
Glama

RateSpot MCP Server

by zad0xlik

calculate-monthly-payment

Compute monthly mortgage payments by entering loan amount, interest rate, and term. Includes property tax, insurance, PMI, and HOA fees. Output available in table, CSV, or pipe-delimited format.

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: 'table' for formatted view, 'csv' for CSV download, or 'pipe' for pipe-delimited formattable
hoaFeesNoMonthly HOA fees in dollars
homeInsuranceNoAnnual home insurance in dollars
interestRateYesAnnual interest rate as percentage (e.g., 6.5)
loanAmountYesLoan amount in dollars
loanTermYesLoan term in years
pmiNoMonthly PMI amount in dollars
propertyTaxNoAnnual property tax in dollars

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "table", "description": "Output format: 'table' for formatted view, 'csv' for CSV download, or 'pipe' for pipe-delimited format", "type": "string" }, "hoaFees": { "description": "Monthly HOA fees in dollars", "type": "number" }, "homeInsurance": { "description": "Annual home insurance in dollars", "type": "number" }, "interestRate": { "description": "Annual interest rate as percentage (e.g., 6.5)", "type": "number" }, "loanAmount": { "description": "Loan amount in dollars", "type": "number" }, "loanTerm": { "description": "Loan term in years", "type": "number" }, "pmi": { "description": "Monthly PMI amount in dollars", "type": "number" }, "propertyTax": { "description": "Annual property tax in dollars", "type": "number" } }, "required": [ "loanAmount", "interestRate", "loanTerm" ], "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