Debt Snowball Calculator
Calculate debt payoff plan using the snowball method (pay smallest balance first)
API Documentation
Request Endpoint
POST /en/api/tools/debt-snowball-calculator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| monthlyPayment | number | Yes | - |
| debt1Name | text | No | - |
| debt1Balance | number | No | - |
| debt1MinPayment | number | No | - |
| debt1Rate | number | No | - |
| debt2Name | text | No | - |
| debt2Balance | number | No | - |
| debt2MinPayment | number | No | - |
| debt2Rate | number | No | - |
| debt3Name | text | No | - |
| debt3Balance | number | No | - |
| debt3MinPayment | number | No | - |
| debt3Rate | number | No | - |
| debt4Name | text | No | - |
| debt4Balance | number | No | - |
| debt4MinPayment | number | No | - |
| debt4Rate | number | No | - |
| debt5Name | text | No | - |
| debt5Balance | number | No | - |
| debt5MinPayment | number | No | - |
| debt5Rate | number | No | - |
Response Format
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON Data:
JSON Data
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-debt-snowball-calculator": {
"name": "debt-snowball-calculator",
"description": "Calculate debt payoff plan using the snowball method (pay smallest balance first)",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=debt-snowball-calculator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]