Skip to main content
Glama
kstephens1

UK Mortgage Repayment MCP

by kstephens1

UK Mortgage Repayment MCP

Tool-only MCP server for estimating UK repayment mortgage payments in ChatGPT.

Run Locally

npm install
npm run dev

The server listens at:

http://localhost:8787/mcp

Use 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 sterling

  • annualInterestRatePercent: nominal annual interest rate, for example 5.25

  • termYears: whole mortgage term in years

  • monthlyOverpayment: 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 8787

Then add the app in ChatGPT developer mode using the HTTPS URL with /mcp, for example:

https://example.ngrok.app/mcp

Verify

npm test
npm run build
npm run typecheck

You can also test the MCP endpoint with the MCP Inspector:

npx @modelcontextprotocol/inspector@latest --server-url http://localhost:8787/mcp --transport http

The calculation is an estimate for illustration only and is not financial advice.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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