mortgage-calculator-ai-mcp
v1.0.0
Published
AI-powered mortgage calculator ai MCP server for agents. Supports calculate mortgage, compare rates, amortization schedule. By MEOK AI Labs.
Maintainers
Readme
Mortgage Calculator AI
By MEOK AI Labs — Calculate mortgage payments, compare rates, generate amortization schedules, and check affordability
Installation
pip install mortgage-calculator-ai-mcpUsage
python server.pyTools
calculate_mortgage
Calculate monthly mortgage payment with optional down payment.
Parameters:
principal(float): Home pricerate(float): Annual interest rate percentage (e.g. 6.5)years(int): Loan term in yearsdown_payment(float): Down payment amount (default: 0)
compare_rates
Compare monthly payments across multiple interest rates side by side.
Parameters:
principal(float): Home priceyears(int): Loan termrates(list[float]): Interest rates to comparedown_payment(float): Down payment (default: 0)
amortization_schedule
Generate a yearly amortization schedule showing principal vs interest breakdown and equity growth.
Parameters:
principal(float): Home pricerate(float): Annual rateyears(int): Loan termdown_payment(float): Down payment (default: 0)
affordability_check
Estimate maximum affordable home price based on income and debts using the 28/36 DTI rule.
Parameters:
annual_income(float): Annual gross incomemonthly_debts(float): Existing monthly debt payments (default: 0)rate(float): Assumed interest rate (default: 6.5)years(int): Loan term (default: 30)down_payment(float): Available down payment (default: 0)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT — MEOK AI Labs
