UK Mortgage Repayment MCP
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., "@UK Mortgage Repayment MCPCalculate monthly payment for £200,000 at 4.5% over 30 years"
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.
UK Mortgage Repayment MCP
Tool-only MCP server for estimating UK repayment mortgage payments in ChatGPT.
Run Locally
npm install
npm run devThe server listens at:
http://localhost:8787/mcpUse PORT=9000 npm run dev to choose a different port.
Related MCP server: Real Estate MCP Server
Tool
calculate_mortgage_repayment
Inputs:
loanAmount: mortgage loan amount in pounds sterlingannualInterestRatePercent: nominal annual interest rate, for example5.25termYears: whole mortgage term in yearsmonthlyOverpayment: optional extra monthly repayment in pounds sterling
Outputs include monthly payment, total paid, total interest, and overpayment impact when provided.
Connect To ChatGPT
For local development, expose the MCP server over HTTPS with a tunnel:
ngrok http 8787Then add the app in ChatGPT developer mode using the HTTPS URL with /mcp, for example:
https://example.ngrok.app/mcpVerify
npm test
npm run build
npm run typecheckYou can also test the MCP endpoint with the MCP Inspector:
npx @modelcontextprotocol/inspector@latest --server-url http://localhost:8787/mcp --transport httpThe calculation is an estimate for illustration only and is not financial advice.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/kstephens1/h_mortgage'
If you have feedback or need assistance with the MCP directory API, please join our Discord server