student-loan-idr-mcp

nothinginfinity/student-loan-idr-mcp
★ 0 stars TypeScript DevOps Updated today
Cloudflare Workers MCP server for alternative-income student loan repayment estimates and documentation templates, with versioned federal repayment rules.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "student-loan-idr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nothinginfinity/student-loan-idr-mcp"
      ]
    }
  }
}

README Excerpt

A small Cloudflare Workers service with both an MCP interface and a borrower-facing calculator for people whose income is irregular, seasonal, hourly, freelance, contract-based, or otherwise difficult to express as a single annual number. The service exposes three MCP tools: 1. `calculate_alt_income_student_loan` — normalizes variable taxable income into an annual estimate and computes repayment-plan estimates for RAP, IBR, PAYE, and ICR.

Tools (2)

initializeping