mortgage_calculator
InactiveTool of com.gadgethumans.swarm/x402-middleware
Calculate monthly mortgage payments, total interest, and amortization. Parameters: principal — Loan principal amount. rate — Annual interest rate (e.g. 5.5 for 5.5%). years — Loan term in years.
Parameters schema
{
"type": "object",
"title": "mortgage_calculatorArguments",
"required": [
"principal",
"rate",
"years"
],
"properties": {
"rate": {
"type": "number",
"title": "Rate"
},
"years": {
"type": "integer",
"title": "Years"
},
"principal": {
"type": "number",
"title": "Principal"
}
}
}Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries