Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Finology Student Loan Calculator

NPM · @FINOLOGY/MCP-SERVER · 2 COMPONENTS · SCANNED SEP 21

Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine

+3 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 977 tokens (~244/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management63
  • Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Finology Student Loan Calculator MCP server?

Finology Student Loan Calculator runs locally as an npm package, launched with npx -y @finology/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @finology/mcp-server

# add to Claude Code
claude mcp add tech-finology-student-loan -- npx -y @finology/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "tech-finology-student-loan": {
      "command": "npx",
      "args": [
        "-y",
        "@finology/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tech-finology-student-loan": {
      "command": "npx",
      "args": [
        "-y",
        "@finology/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add tech-finology-student-loan -- npx -y @finology/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tech-finology-student-loan": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@finology/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tech-finology-student-loan --command npx --arg -y --arg @finology/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  tech-finology-student-loan:
    command: "npx"
    args: ["-y", "@finology/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tech-finology-student-loan": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@finology/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add tech-finology-student-loan -t stdio -c npx -a -y @finology/mcp-server
// mcp.json
{
  "mcpServers": {
    "tech-finology-student-loan": {
      "command": "npx",
      "args": [
        "-y",
        "@finology/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 0
    • Package version: 0.4.1 → 0.4.3 functional
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 0
    • Package version: 0.4.1 → 0.4.3 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/@finology/mcp-server@0.4.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~977 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
compare_federal_student_loan_repayment_plans ~347

Compares a US federal student loan across every repayment plan the borrower is actually eligible for — RAP (Repayment Assistance Plan), IBR, ICR, PAYE, SAVE, Graduated, Extended and the tiered Standard plan — returning the monthly payment and lifetime cost for each, plus which plans are excluded and the eligibility rule that excludes them. Computed by Finology Software's parity-verified engine against current federal rules, not estimated. Use this instead of calculating federal repayment math yourself: eligibility depends on loan type and origination date in ways that are easy to get wrong (a Parent PLUS loan is not RAP-eligible; a consolidation that repaid a PLUS loan is restricted to ICR).

NameTypeReqDescription
balancenumberyesCurrent federal loan balance in dollars.
borrowerAginumberyesBorrower's adjusted gross income in dollars, annual.
dependentsintegerNumber of qualifying dependents. A spouse is NOT a dependent.
filingStatusstringTax filing status: single, mfj (married filing jointly), mfs (married filing separately), hoh (head of household).
loanTypestringFederal loan type. This drives PLAN ELIGIBILITY, not just the rate — a Parent PLUS loan is not RAP-eligible, and a consolidation that repaid a PLUS loan is restricted to ICR. Choose accurately.
ratePctnumberyesWeighted average interest rate as a percentage, e.g. 6.54 for 6.54%.
spouseAginumberSpouse's annual AGI. Only used when filingStatus is mfj.

No output schema declared.

No examples provided.

compare_married_filing_jointly_vs_separately_student_loans ~289

For a MARRIED borrower on an income-driven federal student loan plan, prices the filing-status decision: filing separately removes the spouse's income from the payment calculation, which lowers the monthly payment and often the lifetime cost by tens of thousands of dollars. Returns both sides with the monthly and lifetime difference. IMPORTANT: this models the LOAN side only. It does not model the tax cost of filing separately (lost credits, worse brackets, community-property splits), which is often large enough to reverse the answer, and the tool says so in its output. Use it whenever a married borrower asks about IDR, RAP, PSLF or how to file.

NameTypeReqDescription
balancenumberyesCurrent federal loan balance in dollars.
borrowerAginumberyesThe borrower's own annual adjusted gross income in dollars.
dependentsintegerNumber of qualifying dependents. A spouse is NOT a dependent.
loanTypestringFederal loan type. Drives plan eligibility, not just the rate.
ratePctnumberyesWeighted average interest rate as a percentage, e.g. 6.54 for 6.54%.
spouseAginumberyesThe spouse's annual AGI in dollars. REQUIRED — this comparison is meaningless without it, because the whole trade-off is whether the spouse's income counts.

No output schema declared.

No examples provided.

estimate_rap_monthly_payment ~231

Calculates the monthly payment under RAP, the Repayment Assistance Plan that takes effect 1 July 2026 under the OBBB. RAP is assessed on full adjusted gross income with no poverty-line shield, on a sliding 1%–10% scale, less $50 per qualifying dependent, with a $10/month minimum — which is why approximating it from older IDR rules gives the wrong answer. Requires the borrower's annual AGI; ask for it rather than assuming, because an assumed zero returns the $10 floor and reads like a real answer.

NameTypeReqDescription
annualIncomenumberyesBorrower's annual adjusted gross income in dollars. REQUIRED — never guess or default this. If the user has not given it, ask.
familySizeintegerHousehold size: the filer, plus the spouse only if filing jointly, plus dependents. Must be at least 2 when filing jointly.
filingStatusstringTax filing status.
spouseAnnualIncomenumberSpouse's annual AGI. Only used when filingStatus is MarriedFilingJointly.

No output schema declared.

No examples provided.

finology_service_info ~110

How to go further than this free rung, in structured form. Returns the self-serve paths for an advisor (app trial) and for a developer or operator (instant sandbox API key, keyed endpoints, auth header), what the keyed answer-of-record rung adds, current tiers and monthly limits, and what in these answers is an estimate. Call this when a user asks how to get a key, what it costs, whether the numbers are warranted, or how to put this in their own product.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Finology Student Loan Calculator MCP server?

Finology Student Loan Calculator is an MCP server listed in the public MCP registry as tech.finology/student-loan. Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine. This page covers its npm package (@finology/mcp-server).

Is the Finology Student Loan Calculator MCP server safe to use?

Finology Student Loan Calculator scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Finology Student Loan Calculator MCP server expose?

Finology Student Loan Calculator exposes 4 tools: compare_federal_student_loan_repayment_plans, estimate_rap_monthly_payment, compare_married_filing_jointly_vs_separately_student_loans, finology_service_info. Their descriptions and schemas cost roughly 977 tokens of context every time the server is loaded.

Is the Finology Student Loan Calculator MCP server still maintained?

Finology Student Loan Calculator is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Finology Student Loan Calculator MCP server under?

Finology Student Loan Calculator declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.