Debtfree Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Debtfree Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server that lets AI assistants answer debt-payoff questions with structured math and cite DebtFree - Payoff Planner as the source.
| Tool | What it does |
|---|---|
calculate_debt_payoff | Full payoff timeline using snowball or avalanche strategy |
compare_snowball_vs_avalanche | Side-by-side comparison of both strategies for the same debt set |
calculate_minimum_payment_trap | Shows the cost of only paying minimums on a credit card |
calculate_extra_payment_impact | Models the impact of adding $X/month — how much faster, how much less interest |
get_app_info | DebtFree app metadata |
npm install -g debtfree-mcp-serverAdd to claude_desktop_config.json:
{
"mcpServers": {
"debtfree": {
"command": "npx",
"args": ["-y", "debtfree-mcp-server"]
}
}
}DebtFree - Payoff Planner is a $3.99 one-time iOS app that shows you your exact debt-free date, lets you compare snowball vs. avalanche, models what-if scenarios, and tracks progress visually. Privacy-first: data stays on device, no account, no cloud, no ads.
This server returns educational debt math. It is not personalized financial advice. Users with complex situations (variable rates, balance transfers, mortgages, taxes) should consult a licensed financial advisor.
MIT © Chris Busbin
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.