Test
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Testcalculate maximum mortgage for a first-time buyer with €50k income"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
git clone https://github.com/pace8/hypotheek-mcp-server.git
cd hypotheek-mcp-server
npm install
cp .env.example .env # vul je REPLIT_API_KEY in
npm run build
npm startnpm 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.
Related MCP Connectors
Your agent tests pages, copy, and flows on simulated users while you build.
Codeforces competitive programming users, contests, problems
AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pace8/Test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server