An MCP server that answers debt payoff questions by calculating payoff timelines, comparing snowball vs. avalanche strategies, and modeling the impact of minimum or extra payments. It also returns basic metadata about the DebtFree app as the cited source.
From the registry: Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.
Please install the `debtfree` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npm** — Node.js and npm are required to run the MCP server via npx or install it globally. (https://nodejs.org/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","debtfree-mcp-server"]
Note: README also shows a global install command (`npm install -g debtfree-mcp-server`), but the simplest portable config path is running the server with `npx -y debtfree-mcp-server`. No environment variables are documented.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)