This MCP server provides Dutch mortgage calculation capabilities and access to current mortgage interest rates.
Capabilities:
Calculate maximum mortgage (
bereken_hypotheek) - Determine maximum mortgage amount, gross monthly payments, and potential equity based on income, age, and existing obligationsSupport multiple applicant types - Handle single applicants or couples with partners
Process existing homeowners - Calculate equity and handle refinancing scenarios for movers (doorstromers) by accounting for existing loan details and current property values
Custom loan parameters - Support for specific loan types (annuity, linear, interest-only), custom interest rates, LTV percentages, and energy labels
Retrieve current interest rates (
haal_actuele_rentes_op) - Access the top 5 lowest mortgage rates categorized by NHG status, LTV classes, construction type (new vs. existing), and loan typesEnergy efficiency integration - Factor in energy labels for mortgage calculations
Integrates with Replit's backend API to provide mortgage calculation services and current interest rate data
Hypotheek MCP Server v5.0
MCP-server voor Nederlandse hypotheekberekeningen. Levert compacte tools, prompts en resources zodat AI-agents (n8n, Claude, GPT, ...) direct hypotheekvragen kunnen afhandelen.
🚀 Quick Start
npm run dev— TypeScript watch modenpm test— Jest test suitesnpm run lint— ESLint controle
Meer configuratie-opties staan in docs/CONFIG.md.
🛠️ Beschikbare tools
Tool | Beschrijving | Output |
| Maximale hypotheek voor starters | Max bedrag + maandlast + NHG-vergelijking |
| Maximale hypotheek voor doorstromers | Max bedrag + maandlast + overwaarde |
| Maatwerkparameters (rente, looptijd, energielabel) | Custom leenbedrag |
| Complete financiering voor gewenste woning (starter) | Totaal benodigd bedrag + financieringsmix + maandlast |
| Financieringsmix voor doorstromers (bestaand + nieuw) | Benodigd bedrag + overwaarde + maandlasten |
| Opzet met maatwerk leningdelen | Custom opzet, zowel bestaand als nieuw |
| Actuele rentes per rentevaste periode | JSON met NHG en niet-NHG tarieven |
📚 MCP Resources & Prompts
hypotheek://v4/guide/opzet-intake— intake checklist, defaults & velddefinitieshypotheek://v4/guide/output-formatting— hoe je tooloutput toont aan klantenhypotheek://v4/guide/quick-ref— toolselectie, formatregels, valkuilenhypotheek://v4/guide/playbook— 10 uitgewerkte voorbeeldgesprekken
Prompts (list_prompts) verwijzen automatisch naar deze resources zodat agents detailinformatie kunnen ophalen wanneer nodig.
🔧 Development notes
Config wordt centraal geladen via
src/config/index.ts(Zod-validatie)Toolhandlers zitten in
src/index.tsen gebruiken gedeelde helperfunctiesMarkdown-resources wonen in
docs/en worden viasrc/resources/index.tsbeschikbaar gemaaktTesten draaien op Node ≥18 met Jest (ESM + ts-jest)
Zie CHANGELOG.md voor volledige release notes.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
mcp-hypotheken-berekenen