Odel
debtfree mcp server

debtfree mcp server

Local
@chrisbusbin-pixel1JavaScriptMITUpdated 3mo ago

Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdebtfree-mcp-serverv1.0.1

Run

npx -y debtfree-mcp-server

MCP client config

{
  "mcpServers": {
    "debtfree-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "debtfree-mcp-server"
      ]
    }
  }
}